aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2022-03-28 19:08:49 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2022-03-28 19:17:34 +0000
commit6936b345a23fbb37e0986912c25c514a5713eaae (patch)
tree594c73233abd81690c2628be76bb14f01669a382
parentc9bae4fc153a7a0021abe34ca093baf8d4c2f35f (diff)
downloadports-6936b345a23fbb37e0986912c25c514a5713eaae.tar.gz
ports-6936b345a23fbb37e0986912c25c514a5713eaae.zip
security/gnupg: remove unnecessary pkg-message
There were installation instructions that dated from ~2017 which are no longer relevant after a fix was applied upstream. An IPv4 host connecting to a dual-stack hks server now gets a meaningful errno and retries the connection (as IPv4 only). Reported by: Pau Amma PR: 262881
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gnupg/files/pkg-message.in16
2 files changed, 1 insertions, 19 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 5862cb1f4bed..dac0b9958c4f 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnupg
PORTVERSION= 2.3.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= GNUPG
@@ -30,8 +30,6 @@ INFO= gnupg
TEST_TARGET= check
TEST_ARGS= TESTARGS=--parallel
-SUB_FILES= pkg-message
-
OPTIONS_DEFINE= DOCS GNUTLS LARGE_RSA LDAP NLS SCDAEMON SUID_GPG WKS_SERVER
OPTIONS_DEFAULT=GNUTLS SCDAEMON WKS_SERVER
OPTIONS_SUB= yes
diff --git a/security/gnupg/files/pkg-message.in b/security/gnupg/files/pkg-message.in
deleted file mode 100644
index 41ae1967a461..000000000000
--- a/security/gnupg/files/pkg-message.in
+++ /dev/null
@@ -1,16 +0,0 @@
-[
-{ type: install
- message: <<EOM
-When run on hosts without IPv6 connectivity, GnuPG 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
-EOM
-}
-]