From b980bd5e23fba1f330f4489a6ed4ece49a0ecfbe Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 9 Nov 2017 17:03:22 +0000 Subject: [PATCH] Update to 2.2.2 Also, improve COMMENT, which conflicted with the pkg-descr. * gpg: Avoid duplicate key imports by concurrently running gpg processes. [#3446] * gpg: Fix creating on-disk subkey with on-card primary key. [#3280] * gpg: Fix validity retrieval for multiple keyrings. [Debian#878812] * gpg: Fix --dry-run and import option show-only for secret keys. * gpg: Print "sec" or "sbb" for secret keys with import option import-show. [#3431] * gpg: Make import less verbose. [#3397] * gpg: Add alias "Key-Grip" for parameter "Keygrip" and new parameter "Subkey-Grip" to unattended key generation. [#3478] * gpg: Improve "factory-reset" command for OpenPGP cards. [#3286] * gpg: Ease switching Gnuk tokens into ECC mode by using the magic keysize value 25519. * gpgsm: Fix --with-colon listing in crt records for fields > 12. * gpgsm: Do not expect X.509 keyids to be unique. [#1644] * agent: Fix stucked Pinentry when using --max-passphrase-days. [#3190] * agent: New option --s2k-count. [#3276 (workaround)] * dirmngr: Do not follow https-to-http redirects. [#3436] * dirmngr: Reduce default LDAP timeout from 100 to 15 seconds. [#3487] * gpgconf: Ignore non-installed components for commands --apply-profile and --apply-defaults. [#3313] * Add configure option --enable-werror. [#2423] --- security/gnupg/Makefile | 4 ++-- security/gnupg/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index e51b7e9a05b6..651318f99dec 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= security MASTER_SITES= GNUPG MAINTAINER= adamw@FreeBSD.org -COMMENT= The GNU Privacy Guard (modern version) +COMMENT= Complete and free PGP implementation LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 4baa40f1268a..2945b612575b 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505844954 -SHA256 (gnupg-2.2.1.tar.bz2) = 34d70cd65b9c95f3f2f90a9f5c1e0b6a0fe039a8d685e2d66d69c33d1cbf62fb -SIZE (gnupg-2.2.1.tar.bz2) = 6537959 +TIMESTAMP = 1510246313 +SHA256 (gnupg-2.2.2.tar.bz2) = bfb62c7412ceb3b9422c6c7134a34ff01a560f98eb981c2d96829c1517c08197 +SIZE (gnupg-2.2.2.tar.bz2) = 6546951