Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg2 gnupg2: updated to 2.2.21



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bb9f3b5e97e
branches:  trunk
changeset: 436041:7bb9f3b5e97e
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 24 10:47:45 2020 +0000

description:
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.

diffstat:

 security/gnupg2/Makefile |   5 ++---
 security/gnupg2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 289819ba1cc5 -r 7bb9f3b5e97e security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Fri Jul 24 10:46:22 2020 +0000
+++ b/security/gnupg2/Makefile  Fri Jul 24 10:47:45 2020 +0000
@@ -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 -r 289819ba1cc5 -r 7bb9f3b5e97e security/gnupg2/distinfo
--- a/security/gnupg2/distinfo  Fri Jul 24 10:46:22 2020 +0000
+++ b/security/gnupg2/distinfo  Fri Jul 24 10:47:45 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index