diff options
author | Cem Keylan <cem@ckyln.com> | 2023-04-29 14:53:43 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-04-29 14:53:43 +0200 |
commit | f339d69653323d0060872d7e0769118a646de66a (patch) | |
tree | d694697f8c02ede78582060563107a0c85f7b5ba | |
parent | 31972a2446f0580e3a0caf914222adc5ad9384aa (diff) | |
download | repository-f339d69653323d0060872d7e0769118a646de66a.tar.gz |
gnupg2: bump to 2.4.1
-rwxr-xr-x | extra/gnupg2/build | 4 | ||||
-rw-r--r-- | extra/gnupg2/checksums | 2 | ||||
-rw-r--r-- | extra/gnupg2/sources | 2 | ||||
-rw-r--r-- | extra/gnupg2/version | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build index ef2670bc..da3d3351 100755 --- a/extra/gnupg2/build +++ b/extra/gnupg2/build @@ -1,11 +1,13 @@ #!/bin/sh -e export LDFLAGS="$LDFLAGS -static" +export LIBGNUTLS_CFLAGS="$(pkgconf --static --cflags gnutls)" +export LIBGNUTLS_LIBS="$(pkgconf --static --libs gnutls)" ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ - --disable-gnutls + # --disable-gnutls make make DESTDIR="$1" install diff --git a/extra/gnupg2/checksums b/extra/gnupg2/checksums index ca5ea4ed..09fa0457 100644 --- a/extra/gnupg2/checksums +++ b/extra/gnupg2/checksums @@ -1,2 +1,2 @@ %BLAKE3 -18b541fd1ea86deb9ff369093a7ddddabbccaa1d2b0672995a1e1c253d768f18 gnupg-2.4.0.tar.bz2 +d931b30ce103de50d2ac94f7854dd156554f9940eda39b7cef7a5ecf211e12da gnupg-2.4.1.tar.bz2 diff --git a/extra/gnupg2/sources b/extra/gnupg2/sources index fc445cf4..93688d99 100644 --- a/extra/gnupg2/sources +++ b/extra/gnupg2/sources @@ -1 +1 @@ -https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.0.tar.bz2 +https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.1.tar.bz2 diff --git a/extra/gnupg2/version b/extra/gnupg2/version index 7afb4de6..4fcdc2b3 100644 --- a/extra/gnupg2/version +++ b/extra/gnupg2/version @@ -1 +1 @@ -2.4.0 1 +2.4.1 1 |