diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-07-16 01:00:22 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-07-16 01:00:22 +0000 |
commit | def03c6359c703e61184d98a3786ae3891003d4b (patch) | |
tree | 47cacce33799e670840cdcb3b1cc88cdd55b9522 /security/gnupg2 | |
parent | 9a7b8575c05236519428a3dfd44f78b7646f3ea0 (diff) | |
download | pkgsrc-def03c6359c703e61184d98a3786ae3891003d4b.tar.gz |
Update to 2.2.9
Changelog:
Noteworthy changes in version 2.2.9 (2018-07-12)
------------------------------------------------
* dirmngr: Fix recursive resolver mode and other bugs in the libdns
code. [#3374,#3803,#3610]
* dirmngr: When using libgpg-error 1.32 or later a GnuPG build with
NTBTLS support (e.g. the standard Windows installer) does not
anymore block for dozens of seconds before returning data.
* gpg: Fix bug in --show-keys which actually imported revocation
certificates. [#4017]
* gpg: Ignore too long user-ID and comment packets. [#4022]
* gpg: Fix crash due to bad German translation. Improved printf
format compile time check.
* gpg: Handle missing ISSUER sub packet gracefully in the presence of
the new ISSUER_FPR. [#4046]
* gpg: Allow decryption using several passphrases in most cases.
[#3795,#4050]
* gpg: Command --show-keys now enables the list options
show-unusable-uids, show-unusable-subkeys, show-notations and
show-policy-urls by default.
* gpg: Command --show-keys now prints revocation certificates. [#4018]
* gpg: Add revocation reason to the "rev" and "rvs" records of the
option --with-colons. [#1173]
* gpg: Export option export-clean does now remove certain expired
subkeys; export-minimal removes all expired subkeys. [#3622]
* gpg: New "usage" property for the drop-subkey filters. [#4019]
Release-info: https://dev.gnupg.org/T4036
See-also: gnupg-announce/2018q3/000427.html
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 882e0d6cc88..fc957bd9b16 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2018/06/17 07:47:30 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2018/07/16 01:00:22 ryoon Exp $ -DISTNAME= gnupg-2.2.8 +DISTNAME= gnupg-2.2.9 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index e121655e71b..50cb2e8fbd7 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2018/06/09 18:08:34 leot Exp $ +$NetBSD: distinfo,v 1.48 2018/07/16 01:00:22 ryoon Exp $ -SHA1 (gnupg-2.2.8.tar.bz2) = d87553a125832ea90e8aeb3ceeecf24f88de56fb -RMD160 (gnupg-2.2.8.tar.bz2) = 200fc5ee2f8c25ca1ce9c7ac10f7479bc4f30406 -SHA512 (gnupg-2.2.8.tar.bz2) = 24271ec2663b941ed5e72e2179b48ac73d5cd838292aa9d4954952b11713f4b466f30e6af632b22c9e7c284350e300a07046d41d0ab73dcbd1639b303cd09007 -Size (gnupg-2.2.8.tar.bz2) = 6632465 bytes +SHA1 (gnupg-2.2.9.tar.bz2) = e6ef18c2e06175bbe563959c9acc682c02bcd572 +RMD160 (gnupg-2.2.9.tar.bz2) = 0290ec21d5b05ccaa615dad2dee4f6a02df62970 +SHA512 (gnupg-2.2.9.tar.bz2) = 96faf227bef78fee99ff20606f3ce74eddc407c3864b928f8676a80f50dfaf2dd291eaeeaa0d291a254275a87e4f8506df9ed31c1cfc7652999208c292a16922 +Size (gnupg-2.2.9.tar.bz2) = 6659547 bytes |