diff options
author | adamw <adamw@FreeBSD.org> | 2017-08-10 09:31:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2017-08-10 09:31:49 +0800 |
commit | bea746a18dc40c3627de61182db501b44b6eba14 (patch) | |
tree | 2cf6e035ba4c7c9acc50c9ad5fe4d3db69d56069 /security | |
parent | 5c288fd4a365cfd7519f8ea9b3207aa76ba528bb (diff) | |
download | freebsd-ports-gnome-bea746a18dc40c3627de61182db501b44b6eba14.tar.gz freebsd-ports-gnome-bea746a18dc40c3627de61182db501b44b6eba14.tar.zst freebsd-ports-gnome-bea746a18dc40c3627de61182db501b44b6eba14.zip |
Update to 2.1.23, and use the correct TEST_TARGET.
* gpg: Options --auto-key-retrieve and --auto-key-locate "local,wkd"
are now used by default. Note: this enables keyserver and Web Key
Directory operators to notice when a signature from a locally
non-available key is being verified for the first time or when
you intend to encrypt to a mail address without having the key
locally. This new behaviour will eventually make key discovery
much easier and mostly automatic. Disable this by adding
no-auto-key-retrieve
auto-key-locate local
to your gpg.conf.
* agent: Option --no-grab is now the default. The new option --grab
allows to revert this.
* gpg: New import option "show-only".
* gpg: New option --disable-dirmngr to entirely disable network
access for gpg.
* gpg,gpgsm: Tweaked DE-VS compliance behaviour.
* New configure flag --enable-all-tests to run more extensive tests
during "make check".
* gpgsm: The keygrip is now always printed in colon mode as
documented in the man page.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 7 | ||||
-rw-r--r-- | security/gnupg/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 203992788ce7..86dd1d39ece4 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.22 +PORTVERSION= 2.1.23 CATEGORIES= security MASTER_SITES= GNUPG @@ -26,11 +26,12 @@ CONFLICTS= gnupg-2.0.* dirmngr-[0-9]* CPE_VENDOR= gnupg USES= compiler:c11 cpe gmake iconv pkgconfig readline sqlite tar:bzip2 -CONFIGURE_ARGS= --disable-ntbtls --enable-symcryptrun --disable-wks-tools +CONFIGURE_ARGS= --disable-ntbtls --disable-wks-tools \ + --enable-gpg-is-gpg2 --enable-symcryptrun GNU_CONFIGURE= yes USE_LDCONFIG= yes INFO= gnupg -TEST_TARGET= check-all +TEST_TARGET= check OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG OPTIONS_DEFAULT=GNUTLS SCDAEMON diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 4b2d1646816c..d18705308c14 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501953654 -SHA256 (gnupg-2.1.22.tar.bz2) = 46716faf9e1b92cfca86609f3bfffbf5bb4b6804df90dc853ff7061cfcfb4ad7 -SIZE (gnupg-2.1.22.tar.bz2) = 6530433 +TIMESTAMP = 1502327530 +SHA256 (gnupg-2.1.23.tar.bz2) = a94476391595e9351f219188767a9d6ea128e83be5ed3226a7890f49aa2d0d77 +SIZE (gnupg-2.1.23.tar.bz2) = 6526734 |