Date: Tue, 16 May 2017 15:30:00 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441005 - branches/2017Q2/security/gnupg Message-ID: <201705161530.v4GFU0WI087001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705161530.v4GFU0WI087001>