diff options
author | adam <adam@pkgsrc.org> | 2018-11-07 11:59:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-07 11:59:08 +0000 |
commit | e86228933f128285b4eb4ee9584a77b4192f2404 (patch) | |
tree | bc9b4274cea5cfb31bf66b81a104504e2fab93ca /security/gnupg2 | |
parent | 6f4d5c1f474abcfae4d95fb445c91266d10f4367 (diff) | |
download | pkgsrc-e86228933f128285b4eb4ee9584a77b4192f2404.tar.gz |
gnupg2: updated to 2.2.11
Noteworthy changes in version 2.2.11:
* gpgsm: Fix CRL loading when intermediate certicates are not yet
trusted.
* gpgsm: Fix an error message about the digest algo.
* gpg: Fix a wrong warning due to new sign usage check introduced
with 2.2.9.
* 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.
* scd: Fix cases of "Bad PIN" after using "forcesig".
* agent: Fix possible hang in the ssh handler.
* 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.
* 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.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg2/PLIST | 3 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 147f5f30040..385b2029ec7 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2018/09/05 15:41:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.95 2018/11/07 11:59:08 adam Exp $ -DISTNAME= gnupg-2.2.10 +DISTNAME= gnupg-2.2.11 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ diff --git a/security/gnupg2/PLIST b/security/gnupg2/PLIST index eb9b8775450..2677f1f9651 100644 --- a/security/gnupg2/PLIST +++ b/security/gnupg2/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.8 2017/11/24 12:33:10 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2018/11/07 11:59:08 adam Exp $ bin/dirmngr bin/dirmngr-client bin/g13 bin/gpg-agent bin/gpg-connect-agent +bin/gpg-wks-server bin/gpg2 bin/gpgconf bin/gpgparsemail diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index 6e9087d8dd2..c91e1c7484a 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2018/09/05 15:41:12 ryoon Exp $ +$NetBSD: distinfo,v 1.50 2018/11/07 11:59:08 adam Exp $ -SHA1 (gnupg-2.2.10.tar.bz2) = 3e87504e2ca317718aa9b6299947ebf7e906b54e -RMD160 (gnupg-2.2.10.tar.bz2) = 8e4d1b4222113e68605b9316bcc04c5035cc0344 -SHA512 (gnupg-2.2.10.tar.bz2) = a4477828f268fa69125cf1822f8a721e67f8f4008bd9817b701989393bd93689aac8fee1f4d34d918911d53afabdcbb1c84d40e8a4489d7a29b5a769d330fddd -Size (gnupg-2.2.10.tar.bz2) = 6659484 bytes +SHA1 (gnupg-2.2.11.tar.bz2) = c762d300c6c5616c14abff1cfaa099baa5fcbd2c +RMD160 (gnupg-2.2.11.tar.bz2) = 4c5312475f573bbc28888fa34c693c5be1742b70 +SHA512 (gnupg-2.2.11.tar.bz2) = 8aa8beea877993b6eef155e1a503ffdde9963ff04a24e6a3dea7979efeeeeeab57e942a80ad46ef254d27a83e8cb2e3008da7749afa8e39eade190c0499f95d9 +Size (gnupg-2.2.11.tar.bz2) = 6652480 bytes |