diff options
author | Cem Keylan <cem@ckyln.com> | 2023-08-27 15:18:58 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-08-27 15:18:58 +0200 |
commit | f9904a63df836e5271989fe4abd97bef38d474dd (patch) | |
tree | 0cab86ec0f329d8006bb2e62e03da74308fd2080 /extra/gnutls | |
parent | 77e673e214d3210b6c9a6f332e9bf43a8bdb1c28 (diff) | |
download | repository-f9904a63df836e5271989fe4abd97bef38d474dd.tar.gz |
gnutls: bump to 3.8.1
Diffstat (limited to 'extra/gnutls')
-rwxr-xr-x | extra/gnutls/build | 11 | ||||
-rw-r--r-- | extra/gnutls/checksums | 2 | ||||
-rw-r--r-- | extra/gnutls/sources | 2 | ||||
-rw-r--r-- | extra/gnutls/version | 2 |
4 files changed, 14 insertions, 3 deletions
diff --git a/extra/gnutls/build b/extra/gnutls/build index 729426d0..5bc90d9a 100755 --- a/extra/gnutls/build +++ b/extra/gnutls/build @@ -1,5 +1,16 @@ #!/bin/sh -e +# We have multiple issues thanks to p11-kit. +# - p11-kit does not support static linking (instead of writing proper code that +# just works they have decided to go out of their way to make sure you can't +# statically link it), so if you build the static gnutls library with it, you +# can link nothing to gnutls statically. +# - If you build gnutls without p11-kit, you can't compile glib-networking as it +# depends on the PKCS#11 API in gnutls that they don't even have enabled by +# default. +# - If libressl was fully compatible with openssl, we wouldn't have to use +# gnutls for glib-networking, therefore removing the p11-kit dependency. + ./configure \ --prefix=/usr \ --disable-nls \ diff --git a/extra/gnutls/checksums b/extra/gnutls/checksums index d531ef69..70703528 100644 --- a/extra/gnutls/checksums +++ b/extra/gnutls/checksums @@ -1,2 +1,2 @@ %BLAKE3 -58ddf8ebecf57d97151d6433c537af3e760879211fa5cc7f45a913a705039b52 gnutls-3.8.0.tar.xz +38e71ca2ea8303ffdeb0d761a2b25fadf992e6ddd52092f15a6d495c332d9840 gnutls-3.8.1.tar.xz diff --git a/extra/gnutls/sources b/extra/gnutls/sources index 65516f4f..89e7d02b 100644 --- a/extra/gnutls/sources +++ b/extra/gnutls/sources @@ -1 +1 @@ -https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.0.tar.xz +https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.1.tar.xz diff --git a/extra/gnutls/version b/extra/gnutls/version index 2af7c7b2..aecb372e 100644 --- a/extra/gnutls/version +++ b/extra/gnutls/version @@ -1 +1 @@ -3.8.0 1 +3.8.1 1 |