svn commit: r435304 - head/security/gnupg
Adam Weinberger
adamw at FreeBSD.org
Fri Mar 3 03:43:42 UTC 2017
Author: adamw
Date: Fri Mar 3 03:43:41 2017
New Revision: 435304
URL: https://svnweb.freebsd.org/changeset/ports/435304
Log:
Update to 2.1.19.
Noteworthy changes in version 2.1.19
====================================
* gpg: Print a warning if Tor mode is requested but the Tor daemon
is not running.
* gpg: New status code DECRYPTION_KEY to print the actual private
key used for decryption.
* gpgv: New options --log-file and --debug.
* gpg-agent: Revamp the prompts to ask for card PINs.
* scd: Support for multiple card readers.
* scd: Removed option --debug-disable-ticker. Ticker is used
only when it is required to watch removal of device/card.
* scd: Improved detection of card inserting and removal.
* dirmngr: New option --disable-ipv4.
* dirmngr: New option --no-use-tor to explicitly disable the use of
Tor.
* dirmngr: The option --allow-version-check is now required even if
the option --use-tor is also used.
* dirmngr: Handle a missing nsswitch.conf gracefully.
* dirmngr: Avoid PTR lookups for keyserver pools. The are only done
for the debug command "keyserver --hosttable".
* dirmngr: Rework the internal certificate cache to support classes
of certificates. Load system provided certificates on startup.
Add options --tls, --no-crl, and --systrust to the "VALIDATE"
command.
* dirmngr: Add support for the ntbtls library.
* wks: Create mails with a "WKS-Phase" header. Fix detection of
Draft-2 mode.
* The Windows installer is now build with limited TLS support.
* Many other bug fixes and new regression tests.
A detailed description of the changes found in this 2.1 branch can be
found at <https://gnupg.org/faq/whats-new-in-2.1.html>.
Modified:
head/security/gnupg/Makefile
head/security/gnupg/distinfo
Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile Fri Mar 3 03:19:17 2017 (r435303)
+++ head/security/gnupg/Makefile Fri Mar 3 03:43:41 2017 (r435304)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gnupg
-PORTVERSION= 2.1.18
+PORTVERSION= 2.1.19
CATEGORIES= security
MASTER_SITES= GNUPG
@@ -26,9 +26,9 @@ CONFLICTS= gnupg-2.0.* dirmngr-[0-9]*
CPE_VENDOR= gnupg
USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-ntbtls --enable-symcryptrun --disable-wks-tools
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
INFO= gnupg
OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG
Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo Fri Mar 3 03:19:17 2017 (r435303)
+++ head/security/gnupg/distinfo Fri Mar 3 03:43:41 2017 (r435304)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485212258
-SHA256 (gnupg-2.1.18.tar.bz2) = d04c6fab7e5562ce4b915b22020e34d4c1a256847690cf149842264fc7cef994
-SIZE (gnupg-2.1.18.tar.bz2) = 6308666
+TIMESTAMP = 1488511830
+SHA256 (gnupg-2.1.19.tar.bz2) = 46cced1f5641ce29cc28250f52fadf6e417e649b3bfdec49a5a0d0b22a639bf0
+SIZE (gnupg-2.1.19.tar.bz2) = 6404836
More information about the svn-ports-all
mailing list