svn commit: r447661 - head/security/gnupg

Adam Weinberger adamw at FreeBSD.org
Thu Aug 10 01:31:50 UTC 2017


Author: adamw
Date: Thu Aug 10 01:31:49 2017
New Revision: 447661
URL: https://svnweb.freebsd.org/changeset/ports/447661

Log:
  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.

Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Thu Aug 10 00:38:03 2017	(r447660)
+++ head/security/gnupg/Makefile	Thu Aug 10 01:31:49 2017	(r447661)
@@ -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

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Thu Aug 10 00:38:03 2017	(r447660)
+++ head/security/gnupg/distinfo	Thu Aug 10 01:31:49 2017	(r447661)
@@ -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


More information about the svn-ports-head mailing list