diff options
author | adamw <adamw@FreeBSD.org> | 2017-05-16 06:24:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-05-16 06:24:13 +0800 |
commit | 20e3d7b5ee26b5a53fc7bcfb1acf74d004d0a32e (patch) | |
tree | 77ed175cff9b52a884059b3911063742bcd03ef3 | |
parent | f163dd05ff25010d2c04fc918fe3e8c9deba932b (diff) | |
download | freebsd-ports-gnome-20e3d7b5ee26b5a53fc7bcfb1acf74d004d0a32e.tar.gz freebsd-ports-gnome-20e3d7b5ee26b5a53fc7bcfb1acf74d004d0a32e.tar.zst freebsd-ports-gnome-20e3d7b5ee26b5a53fc7bcfb1acf74d004d0a32e.zip |
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
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg/distinfo | 6 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index e183de31d18b..0247fd77b7e6 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.20 +PORTVERSION= 2.1.21 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 41778835567a..c6f21080d043 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -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 diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist index b7bba706f1c4..0b21bc5cf218 100644 --- a/security/gnupg/pkg-plist +++ b/security/gnupg/pkg-plist @@ -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 |