diff options
author | adam <adam@pkgsrc.org> | 2020-07-24 10:47:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-07-24 10:47:45 +0000 |
commit | 76be4ae71d7250e21ae1372d2efed61f687cf9a9 (patch) | |
tree | dd11764cce2e9e59dd7dadd605f15460b83e702a | |
parent | 655d3fc39087c935d13639680487b3e552ad650c (diff) | |
download | pkgsrc-76be4ae71d7250e21ae1372d2efed61f687cf9a9.tar.gz |
gnupg2: updated to 2.2.21
Noteworthy changes in version 2.2.21
* gpg: Improve symmetric decryption speed by about 25%.
* gpg: Support decryption of AEAD encrypted data packets.
* gpg: Add option --no-include-key-block.
* gpg: Allow for extra padding in ECDH.
* gpg: Only a single pinentry is shown for symmetric encryption if
the pinentry supports this.
* gpg: Print a note if no keys are given to --delete-key.
* gpg,gpgsm: The ridiculous passphrase quality bar is not anymore
shown.
* gpgsm: Certificates without a CRL distribution point are now
considered valid without looking up a CRL. The new option
--enable-issuer-based-crl-check can be used to revert to the
former behaviour.
* gpgsm: Support rsaPSS signature verification.
* gpgsm: Unless CRL checking is disabled lookup a missing issuer
certificate using the certificate's authorityInfoAccess.
* gpgsm: Print the certificate's serial number also in decimal
notation.
* gpgsm: Fix possible NULL-deref in messages of --gen-key.
* scd: Support the CardOS 5 based D-Trust Card 3.1.
* dirmngr: Allow http URLs with "LOOKUP --url".
* wkd: Take name of sendmail from configure. Fixes an OpenBSD
specific bug.
-rw-r--r-- | security/gnupg2/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index fd9832dee4e..a2dd9523b6b 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.114 2020/06/02 08:24:40 adam Exp $ +# $NetBSD: Makefile,v 1.115 2020/07/24 10:47:45 adam Exp $ -DISTNAME= gnupg-2.2.20 +DISTNAME= gnupg-2.2.21 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} -PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/ diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index 377fa16f318..701ee2af09a 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.60 2020/03/21 07:24:30 adam Exp $ +$NetBSD: distinfo,v 1.61 2020/07/24 10:47:45 adam Exp $ -SHA1 (gnupg-2.2.20.tar.bz2) = d5290f0781df5dc83302127d6065fb59b35e53d7 -RMD160 (gnupg-2.2.20.tar.bz2) = 270bc4db6fc57fa791656ca7ee1742618492d323 -SHA512 (gnupg-2.2.20.tar.bz2) = 3e69f102366ec3415f439ab81aae2458182fa1a18dfb86565b1d9dc638f3fc4c179a5947f0042b7c5a813345676285a662793664a1803ea9ad8328f0548e0edc -Size (gnupg-2.2.20.tar.bz2) = 6786913 bytes +SHA1 (gnupg-2.2.21.tar.bz2) = 4af4c6fe5f9dd7d866243f715b32775500468943 +RMD160 (gnupg-2.2.21.tar.bz2) = f76d952e0d7a18b9a3c4bad6ba077c85defbb8c2 +SHA512 (gnupg-2.2.21.tar.bz2) = b4eac75253d4a1cac341c8a1ba7bb275e849a88d5377035497777c7bcd49b5a4c91b77000311695eb7d4083856975b2b2d14518f24ab94846027280bd8c301f9 +Size (gnupg-2.2.21.tar.bz2) = 6813160 bytes |