diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-04 13:04:00 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-04 13:04:00 +0200 |
commit | 7f452f71c328ac05738da46f25401e9aaadd53f6 (patch) | |
tree | 9b96203c98e36e55bfdf8fd2135ec2f9129736af | |
parent | 3a95a07677543aff99af00fb3ccfb118c98a3b22 (diff) | |
download | repository-7f452f71c328ac05738da46f25401e9aaadd53f6.tar.gz |
gnupg2: bump to 2.5.0
-rwxr-xr-x | extra/gnupg2/build | 5 | ||||
-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, 6 deletions
diff --git a/extra/gnupg2/build b/extra/gnupg2/build index e112d126..5ad311a1 100755 --- a/extra/gnupg2/build +++ b/extra/gnupg2/build @@ -8,11 +8,10 @@ if cpt l gnutls; then export LIBGNUTLS_CFLAGS LIBGNUTLS_LIBS fi -patch -p1 < fix-ldap.patch - ./configure \ --prefix=/usr \ - --sbindir=/usr/bin + --sbindir=/usr/bin \ + --disable-scdaemon make make DESTDIR="$1" install diff --git a/extra/gnupg2/checksums b/extra/gnupg2/checksums index 23355b5b..9479ffc1 100644 --- a/extra/gnupg2/checksums +++ b/extra/gnupg2/checksums @@ -1,3 +1,3 @@ %BLAKE3 -e5e8f56b21da5c7fd791b494d193a80d2e072060663c41884b35e50cd8b8e610 gnupg-2.4.3.tar.bz2 +9420bb90ecbfb651f0840b042634c4742a5858802b901c6fdd18971ddb8e5f5a gnupg-2.5.0.tar.bz2 c8b97b99d49e3790e30c53875077a40c5a5d64b4b837464625c64946e0f1ce3d fix-ldap.patch diff --git a/extra/gnupg2/sources b/extra/gnupg2/sources index bdeeb736..be62a7c4 100644 --- a/extra/gnupg2/sources +++ b/extra/gnupg2/sources @@ -1,2 +1,2 @@ -https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.4.3.tar.bz2 +https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.5.0.tar.bz2 patches/fix-ldap.patch diff --git a/extra/gnupg2/version b/extra/gnupg2/version index a066d610..bc7f0700 100644 --- a/extra/gnupg2/version +++ b/extra/gnupg2/version @@ -1 +1 @@ -2.4.3 1 +2.5.0 1 |