From owner-svn-ports-all@freebsd.org Tue May 16 15:30:02 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 86681D70745; Tue, 16 May 2017 15:30:02 +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 4461C1AA4; Tue, 16 May 2017 15:30:02 +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 v4GFU12a087004; Tue, 16 May 2017 15:30:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4GFU0WI087001; Tue, 16 May 2017 15:30:01 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705161530.v4GFU0WI087001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 16 May 2017 15:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441005 - branches/2017Q2/security/gnupg X-SVN-Group: ports-branches 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: Tue, 16 May 2017 15:30:02 -0000 Author: adamw Date: Tue May 16 15:30:00 2017 New Revision: 441005 URL: https://svnweb.freebsd.org/changeset/ports/441005 Log: MFH: r437674 r440980 Update to 2.1.21, which in particular fixes a keyring corruption bug. * gpg,gpgsm: Fix corruption of old style keyring.gpg files. This bug was introduced with version 2.1.20. Note that the default pubring.kbx format was not affected. * gpg,dirmngr: Removed the skeleton config file support. The system's standard methods for providing default configuration files should be used instead. * w32: The Windows installer now allows installion of GnuPG without Administrator permissions. * gpg: Fixed import filter property match bug. * scd: Removed Linux support for Cardman 4040 PCMCIA reader. * scd: Fixed some corner case bugs in resume/suspend handling. * Many minor bug fixes and code cleanup. Update to 2.1.20. * gpg: New properties 'expired', 'revoked', and 'disabled' for the import and export filters. * gpg: New command --quick-set-primary-uid. * gpg: New compliance field for the --with-colon key listing. * gpg: Changed the key parser to generalize the processing of local meta data packets. * gpg: Fixed assertion failure in the TOFU trust model. * gpg: Fixed exporting of zero length user ID packets. * scd: Improved support for multiple readers. * scd: Fixed timeout handling for key generation. * agent: New option --enable-extended-key-format. * dirmngr: Do not add a keyserver to a new dirmngr.conf. Dirmngr uses a default keyserver. * dimngr: Do not treat TLS warning alerts as severe error when building with GNUTLS. * dirmngr: Actually take /etc/hosts in account. * wks: Fixed client problems on Windows. Published keys are now set to world-readable. * tests: Fixed creation of temporary directories. * A socket directory for a non standard GNUGHOME is now created on the fly under /run/user. Thus "gpgconf --create-socketdir" is now optional. The use of "gpgconf --remove-socketdir" to clean up obsolete socket directories is however recommended to avoid cluttering /run/user with useless directories. * Fixed build problems on some platforms. Approved by: ports-secteam (miwi) Modified: branches/2017Q2/security/gnupg/Makefile branches/2017Q2/security/gnupg/distinfo branches/2017Q2/security/gnupg/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/gnupg/Makefile ============================================================================== --- branches/2017Q2/security/gnupg/Makefile Tue May 16 15:28:53 2017 (r441004) +++ branches/2017Q2/security/gnupg/Makefile Tue May 16 15:30:00 2017 (r441005) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.19 -PORTREVISION= 1 +PORTVERSION= 2.1.21 CATEGORIES= security MASTER_SITES= GNUPG Modified: branches/2017Q2/security/gnupg/distinfo ============================================================================== --- branches/2017Q2/security/gnupg/distinfo Tue May 16 15:28:53 2017 (r441004) +++ branches/2017Q2/security/gnupg/distinfo Tue May 16 15:30:00 2017 (r441005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488511830 -SHA256 (gnupg-2.1.19.tar.bz2) = 46cced1f5641ce29cc28250f52fadf6e417e649b3bfdec49a5a0d0b22a639bf0 -SIZE (gnupg-2.1.19.tar.bz2) = 6404836 +TIMESTAMP = 1494886846 +SHA256 (gnupg-2.1.21.tar.bz2) = 7aead8a8ba75b69866f583b6c747d91414d523bfdfbe9a8e0fe026b16ba427dd +SIZE (gnupg-2.1.21.tar.bz2) = 6472887 Modified: branches/2017Q2/security/gnupg/pkg-plist ============================================================================== --- branches/2017Q2/security/gnupg/pkg-plist Tue May 16 15:28:53 2017 (r441004) +++ branches/2017Q2/security/gnupg/pkg-plist Tue May 16 15:30:00 2017 (r441005) @@ -46,6 +46,7 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TRANSLATE %%PORTDOCS%%%%DOCSDIR%%/examples/README +%%PORTDOCS%%%%DOCSDIR%%/examples/debug.prf %%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list %%PORTDOCS%%%%DOCSDIR%%/examples/scd-event @@ -58,6 +59,7 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.service %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.socket %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt +%%PORTDOCS%%%%DOCSDIR%%/examples/vsnfd.prf %%PORTDOCS%%%%DOCSDIR%%/help.be.txt %%PORTDOCS%%%%DOCSDIR%%/help.ca.txt %%PORTDOCS%%%%DOCSDIR%%/help.cs.txt @@ -86,9 +88,7 @@ sbin/applygnupgdefaults %%PORTDOCS%%%%DOCSDIR%%/help.txt %%PORTDOCS%%%%DOCSDIR%%/help.zh_CN.txt %%PORTDOCS%%%%DOCSDIR%%/help.zh_TW.txt -%%DATADIR%%/dirmngr-conf.skel %%DATADIR%%/distsigkey.gpg -%%DATADIR%%/gpg-conf.skel %%DATADIR%%/sks-keyservers.netCA.pem %%NLS%%share/locale/ca/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/cs/LC_MESSAGES/gnupg2.mo