diff options
author | Cem Keylan <cem@ckyln.com> | 2022-10-31 02:08:33 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-10-31 02:08:33 +0100 |
commit | 5698c77e69ddc4c3858fd6fd1dc424e4b7ab7ba5 (patch) | |
tree | 37529863c5a5c56c483ea86ede88eeb4dc4c037a /extra/gnupg2 | |
parent | 483045f892e00c27a5c7c8d758d940024d0ad339 (diff) | |
download | repository-5698c77e69ddc4c3858fd6fd1dc424e4b7ab7ba5.tar.gz |
gnupg2: bump to 2.3.8
Diffstat (limited to 'extra/gnupg2')
-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, 5 insertions, 7 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build index 68be98c6..ef2670bc 100755 --- a/extra/gnupg2/build +++ b/extra/gnupg2/build @@ -1,13 +1,11 @@ #!/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 + --sbindir=/usr/bin \ + --disable-gnutls make make DESTDIR="$1" install diff --git a/extra/gnupg2/checksums b/extra/gnupg2/checksums index 4adda7fb..88fe20ed 100644 --- a/extra/gnupg2/checksums +++ b/extra/gnupg2/checksums @@ -1,2 +1,2 @@ %BLAKE3 -799910e8f9f73e9b71fcd2154cbb4925e42e70d3162f96b3f15eaa065ead774f gnupg-2.3.7.tar.bz2 +6310e627b4726774ff70b3cbb55c6d0bb1147052cf5ef00ef044252cb345fe69 gnupg-2.3.8.tar.bz2 diff --git a/extra/gnupg2/sources b/extra/gnupg2/sources index 9b1ce350..eea17e4c 100644 --- a/extra/gnupg2/sources +++ b/extra/gnupg2/sources @@ -1 +1 @@ -https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.7.tar.bz2 +https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.3.8.tar.bz2 diff --git a/extra/gnupg2/version b/extra/gnupg2/version index fc94c06b..db07b3de 100644 --- a/extra/gnupg2/version +++ b/extra/gnupg2/version @@ -1 +1 @@ -2.3.7 1 +2.3.8 1 |