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

Joseph Mingrone jrm at FreeBSD.org
Sat Sep 8 00:05:03 UTC 2018


Author: jrm
Date: Sat Sep  8 00:05:02 2018
New Revision: 479210
URL: https://svnweb.freebsd.org/changeset/ports/479210

Log:
  security/gnupg: Add pkg-message about potential connectivity issues
  
  GnuPG, when run on hosts without IPv6 connectivity, may fail to connect to
  dual-stack hkp servers [1].  Describe a workaround in pkg-message.
  
  [1] https://dev.gnupg.org/rGecfc4db3a2f8bc2652ba4ac4de5ca1cd13bfcbec
  
  Approved by:	adamw (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D17071

Added:
  head/security/gnupg/files/
  head/security/gnupg/files/pkg-message.in   (contents, props changed)
Modified:
  head/security/gnupg/Makefile   (contents, props changed)

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Fri Sep  7 23:59:58 2018	(r479209)
+++ head/security/gnupg/Makefile	Sat Sep  8 00:05:02 2018	(r479210)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gnupg
 PORTVERSION=	2.2.10
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
@@ -31,6 +32,8 @@ CONFIGURE_ARGS=	--disable-ntbtls --disable-wks-tools \
 GNU_CONFIGURE=	yes
 INFO=		gnupg
 TEST_TARGET=	check
+
+SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	DOCS GNUTLS LARGE_RSA LDAP NLS SCDAEMON SUID_GPG
 OPTIONS_DEFAULT=GNUTLS SCDAEMON

Added: head/security/gnupg/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/gnupg/files/pkg-message.in	Sat Sep  8 00:05:02 2018	(r479210)
@@ -0,0 +1,12 @@
+***************************************************************************
+GnuPG, when run on hosts without IPv6 connectivity, may fail to connect to
+dual-stack hkp servers [1].  As a workaround, add
+
+disable-ipv6
+
+to
+
+%%PREFIX%%/etc/dirmngr.conf
+
+[1] https://dev.gnupg.org/rGecfc4db3a2f8bc2652ba4ac4de5ca1cd13bfcbec
+***************************************************************************


More information about the svn-ports-head mailing list