From owner-svn-ports-all@freebsd.org Fri May 4 12:31:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A564CFAC8A5; Fri, 4 May 2018 12:31:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 52B2270575; Fri, 4 May 2018 12:31:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 347C76E49; Fri, 4 May 2018 12:31:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44CVW3B082605; Fri, 4 May 2018 12:31:32 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44CVWmH082603; Fri, 4 May 2018 12:31:32 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201805041231.w44CVWmH082603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 4 May 2018 12:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469025 - head/security/gnupg X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/security/gnupg X-SVN-Commit-Revision: 469025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2018 12:31:33 -0000 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