svn commit: r474528 - head/security/gnupg
Adam Weinberger
adamw at FreeBSD.org
Thu Jul 12 17:34:14 UTC 2018
Author: adamw
Date: Thu Jul 12 17:34:12 2018
New Revision: 474528
URL: https://svnweb.freebsd.org/changeset/ports/474528
Log:
Update gnupg to 2.2.9
* 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. If you
still have problems on Windows, please consider to use one of the
options disable-ipv4 or disable-ipv6.
* 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]
MFH: 2018Q3
Modified:
head/security/gnupg/Makefile
head/security/gnupg/distinfo
Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile Thu Jul 12 17:31:03 2018 (r474527)
+++ head/security/gnupg/Makefile Thu Jul 12 17:34:12 2018 (r474528)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gnupg
-PORTVERSION= 2.2.8
+PORTVERSION= 2.2.9
CATEGORIES= security
MASTER_SITES= GNUPG
Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo Thu Jul 12 17:31:03 2018 (r474527)
+++ head/security/gnupg/distinfo Thu Jul 12 17:34:12 2018 (r474528)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528466286
-SHA256 (gnupg-2.2.8.tar.bz2) = 777b4cb8ced21965a5053d4fa20fe11484f0a478f3d011cef508a1a49db50dcd
-SIZE (gnupg-2.2.8.tar.bz2) = 6632465
+TIMESTAMP = 1531415728
+SHA256 (gnupg-2.2.9.tar.bz2) = 6278eaabffa1ebc9fa2ceb3dc53eea9a1505ab02a668a86dd6fec06951af2164
+SIZE (gnupg-2.2.9.tar.bz2) = 6659547
More information about the svn-ports-head
mailing list