From a4eb7d3fe9f386a22575e056fa083b2b3a617196 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 9 Apr 2024 08:41:41 +0200 Subject: [PATCH 1/2] gnutls: Update version from 3.7.10 to 3.8.5 (Already applied in the past, but reverted in https://github.molgen.mpg.de/mariux64/bee-files/pull/3098.) > Drop guile bindings. See . -rwxr-xr-x 1 root root 322080 Aug 24 2023 /usr/lib/libgnutls-dane.so.0.4.1 -rwxr-xr-x 1 root root 11126976 Aug 24 2023 /usr/lib/libgnutls.so.30.34.4 -rwxr-xr-x 1 root root 241384 Aug 24 2023 /usr/lib/libgnutlsxx.so.30.0.0 -rwxr-xr-x root/root 284320 2024-04-09 08:56 /usr/lib/libgnutls-dane.so.0.4.1 -rwxr-xr-x root/root 221024 2024-04-09 08:56 /usr/lib/libgnutlsxx.so.30.0.0 -rwxr-xr-x root/root 8872048 2024-04-09 08:56 /usr/lib/libgnutls.so.30.39.0 --- gnutls.be0 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnutls.be0 b/gnutls.be0 index 20251cb3b..612b4a4f6 100755 --- a/gnutls.be0 +++ b/gnutls.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION gnutls-3.7.10-0 +# BEE_VERSION gnutls-3.8.5-0 # more info: https://gnutls.org/ -#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.10.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/b049e76a9714698a35f8c4a6d59747b9/gnutls-3.7.10.tar.xz" +#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.5.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/74b468201ef7e9035f78d44c3f0906c4/gnutls-3.8.5.tar.xz" # PATCHURL+=() @@ -23,8 +23,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/b049e76a9714698a35f8c4a6d59747b9/gnutls mee_configure() { bee_configure \ - --with-included-libtasn1 \ - --disable-guile + --with-included-libtasn1 } #mee_build() { From ffe189f49fc3329fd14281aa73a32b91bac1392a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 14 Mar 2025 15:46:25 +0100 Subject: [PATCH 2/2] gnutls: Update version from 3.8.5 to 3.8.9 https://gitlab.com/gnutls/gnutls/-/tree/3.8.9 --- gnutls.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnutls.be0 b/gnutls.be0 index 612b4a4f6..e02d81ed3 100755 --- a/gnutls.be0 +++ b/gnutls.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION gnutls-3.8.5-0 +# BEE_VERSION gnutls-3.8.9-0 # more info: https://gnutls.org/ -#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.5.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/74b468201ef7e9035f78d44c3f0906c4/gnutls-3.8.5.tar.xz" +#SRCURL[0]="https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.9.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/33f4c800c20af2983c45223a803da865/gnutls-3.8.9.tar.xz" # PATCHURL+=()