From owner-svn-ports-all@freebsd.org Fri Mar 3 03:43:42 2017 Return-Path: Delivered-To: svn-ports-all@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 D08F0CF41BF; Fri, 3 Mar 2017 03:43:42 +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 8680F14E2; Fri, 3 Mar 2017 03:43:42 +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 v233hfSr048643; Fri, 3 Mar 2017 03:43:41 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v233hfXL048641; Fri, 3 Mar 2017 03:43:41 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201703030343.v233hfXL048641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 3 Mar 2017 03:43:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435304 - head/security/gnupg X-SVN-Group: ports-head 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.23 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, 03 Mar 2017 03:43:42 -0000 Author: adamw Date: Fri Mar 3 03:43:41 2017 New Revision: 435304 URL: https://svnweb.freebsd.org/changeset/ports/435304 Log: Update to 2.1.19. Noteworthy changes in version 2.1.19 ==================================== * gpg: Print a warning if Tor mode is requested but the Tor daemon is not running. * gpg: New status code DECRYPTION_KEY to print the actual private key used for decryption. * gpgv: New options --log-file and --debug. * gpg-agent: Revamp the prompts to ask for card PINs. * scd: Support for multiple card readers. * scd: Removed option --debug-disable-ticker. Ticker is used only when it is required to watch removal of device/card. * scd: Improved detection of card inserting and removal. * dirmngr: New option --disable-ipv4. * dirmngr: New option --no-use-tor to explicitly disable the use of Tor. * dirmngr: The option --allow-version-check is now required even if the option --use-tor is also used. * dirmngr: Handle a missing nsswitch.conf gracefully. * dirmngr: Avoid PTR lookups for keyserver pools. The are only done for the debug command "keyserver --hosttable". * dirmngr: Rework the internal certificate cache to support classes of certificates. Load system provided certificates on startup. Add options --tls, --no-crl, and --systrust to the "VALIDATE" command. * dirmngr: Add support for the ntbtls library. * wks: Create mails with a "WKS-Phase" header. Fix detection of Draft-2 mode. * The Windows installer is now build with limited TLS support. * Many other bug fixes and new regression tests. A detailed description of the changes found in this 2.1 branch can be found at . Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Fri Mar 3 03:19:17 2017 (r435303) +++ head/security/gnupg/Makefile Fri Mar 3 03:43:41 2017 (r435304) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.18 +PORTVERSION= 2.1.19 CATEGORIES= security MASTER_SITES= GNUPG @@ -26,9 +26,9 @@ CONFLICTS= gnupg-2.0.* dirmngr-[0-9]* CPE_VENDOR= gnupg USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 -USE_LDCONFIG= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-ntbtls --enable-symcryptrun --disable-wks-tools +GNU_CONFIGURE= yes +USE_LDCONFIG= yes INFO= gnupg OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Fri Mar 3 03:19:17 2017 (r435303) +++ head/security/gnupg/distinfo Fri Mar 3 03:43:41 2017 (r435304) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485212258 -SHA256 (gnupg-2.1.18.tar.bz2) = d04c6fab7e5562ce4b915b22020e34d4c1a256847690cf149842264fc7cef994 -SIZE (gnupg-2.1.18.tar.bz2) = 6308666 +TIMESTAMP = 1488511830 +SHA256 (gnupg-2.1.19.tar.bz2) = 46cced1f5641ce29cc28250f52fadf6e417e649b3bfdec49a5a0d0b22a639bf0 +SIZE (gnupg-2.1.19.tar.bz2) = 6404836