From owner-svn-ports-head@freebsd.org Thu Aug 10 01:31:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEFCDDDAC66; Thu, 10 Aug 2017 01:31:50 +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 mx1.freebsd.org (Postfix) with ESMTPS id 93125681C0; Thu, 10 Aug 2017 01:31:50 +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 v7A1VnrV009847; Thu, 10 Aug 2017 01:31:49 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7A1VnRS009845; Thu, 10 Aug 2017 01:31:49 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201708100131.v7A1VnRS009845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 10 Aug 2017 01:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447661 - head/security/gnupg X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/security/gnupg X-SVN-Commit-Revision: 447661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 01:31:50 -0000 Author: adamw Date: Thu Aug 10 01:31:49 2017 New Revision: 447661 URL: https://svnweb.freebsd.org/changeset/ports/447661 Log: Update to 2.1.23, and use the correct TEST_TARGET. * gpg: Options --auto-key-retrieve and --auto-key-locate "local,wkd" are now used by default. Note: this enables keyserver and Web Key Directory operators to notice when a signature from a locally non-available key is being verified for the first time or when you intend to encrypt to a mail address without having the key locally. This new behaviour will eventually make key discovery much easier and mostly automatic. Disable this by adding no-auto-key-retrieve auto-key-locate local to your gpg.conf. * agent: Option --no-grab is now the default. The new option --grab allows to revert this. * gpg: New import option "show-only". * gpg: New option --disable-dirmngr to entirely disable network access for gpg. * gpg,gpgsm: Tweaked DE-VS compliance behaviour. * New configure flag --enable-all-tests to run more extensive tests during "make check". * gpgsm: The keygrip is now always printed in colon mode as documented in the man page. Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Thu Aug 10 00:38:03 2017 (r447660) +++ head/security/gnupg/Makefile Thu Aug 10 01:31:49 2017 (r447661) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.22 +PORTVERSION= 2.1.23 CATEGORIES= security MASTER_SITES= GNUPG @@ -26,11 +26,12 @@ CONFLICTS= gnupg-2.0.* dirmngr-[0-9]* CPE_VENDOR= gnupg USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 -CONFIGURE_ARGS= --disable-ntbtls --enable-symcryptrun --disable-wks-tools +CONFIGURE_ARGS= --disable-ntbtls --disable-wks-tools \ + --enable-gpg-is-gpg2 --enable-symcryptrun GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= gnupg -TEST_TARGET= check-all +TEST_TARGET= check OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG OPTIONS_DEFAULT=GNUTLS SCDAEMON Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Thu Aug 10 00:38:03 2017 (r447660) +++ head/security/gnupg/distinfo Thu Aug 10 01:31:49 2017 (r447661) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501953654 -SHA256 (gnupg-2.1.22.tar.bz2) = 46716faf9e1b92cfca86609f3bfffbf5bb4b6804df90dc853ff7061cfcfb4ad7 -SIZE (gnupg-2.1.22.tar.bz2) = 6530433 +TIMESTAMP = 1502327530 +SHA256 (gnupg-2.1.23.tar.bz2) = a94476391595e9351f219188767a9d6ea128e83be5ed3226a7890f49aa2d0d77 +SIZE (gnupg-2.1.23.tar.bz2) = 6526734