pkgsrc-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.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd524b6ba64a
branches:  trunk
changeset: 425313:fd524b6ba64a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Mar 21 07:24:30 2020 +0000

description:
gnupg2: updated to 2.2.20

Noteworthy changes in version 2.2.20:
* Protect the error counter against overflow to guarantee that the
  tools can't be tricked into returning success after an error.
* gpg: Make really sure that --verify-files always returns an error.
* gpg: Fix key listing --with-secret if a pattern is given.
* gpg: Fix detection of certain keys used as default-key.
* gpg: Fix default-key selection when a card is available.
* gpg: Fix key expiration and key usage for keys created with a
  creation date of zero.
* gpgsm: Fix import of some CR,LF terminated certificates.
* gpg: New options --include-key-block and --auto-key-import to
  allow encrypted replies after an initial signed message.
* gpg: Allow the use of a fingerprint with --trusted-key.
* gpg: New property "fpr" for use by --export-filter.
* scdaemon: Disable the pinpad if a KDF DO is used.
* dirmngr: Improve finding OCSP certificates.
* Avoid build problems with LTO or gcc-10.

diffstat:

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

diffs (29 lines):

diff -r d31c042c7c2c -r fd524b6ba64a security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Sat Mar 21 06:53:18 2020 +0000
+++ b/security/gnupg2/Makefile  Sat Mar 21 07:24:30 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2020/03/08 16:51:07 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2020/03/21 07:24:30 adam Exp $
 
-DISTNAME=      gnupg-2.2.19
+DISTNAME=      gnupg-2.2.20
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
-PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/
 MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/
diff -r d31c042c7c2c -r fd524b6ba64a security/gnupg2/distinfo
--- a/security/gnupg2/distinfo  Sat Mar 21 06:53:18 2020 +0000
+++ b/security/gnupg2/distinfo  Sat Mar 21 07:24:30 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2019/12/09 18:44:52 adam Exp $
+$NetBSD: distinfo,v 1.60 2020/03/21 07:24:30 adam Exp $
 
-SHA1 (gnupg-2.2.19.tar.bz2) = e24a1208ffe69d7436b2f27e99542a85f34d0ac0
-RMD160 (gnupg-2.2.19.tar.bz2) = 9456b4162762e9091b3ce11e9a32494084f6dfae
-SHA512 (gnupg-2.2.19.tar.bz2) = d7700136ac9f0a8cf04b33da4023a42427fced648c2f90d76250c92904353b85fe728bdd89a713d847e8d38e5900c98d46075614492fdc3d1421f927a92f49dd
-Size (gnupg-2.2.19.tar.bz2) = 6754972 bytes
+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



Home | Main Index | Thread Index | Old Index