From 6204fac4d367bee88d24abb65046c50dffc8dbe9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 14 Oct 2024 10:07:17 -0400 Subject: mail-filter/opendkim: fix RFC link in postinst The old URL was both broken and outdated (the RFC has been updated twice since). Let's user the newer one from rfc-editor.org. Closes: https://bugs.gentoo.org/941256 Signed-off-by: Michael Orlitzky --- mail-filter/opendkim/opendkim-2.10.3-r32.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail-filter') diff --git a/mail-filter/opendkim/opendkim-2.10.3-r32.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r32.ebuild index b61911d89247..bd70b4d144b7 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r32.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r32.ebuild @@ -250,5 +250,5 @@ pkg_config() { einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:" cat "${ROOT}/var/lib/opendkim/${selector}.txt" einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:" - einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text" + einfo " https://www.rfc-editor.org/rfc/rfc6376.html#section-3.6.1" } -- cgit v1.2.3-65-gdbad