diff options
author | adamw <adamw@FreeBSD.org> | 2018-11-07 12:30:18 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-11-07 12:30:18 +0800 |
commit | 19d05bee12efcbb9f9619d1c5d5648fedcfbcca6 (patch) | |
tree | 2742fca44be2c4ebf277f8afaf36388848621f34 /security | |
parent | 3b9f7028a670593c60baa82708c7f7f11d811996 (diff) | |
download | freebsd-ports-gnome-19d05bee12efcbb9f9619d1c5d5648fedcfbcca6.tar.gz freebsd-ports-gnome-19d05bee12efcbb9f9619d1c5d5648fedcfbcca6.tar.zst freebsd-ports-gnome-19d05bee12efcbb9f9619d1c5d5648fedcfbcca6.zip |
Update gnupg to 2.2.11
* gpgsm: Fix CRL loading when intermediate certicates are not yet
trusted.
* gpgsm: Fix an error message about the digest algo. [#4219]
* gpg: Fix a wrong warning due to new sign usage check introduced
with 2.2.9. [#4014]
* gpg: Print the "data source" even for an unsuccessful keyserver
query.
* gpg: Do not store the TOFU trust model in the trustdb. This
allows to enable or disable a TOFO model without triggering a
trustdb rebuild. [#4134]
* scd: Fix cases of "Bad PIN" after using "forcesig". [#4177]
* agent: Fix possible hang in the ssh handler. [#4221]
* dirmngr: Tack the unmodified mail address to a WKD request. See
commit a2bd4a64e5b057f291a60a9499f881dd47745e2f for details.
* dirmngr: Tweak diagnostic about missing LDAP server file.
* dirmngr: In verbose mode print the OCSP responder id.
* dirmngr: Fix parsing of the LDAP port. [#4230]
* wks: Add option --directory/-C to the server. Always build the
server on Unix systems.
* wks: Add option --with-colons to the client. Support sites which
use the policy file instead of the submission-address file.
* Fix EBADF when gpg et al. are called by broken CGI scripts.
* Fix some minor memory leaks and bugs.
Release-info: https://dev.gnupg.org/T4233
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 3 | ||||
-rw-r--r-- | security/gnupg/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index f2d8a1592828..1b33f0f10563 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.10 -PORTREVISION= 1 +PORTVERSION= 2.2.11 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 707ce54a9913..ae15fa10b00d 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535638047 -SHA256 (gnupg-2.2.10.tar.bz2) = 799dd37a86a1448732e339bd20440f4f5ee6e69755f6fd7a73ee8af30840c915 -SIZE (gnupg-2.2.10.tar.bz2) = 6659484 +TIMESTAMP = 1541562033 +SHA256 (gnupg-2.2.11.tar.bz2) = 496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9 +SIZE (gnupg-2.2.11.tar.bz2) = 6652480 |