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

Modified Files:
        pkgsrc/security/gnupg2: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.60 -r1.61 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.114 pkgsrc/security/gnupg2/Makefile:1.115
--- pkgsrc/security/gnupg2/Makefile:1.114       Tue Jun  2 08:24:40 2020
+++ pkgsrc/security/gnupg2/Makefile     Fri Jul 24 10:47:45 2020
@@ -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/

Index: pkgsrc/security/gnupg2/distinfo
diff -u pkgsrc/security/gnupg2/distinfo:1.60 pkgsrc/security/gnupg2/distinfo:1.61
--- pkgsrc/security/gnupg2/distinfo:1.60        Sat Mar 21 07:24:30 2020
+++ pkgsrc/security/gnupg2/distinfo     Fri Jul 24 10:47:45 2020
@@ -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