commit:     6204fac4d367bee88d24abb65046c50dffc8dbe9
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 14:07:17 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 14:10:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6204fac4

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 <mjo <AT> gentoo.org>

 mail-filter/opendkim/opendkim-2.10.3-r32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";
 }

Reply via email to