Date: Thu, 9 Nov 2017 17:03:22 +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: r453850 - head/security/gnupg Message-ID: <201711091703.vA9H3MNr085845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Nov 9 17:03:22 2017 New Revision: 453850 URL: https://svnweb.freebsd.org/changeset/ports/453850 Log: 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] Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Thu Nov 9 16:55:35 2017 (r453849) +++ head/security/gnupg/Makefile Thu Nov 9 17:03:22 2017 (r453850) @@ -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 Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Thu Nov 9 16:55:35 2017 (r453849) +++ head/security/gnupg/distinfo Thu Nov 9 17:03:22 2017 (r453850) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711091703.vA9H3MNr085845>