Date: Wed, 11 Apr 2018 00:56:56 +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: r467022 - head/security/gnupg Message-ID: <201804110056.w3B0uuJ1020347@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Wed Apr 11 00:56:56 2018 New Revision: 467022 URL: https://svnweb.freebsd.org/changeset/ports/467022 Log: Update gnupg to 2.2.6 * gpg,gpgsm: New option --request-origin to pretend requests coming from a browser or a remote site. * gpg: Fix race condition on trustdb.gpg updates due to too early released lock. [#3839] * gpg: Emit FAILURE status lines in almost all cases. [#3872] * gpg: Implement --dry-run for --passwd to make checking a key's passphrase straightforward. * gpg: Make sure to only accept a certification capable key for key signatures. [#3844] * gpg: Better user interaction in --card-edit for the factory-reset sub-command. * gpg: Improve changing key attributes in --card-edit by adding an explicit "key-attr" sub-command. [#3781] * gpg: Print the keygrips in the --card-status. * scd: Support KDF DO setup. [#3823] * scd: Fix some issues with PC/SC on Windows. [#3825] * scd: Fix suspend/resume handling in the CCID driver. * agent: Evict cached passphrases also via a timer. [#3829] * agent: Use separate passphrase caches depending on the request origin. [#3858] * ssh: Support signature flags. [#3880] * dirmngr: Handle failures related to missing IPv6 support gracefully. [#3331] * Fix corner cases related to specified home directory with drive letter on Windows. [#3720] * Allow the use of UNC directory names as homedir. [#3818] Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Wed Apr 11 00:33:28 2018 (r467021) +++ head/security/gnupg/Makefile Wed Apr 11 00:56:56 2018 (r467022) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= security MASTER_SITES= GNUPG Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Wed Apr 11 00:33:28 2018 (r467021) +++ head/security/gnupg/distinfo Wed Apr 11 00:56:56 2018 (r467022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519395206 -SHA256 (gnupg-2.2.5.tar.bz2) = 3fa189a32d4fb62147874eb1389047c267d9ba088f57ab521cb0df46f08aef57 -SIZE (gnupg-2.2.5.tar.bz2) = 6584756 +TIMESTAMP = 1523406856 +SHA256 (gnupg-2.2.6.tar.bz2) = e64d8c5fa2d05938a5080cb784a98ac21be0812f2a26f844b18f0d6a0e711984 +SIZE (gnupg-2.2.6.tar.bz2) = 6605028
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804110056.w3B0uuJ1020347>