svn commit: r431502 - in head/security/gnupg: . files

Adam Weinberger adamw at FreeBSD.org
Sat Jan 14 23:46:30 UTC 2017


Author: adamw
Date: Sat Jan 14 23:46:28 2017
New Revision: 431502
URL: https://svnweb.freebsd.org/changeset/ports/431502

Log:
  Update GnuPG to 2.1.17 which resolves the following error that resulted when
  attempting to use the --export-ssh-key option.
  
  gpg: Ohhhh jeeee: Assertion "ret_found_key == NULL || ret_keyblock != NULL" in
  lookup failed (getkey.c:3677)
  
  The KDNS option is removed with this update because upstream dropped use of
  adns in favor of a bundled libdns which is used by default. Also, removed an
  obsolete patch.
  
  PR:		216057
  Submitted by:	Matthew Rezny

Deleted:
  head/security/gnupg/files/patch-tools_Makefile.in
Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo
  head/security/gnupg/pkg-plist

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Sat Jan 14 23:31:30 2017	(r431501)
+++ head/security/gnupg/Makefile	Sat Jan 14 23:46:28 2017	(r431502)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.1.16
-PORTREVISION=	2
+PORTVERSION=	2.1.17
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
@@ -32,12 +31,11 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-ntbtls --enable-symcryptrun --disable-wks-tools
 INFO=		gnupg
 
-OPTIONS_DEFINE=	GNUTLS LDAP SCDAEMON KDNS NLS DOCS SUID_GPG
+OPTIONS_DEFINE=	GNUTLS LDAP SCDAEMON NLS DOCS SUID_GPG
 OPTIONS_DEFAULT=GNUTLS
 NO_OPTIONS_SORT=yes
 OPTIONS_SUB=	yes
 
-KDNS_DESC=	Use DNS CERT helper
 LDAP_DESC=	LDAP keyserver interface
 SCDAEMON_DESC=	Enable Smartcard daemon (with libusb)
 SUID_GPG_DESC=	Install GPG with suid
@@ -46,9 +44,6 @@ SUID_GPG_DESC=	Install GPG with suid
 GNUTLS_CONFIGURE_ENABLE=gnutls
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
 
-KDNS_LIB_DEPENDS=	libadns.so:dns/adns
-KDNS_CONFIGURE_WITH=	adns=${LOCALBASE}
-
 LDAP_CONFIGURE_WITH=	ldap=${LOCALBASE}
 LDAP_LIBS=		-L${LOCALBASE}/lib
 LDAP_USE=		OPENLDAP=yes

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Sat Jan 14 23:31:30 2017	(r431501)
+++ head/security/gnupg/distinfo	Sat Jan 14 23:46:28 2017	(r431502)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484015793
-SHA256 (gnupg-2.1.16.tar.bz2) = 49b9a6a6787ad00d4d2d69d8c7ee8905923782583f06078a064a0c80531d8844
-SIZE (gnupg-2.1.16.tar.bz2) = 5840687
+TIMESTAMP = 1484371610
+SHA256 (gnupg-2.1.17.tar.bz2) = c5dc54db432209fa8f9bdb071c8fb60a765ff28e363150e30bdd4543160243cb
+SIZE (gnupg-2.1.17.tar.bz2) = 5970042

Modified: head/security/gnupg/pkg-plist
==============================================================================
--- head/security/gnupg/pkg-plist	Sat Jan 14 23:31:30 2017	(r431501)
+++ head/security/gnupg/pkg-plist	Sat Jan 14 23:46:28 2017	(r431502)
@@ -52,6 +52,7 @@ sbin/applygnupgdefaults
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/README
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/dirmngr.service
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/dirmngr.socket
+%%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent-browser.socket
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent-extra.socket
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent-ssh.socket
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.service


More information about the svn-ports-all mailing list