diff options
author | adam <adam@pkgsrc.org> | 2022-09-27 12:49:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-09-27 12:49:06 +0000 |
commit | ddbfae5266cd718441f6c7871ffbf524c319f20a (patch) | |
tree | 0aa47884e80e3f6a7c88aca546e06b2c0cb0d4c9 /security/gnupg2 | |
parent | 100e538507741e1956d4f8dd351b6e13b4a8c5f2 (diff) | |
download | pkgsrc-ddbfae5266cd718441f6c7871ffbf524c319f20a.tar.gz |
gnupg2: updated to 2.2.39
Noteworthy changes in version 2.2.39 (2022-09-02)
-------------------------------------------------
* agent: Fix regression in 2.2.37 related to non-extended format
private keys.
Noteworthy changes in version 2.2.38 (2022-09-01)
-------------------------------------------------
* gpg: Make --require-compliance work for sign+encrypt.
* gpg: Fix an encoding problem under Windows in the printed
timezone.
* gpg: Emit a FAILURE status for --require-compliance errors.
* dirmngr: Avoid caching expired certificates.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index faac41d1584..ed40ebcd552 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.137 2022/08/31 09:42:12 adam Exp $ +# $NetBSD: Makefile,v 1.138 2022/09/27 12:49:06 adam Exp $ -DISTNAME= gnupg-2.2.37 +DISTNAME= gnupg-2.2.39 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index a254544c821..595c5f232a6 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.76 2022/08/31 09:42:12 adam Exp $ +$NetBSD: distinfo,v 1.77 2022/09/27 12:49:06 adam Exp $ -BLAKE2s (gnupg-2.2.37.tar.bz2) = 66d5738a47606090cf5adfe9616cdcf30b5d3e2924e80feb0dc8d9c84e0e7464 -SHA512 (gnupg-2.2.37.tar.bz2) = b56c47002948fd28fc9d5c23b46f5522e4210ed61c17f491c3b3fab5fab8893da33b1f8ff55a3bbef6367ff92b10c141c1f24d8350c37a0e756d2bdfbe86d7be -Size (gnupg-2.2.37.tar.bz2) = 7285172 bytes +BLAKE2s (gnupg-2.2.39.tar.bz2) = fc8d9d4a67000d6a5f9b7e558a1e52bf14e02a91f9314f9fe5d70cf2dcd2027e +SHA512 (gnupg-2.2.39.tar.bz2) = 73f881c12c82010aeaada500517ff39ab22b27ff21b1248bc2228b60a2d75385a44a53c5cfadb8f6b84ef22ad9db0105096b6620fb689560809b324019713940 +Size (gnupg-2.2.39.tar.bz2) = 7290098 bytes SHA1 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6 |