From d34a036893b85fffe9ddc9eab0f353013e7af05f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 25 Oct 2022 15:38:19 +0200 Subject: [PATCH 1/5] libX11: Update version from 1.6.8 to 1.8.1 Update suffix to xz (LZMA). --- libX11.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libX11.be0 b/libX11.be0 index bf3b8b61c..9204ee0e1 100755 --- a/libX11.be0 +++ b/libX11.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libX11-1.6.8-0 +# BEE_VERSION libX11-1.8.1-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.) @@ -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://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From 57ef09981220c8abd71d5e1b1a04126df2ff9340 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 25 Oct 2022 15:42:25 +0200 Subject: [PATCH 2/5] libX11: Download source archive from beehive.molgen.mpg.de --- libX11.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libX11.be0 b/libX11.be0 index 9204ee0e1..73bd121fc 100755 --- a/libX11.be0 +++ b/libX11.be0 @@ -9,7 +9,8 @@ ## 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://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/6b20033f88f0be3d870449c47f1e10a8/libX11-1.8.1.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. From f8c5580a70bc80275e977178be645c8ea8a52c9f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 25 Oct 2022 15:11:28 +0200 Subject: [PATCH 3/5] xkbcomp: Update source URL to use redirect target --- xkbcomp.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkbcomp.be0 b/xkbcomp.be0 index 133ff3165..c3d7e15b5 100755 --- a/xkbcomp.be0 +++ b/xkbcomp.be0 @@ -2,7 +2,7 @@ # BEE_VERSION xkbcomp-1.2.4-1 -#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xkbcomp-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://www.x.org/releases/individual/app/xkbcomp-${PKGVERSION}.tar.bz2" SRCURL[0]="https://beehive.molgen.mpg.de/a0fc1ac3fc4fe479ade09674347c5aa0/xkbcomp-1.2.4.tar.bz2" # PATCHURL+=() From 7535472b336e0fef08bc122d13bc36c734bafa03 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 25 Oct 2022 15:13:15 +0200 Subject: [PATCH 4/5] xkbcomp: Update version from 1.2.4 to 1.4.5 --- xkbcomp.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xkbcomp.be0 b/xkbcomp.be0 index c3d7e15b5..49290c76d 100755 --- a/xkbcomp.be0 +++ b/xkbcomp.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xkbcomp-1.2.4-1 +# BEE_VERSION xkbcomp-1.4.5-0 #SRCURL[0]="https://www.x.org/releases/individual/app/xkbcomp-${PKGVERSION}.tar.bz2" -SRCURL[0]="https://beehive.molgen.mpg.de/a0fc1ac3fc4fe479ade09674347c5aa0/xkbcomp-1.2.4.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/c45e9f7971a58b8f0faf10f6d8f298c0/xkbcomp-1.4.5.tar.bz2" # PATCHURL+=() From 47db1ca705f909b01b936d9079adfdda2f67f34e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 25 Oct 2022 14:54:54 +0200 Subject: [PATCH 5/5] xorg-server: Rebuild after libX11, xkbcomp, and xkeyboard-config upgrade --- xorg-server.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-server.be0 b/xorg-server.be0 index a7e1a1090..4cd0e591e 100755 --- a/xorg-server.be0 +++ b/xorg-server.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xorg-server-21.1.4-0 +# BEE_VERSION xorg-server-21.1.4-1 #SRCURL[0]="https://ftp.x.org/archive/individual/xserver/xorg-server-${PKGVERSION}.tar.xz" SRCURL[0]="https://beehive.molgen.mpg.de/1fee73752bc08a9d364d5e39f19f464f/xorg-server-21.1.4.tar.xz"