diff options
author | adam <adam@pkgsrc.org> | 2018-05-04 06:08:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-05-04 06:08:40 +0000 |
commit | 12d1015cd3b8a7ac583fb81144c5810f91ff2cc7 (patch) | |
tree | fce91f9342d5e66e5df85313a07f5e28ff296e5c /security | |
parent | 76cabc395178d7cf4c4f0cc11c8b070ad192d3c5 (diff) | |
download | pkgsrc-12d1015cd3b8a7ac583fb81144c5810f91ff2cc7.tar.gz |
gnupg2: updated to 2.2.7
changes in version 2.2.7:
* gpg: New option --no-symkey-cache to disable the passphrase cache
for symmetrical en- and decryption.
* gpg: The ERRSIG status now prints the fingerprint if that is part
of the signature.
* gpg: Relax emitting of FAILURE status lines
* gpg: Add a status flag to "sig" lines printed with --list-sigs.
* gpg: Fix "Too many open files" when using --multifile.
* ssh: Return an error for unknown ssh-agent flags.
* dirmngr: Fix a regression since 2.1.16 which caused corrupted CRL
caches under Windows.
* dirmngr: Fix a CNAME problem with pools and TLS. Also use a fixed
mapping of keys.gnupg.net to sks-keyservers.net.
* dirmngr: Try resurrecting dead hosts earlier (from 3 to 1.5 hours).
* dirmngr: Fallback to CRL if no default OCSP responder is configured.
* dirmngr: Implement CRL fetching via https. Here a redirection to
http is explictly allowed.
* dirmngr: Make LDAP searching and CRL fetching work under Windows.
This stopped working with 2.1.
* agent,dirmngr: New sub-command "getenv" for "getinfo" to ease
debugging.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg2/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 09fd0e09f41..d37a58727fe 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.84 2018/04/14 07:34:39 adam Exp $ +# $NetBSD: Makefile,v 1.85 2018/05/04 06:08:40 adam Exp $ -DISTNAME= gnupg-2.2.6 +DISTNAME= gnupg-2.2.7 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index 51b47cd4f4f..828b6358ff7 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.45 2018/04/12 07:02:03 adam Exp $ +$NetBSD: distinfo,v 1.46 2018/05/04 06:08:40 adam Exp $ -SHA1 (gnupg-2.2.6.tar.bz2) = 295298debcc2c12f02a2f2fdf04aecb6d6aae396 -RMD160 (gnupg-2.2.6.tar.bz2) = 06d2a368f7ea54ddac36cc07923fa487f55e6da8 -SHA512 (gnupg-2.2.6.tar.bz2) = ad0861c86c1886f701ae05e7cd439449cf0684a7bf461ca2b729c5e93833ee36f8438cd4d7f73a4c60e57060f3d8f4890a809b2bbc31b083f9f61d2f66ccacc4 -Size (gnupg-2.2.6.tar.bz2) = 6605028 bytes +SHA1 (gnupg-2.2.7.tar.bz2) = e222cda63409a86992369df8976f6c7511e10ea0 +RMD160 (gnupg-2.2.7.tar.bz2) = 25c9cbbce869b442063e9a812d791046561c6861 +SHA512 (gnupg-2.2.7.tar.bz2) = f858b275876d38b9d3a60e5428574f1008a73a948f67a2fa43bcf1970a5dbb60ec3f0e2b2271243229465eb9b22124e216894f0b3d72004acf3ed0c3481da33d +Size (gnupg-2.2.7.tar.bz2) = 6631100 bytes |