diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2020-03-20 18:51:34 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2020-03-20 18:51:34 +0000 |
commit | b670249eee86611946efea3cb68eb6b265cd8c74 (patch) | |
tree | bad1e573d1f1bbb0f63fa3f6cfc1caf6ea53c279 | |
parent | biology/canu: Upgrade to 2.0 (diff) |
gnupg: Update 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. [#4061]
* gpg: Fix detection of certain keys used as default-key. [#4810]
* gpg: Fix default-key selection when a card is available. [#4850]
* gpg: Fix key expiration and key usage for keys created with a
creation date of zero. [#4670]
* gpgsm: Fix import of some CR,LF terminated certificates. [#4847]
* gpg: New options --include-key-block and --auto-key-import to
allow encrypted replies after an initial signed message. [#4856]
* gpg: Allow the use of a fingerprint with --trusted-key. [#4855]
* gpg: New property "fpr" for use by --export-filter.
* scdaemon: Disable the pinpad if a KDF DO is used. [#4832]
* dirmngr: Improve finding OCSP certificates. [#4536]
* Avoid build problems with LTO or gcc-10. [#4831]
Release-info: https://dev.gnupg.org/T4860
Notes
Notes:
svn path=/head/; revision=528793
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index e72e89d562ba..c380fcc90884 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.19 +PORTVERSION= 2.2.20 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 93b8bd0b9321..bb8d171c4d5b 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575737839 -SHA256 (gnupg-2.2.19.tar.bz2) = 242554c0e06f3a83c420b052f750b65ead711cc3fddddb5e7274fcdbb4e9dec0 -SIZE (gnupg-2.2.19.tar.bz2) = 6754972 +TIMESTAMP = 1584729314 +SHA256 (gnupg-2.2.20.tar.bz2) = 04a7c9d48b74c399168ee8270e548588ddbe52218c337703d7f06373d326ca30 +SIZE (gnupg-2.2.20.tar.bz2) = 6786913 |