Date: Fri, 13 Jul 2018 14:23:29 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474588 - branches/2018Q3/security/gnupg Message-ID: <201807131423.w6DENTQL016895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Jul 13 14:23:28 2018 New Revision: 474588 URL: https://svnweb.freebsd.org/changeset/ports/474588 Log: MFH: r474528 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] Approved by: ports-secteam (miwi) Modified: branches/2018Q3/security/gnupg/Makefile branches/2018Q3/security/gnupg/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/security/gnupg/Makefile ============================================================================== --- branches/2018Q3/security/gnupg/Makefile Fri Jul 13 14:00:11 2018 (r474587) +++ branches/2018Q3/security/gnupg/Makefile Fri Jul 13 14:23:28 2018 (r474588) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.9 CATEGORIES= security MASTER_SITES= GNUPG Modified: branches/2018Q3/security/gnupg/distinfo ============================================================================== --- branches/2018Q3/security/gnupg/distinfo Fri Jul 13 14:00:11 2018 (r474587) +++ branches/2018Q3/security/gnupg/distinfo Fri Jul 13 14:23:28 2018 (r474588) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807131423.w6DENTQL016895>