git: 6936b345a23f - main - security/gnupg: remove unnecessary pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 19:17:37 UTC
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6936b345a23fbb37e0986912c25c514a5713eaae
commit 6936b345a23fbb37e0986912c25c514a5713eaae
Author: Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2022-03-28 19:08:49 +0000
Commit: Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2022-03-28 19:17:34 +0000
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
---
security/gnupg/Makefile | 4 +---
security/gnupg/files/pkg-message.in | 16 ----------------
2 files changed, 1 insertion(+), 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
-}
-]