Date: Fri, 4 May 2018 12:31:32 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469025 - head/security/gnupg Message-ID: <201805041231.w44CVWmH082603@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri May 4 12:31:32 2018 New Revision: 469025 URL: https://svnweb.freebsd.org/changeset/ports/469025 Log: Update gnupg to 2.2.7 Also, remove unnecessary USE_LDCONFIG. * 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. [#3951] * ssh: Return an error for unknown ssh-agent flags. [#3880] * dirmngr: Fix a regression since 2.1.16 which caused corrupted CRL caches under Windows. [#2448,#3923] * dirmngr: Fix a CNAME problem with pools and TLS. Also use a fixed mapping of keys.gnupg.net to sks-keyservers.net. [#3755] * 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. [#3937] * agent,dirmngr: New sub-command "getenv" for "getinfo" to ease debugging. Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Fri May 4 12:26:11 2018 (r469024) +++ head/security/gnupg/Makefile Fri May 4 12:31:32 2018 (r469025) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.7 CATEGORIES= security MASTER_SITES= GNUPG @@ -29,7 +29,6 @@ USES= compiler:c11 cpe gmake iconv pkgconfig readline CONFIGURE_ARGS= --disable-ntbtls --disable-wks-tools \ --enable-gpg-is-gpg2 --enable-symcryptrun GNU_CONFIGURE= yes -USE_LDCONFIG= yes INFO= gnupg TEST_TARGET= check Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Fri May 4 12:26:11 2018 (r469024) +++ head/security/gnupg/distinfo Fri May 4 12:31:32 2018 (r469025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523406856 -SHA256 (gnupg-2.2.6.tar.bz2) = e64d8c5fa2d05938a5080cb784a98ac21be0812f2a26f844b18f0d6a0e711984 -SIZE (gnupg-2.2.6.tar.bz2) = 6605028 +TIMESTAMP = 1525435894 +SHA256 (gnupg-2.2.7.tar.bz2) = d95b361ee6ef7eff86af40c8c72bf9313736ac9f7010d6604d78bf83818e976e +SIZE (gnupg-2.2.7.tar.bz2) = 6631100
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805041231.w44CVWmH082603>