pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar 21 07:24:30 UTC 2020

Modified Files:
        pkgsrc/security/gnupg2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/security/gnupg2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.109 pkgsrc/security/gnupg2/Makefile:1.110
--- pkgsrc/security/gnupg2/Makefile:1.109       Sun Mar  8 16:51:07 2020
+++ pkgsrc/security/gnupg2/Makefile     Sat Mar 21 07:24:30 2020
@@ -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/

Index: pkgsrc/security/gnupg2/distinfo
diff -u pkgsrc/security/gnupg2/distinfo:1.59 pkgsrc/security/gnupg2/distinfo:1.60
--- pkgsrc/security/gnupg2/distinfo:1.59        Mon Dec  9 18:44:52 2019
+++ pkgsrc/security/gnupg2/distinfo     Sat Mar 21 07:24:30 2020
@@ -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