From a4a697e9a35d755c2cc131c005ee9b686553b860 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 13 Apr 2021 16:23:26 +0200 Subject: [PATCH 1/2] xorg-server: Update version from 1.20.7 to 1.20.11 [1.20.11 announcement](https://lists.x.org/archives/xorg-announce/2021-April/003081.html) Resolves: https://github.molgen.mpg.de/mariux64/bee-files/issues/2067 --- xorg-server.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-server.be0 b/xorg-server.be0 index 8649b65b6..f5c87c421 100755 --- a/xorg-server.be0 +++ b/xorg-server.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xorg-server-1.20.7-0 +# BEE_VERSION xorg-server-1.20.11-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) From b982fde5ec37431d80530b0fa7f17cbc7f1f96df Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 13 Apr 2021 16:25:55 +0200 Subject: [PATCH 2/2] xorg-server: Move to new URL to avoid redirect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [BEE] fetching https://ftp.x.org/pub/individual/xserver/xorg-server-1.20.11.tar.bz2 --2021-04-13 16:24:58-- https://ftp.x.org/pub/individual/xserver/xorg-server-1.20.11.tar.bz2 Resolving ftp.x.org... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to ftp.x.org|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://ftp.x.org/archive//individual/xserver/xorg-server-1.20.11.tar.bz2 [following] --2021-04-13 16:24:58-- https://ftp.x.org/archive//individual/xserver/xorg-server-1.20.11.tar.bz2 Reusing existing connection to ftp.x.org:443. HTTP request sent, awaiting response... 200 OK Length: 6476116 (6.2M) [application/x-bzip2] Saving to: ‘/dev/shm/bee-pmenzel/xorg-server/files/xorg-server-1.20.11.tar.bz2’ --- xorg-server.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-server.be0 b/xorg-server.be0 index f5c87c421..5dd6410f0 100755 --- a/xorg-server.be0 +++ b/xorg-server.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://ftp.x.org/pub/individual/xserver/xorg-server-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://ftp.x.org/archive/individual/xserver/xorg-server-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.