Date: Mon, 15 May 2017 22:24:13 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440980 - head/security/gnupg Message-ID: <201705152224.v4FMODb0063258@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon May 15 22:24:13 2017 New Revision: 440980 URL: https://svnweb.freebsd.org/changeset/ports/440980 Log: 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. MFH: 2017Q2 Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo head/security/gnupg/pkg-plist Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Mon May 15 22:22:50 2017 (r440979) +++ head/security/gnupg/Makefile Mon May 15 22:24:13 2017 (r440980) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.20 +PORTVERSION= 2.1.21 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Mon May 15 22:22:50 2017 (r440979) +++ head/security/gnupg/distinfo Mon May 15 22:24:13 2017 (r440980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491252314 -SHA256 (gnupg-2.1.20.tar.bz2) = 24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d -SIZE (gnupg-2.1.20.tar.bz2) = 6456128 +TIMESTAMP = 1494886846 +SHA256 (gnupg-2.1.21.tar.bz2) = 7aead8a8ba75b69866f583b6c747d91414d523bfdfbe9a8e0fe026b16ba427dd +SIZE (gnupg-2.1.21.tar.bz2) = 6472887 Modified: head/security/gnupg/pkg-plist ============================================================================== --- head/security/gnupg/pkg-plist Mon May 15 22:22:50 2017 (r440979) +++ head/security/gnupg/pkg-plist Mon May 15 22:24:13 2017 (r440980) @@ -88,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?201705152224.v4FMODb0063258>