Fri Jul 24 10:47:45 2020 UTC ()
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.


(adam)
diff -r1.114 -r1.115 pkgsrc/security/gnupg2/Makefile
diff -r1.60 -r1.61 pkgsrc/security/gnupg2/distinfo

cvs diff -r1.114 -r1.115 pkgsrc/security/gnupg2/Makefile (expand / switch to unified diff)

--- pkgsrc/security/gnupg2/Makefile 2020/06/02 08:24:40 1.114
+++ pkgsrc/security/gnupg2/Makefile 2020/07/24 10:47:45 1.115
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.114 2020/06/02 08:24:40 adam Exp $ 1# $NetBSD: Makefile,v 1.115 2020/07/24 10:47:45 adam Exp $
2 2
3DISTNAME= gnupg-2.2.20 3DISTNAME= gnupg-2.2.21
4PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} 4PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/}
5PKGREVISION= 3 
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ 6MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
8MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/ 7MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= ada@netbsdfr.org 10MAINTAINER= ada@netbsdfr.org
12HOMEPAGE= https://www.gnupg.org/ 11HOMEPAGE= https://www.gnupg.org/
13COMMENT= GnuPG with OpenPGP and S/MIME capabilities 12COMMENT= GnuPG with OpenPGP and S/MIME capabilities
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16DEPENDS+= pinentry-[0-9]*:../../security/pinentry 15DEPENDS+= pinentry-[0-9]*:../../security/pinentry
17 16
18CONFLICTS+= dirmngr-[0-9]* 17CONFLICTS+= dirmngr-[0-9]*

cvs diff -r1.60 -r1.61 pkgsrc/security/gnupg2/distinfo (expand / switch to unified diff)

--- pkgsrc/security/gnupg2/distinfo 2020/03/21 07:24:30 1.60
+++ pkgsrc/security/gnupg2/distinfo 2020/07/24 10:47:45 1.61
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.60 2020/03/21 07:24:30 adam Exp $ 1$NetBSD: distinfo,v 1.61 2020/07/24 10:47:45 adam Exp $
2 2
3SHA1 (gnupg-2.2.20.tar.bz2) = d5290f0781df5dc83302127d6065fb59b35e53d7 3SHA1 (gnupg-2.2.21.tar.bz2) = 4af4c6fe5f9dd7d866243f715b32775500468943
4RMD160 (gnupg-2.2.20.tar.bz2) = 270bc4db6fc57fa791656ca7ee1742618492d323 4RMD160 (gnupg-2.2.21.tar.bz2) = f76d952e0d7a18b9a3c4bad6ba077c85defbb8c2
5SHA512 (gnupg-2.2.20.tar.bz2) = 3e69f102366ec3415f439ab81aae2458182fa1a18dfb86565b1d9dc638f3fc4c179a5947f0042b7c5a813345676285a662793664a1803ea9ad8328f0548e0edc 5SHA512 (gnupg-2.2.21.tar.bz2) = b4eac75253d4a1cac341c8a1ba7bb275e849a88d5377035497777c7bcd49b5a4c91b77000311695eb7d4083856975b2b2d14518f24ab94846027280bd8c301f9
6Size (gnupg-2.2.20.tar.bz2) = 6786913 bytes 6Size (gnupg-2.2.21.tar.bz2) = 6813160 bytes