From 3bfb2524f657b4d715951c7eeaf449e679ff0d8b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Feb 2023 11:12:02 +0100 Subject: gnutls: bump to 3.8.0 --- extra/gnutls/build | 16 +++++++++++++++- extra/gnutls/checksums | 2 +- extra/gnutls/sources | 2 +- extra/gnutls/version | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) (limited to 'extra') diff --git a/extra/gnutls/build b/extra/gnutls/build index 2964f6c1..729426d0 100755 --- a/extra/gnutls/build +++ b/extra/gnutls/build @@ -7,7 +7,21 @@ --with-included-libtasn1 \ --with-included-unistring \ --disable-guile \ - --enable-static + --disable-static + +make +make DESTDIR="$1" install + +./configure \ + --prefix=/usr \ + --disable-nls \ + --with-nettle-mini \ + --with-included-libtasn1 \ + --with-included-unistring \ + --disable-guile \ + --enable-static \ + --disable-shared \ + --without-p11-kit make make DESTDIR="$1" install diff --git a/extra/gnutls/checksums b/extra/gnutls/checksums index 73240129..d531ef69 100644 --- a/extra/gnutls/checksums +++ b/extra/gnutls/checksums @@ -1,2 +1,2 @@ %BLAKE3 -18df96a27eb1f7d457b592e9b31ca4d435f30656c3dd61342cd067d79322f52a gnutls-3.7.8.tar.xz +58ddf8ebecf57d97151d6433c537af3e760879211fa5cc7f45a913a705039b52 gnutls-3.8.0.tar.xz diff --git a/extra/gnutls/sources b/extra/gnutls/sources index fcf99cbf..65516f4f 100644 --- a/extra/gnutls/sources +++ b/extra/gnutls/sources @@ -1 +1 @@ -https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.8.tar.xz +https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.0.tar.xz diff --git a/extra/gnutls/version b/extra/gnutls/version index cd631c5e..2af7c7b2 100644 --- a/extra/gnutls/version +++ b/extra/gnutls/version @@ -1 +1 @@ -3.7.8 1 +3.8.0 1 -- cgit v1.2.3