diff options
author | Cem Keylan <cem@ckyln.com> | 2022-07-15 17:09:28 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-07-15 17:09:28 +0300 |
commit | ceb4f6504f62f405e15144f75554d473c8cc4c94 (patch) | |
tree | ae169abe56f6100aca6942936febb5c56d3c8705 | |
parent | c70d387eb6eb00e6b98720f38eadf9e19dca0829 (diff) | |
download | repository-ceb4f6504f62f405e15144f75554d473c8cc4c94.tar.gz |
gnupg2: bump to 2.3.7
-rwxr-xr-x | extra/gnupg2/build | 6 | ||||
-rw-r--r-- | extra/gnupg2/checksums | 2 | ||||
-rw-r--r-- | extra/gnupg2/sources | 2 | ||||
-rw-r--r-- | extra/gnupg2/version | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build index ef2670bc..68be98c6 100755 --- a/extra/gnupg2/build +++ b/extra/gnupg2/build @@ -1,11 +1,13 @@ #!/bin/sh -e export LDFLAGS="$LDFLAGS -static" +export PKG_CONFIG=pkgconf\ --static + +cpt l -q gnutls && export LIBGNUTLS_LIBS="-lgnutls -latomic -lnettle -lhogweed -lnettle" ./configure \ --prefix=/usr \ - --sbindir=/usr/bin \ - --disable-gnutls + --sbindir=/usr/bin make make DESTDIR="$1" install diff --git a/extra/gnupg2/checksums b/extra/gnupg2/checksums index 19cd382b..4adda7fb 100644 --- a/extra/gnupg2/checksums +++ b/extra/gnupg2/checksums @@ -1,2 +1,2 @@ %BLAKE3 -ecc35fc3215ecb794d80183e613c15378ec78ce81180d93930e9bdccdda7f8a8 gnupg-2.3.6.tar.bz2 +799910e8f9f73e9b71fcd2154cbb4925e42e70d3162f96b3f15eaa065ead774f gnupg-2.3.7.tar.bz2 diff --git a/extra/gnupg2/sources b/extra/gnupg2/sources index a8c6e98d..9b1ce350 100644 --- a/extra/gnupg2/sources +++ b/extra/gnupg2/sources @@ -1 +1 @@ -https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.6.tar.bz2 +https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.7.tar.bz2 diff --git a/extra/gnupg2/version b/extra/gnupg2/version index d5e6c576..fc94c06b 100644 --- a/extra/gnupg2/version +++ b/extra/gnupg2/version @@ -1 +1 @@ -2.3.6 1 +2.3.7 1 |