From owner-svn-ports-head@freebsd.org Thu Nov 9 17:03:23 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF5A5E561AE; Thu, 9 Nov 2017 17:03:23 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8E796F78A; Thu, 9 Nov 2017 17:03:23 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA9H3Mfv085847; Thu, 9 Nov 2017 17:03:22 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA9H3MNr085845; Thu, 9 Nov 2017 17:03:22 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201711091703.vA9H3MNr085845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 9 Nov 2017 17:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453850 - head/security/gnupg X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/security/gnupg X-SVN-Commit-Revision: 453850 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2017 17:03:24 -0000 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