diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-13 11:12:02 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-13 11:12:02 +0100 |
commit | 3bfb2524f657b4d715951c7eeaf449e679ff0d8b (patch) | |
tree | 3e19765fe486218cefae60960243b1457db8cd03 /extra/gnutls | |
parent | 0d8a0f88501387ed958819d9f95668a52ad6535b (diff) | |
download | repository-3bfb2524f657b4d715951c7eeaf449e679ff0d8b.tar.gz |
gnutls: bump to 3.8.0
Diffstat (limited to 'extra/gnutls')
-rwxr-xr-x | extra/gnutls/build | 16 | ||||
-rw-r--r-- | extra/gnutls/checksums | 2 | ||||
-rw-r--r-- | extra/gnutls/sources | 2 | ||||
-rw-r--r-- | extra/gnutls/version | 2 |
4 files changed, 18 insertions, 4 deletions
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 |