From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AD4B158020 for ; Tue, 27 Dec 2022 11:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E7CE0907; Tue, 27 Dec 2022 11:40:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80873E0901 for ; Tue, 27 Dec 2022 11:40:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B609B34108C for ; Tue, 27 Dec 2022 11:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EFD17F2 for ; Tue, 27 Dec 2022 11:40:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1672141184.1efbfdb8f511050dd9f5c2332cc8a70df5087104.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/files/, mail-filter/spamassassin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/spamassassin/files/4.0.0-tests-dnsbl_subtests.t.patch mail-filter/spamassassin/spamassassin-4.0.0.ebuild X-VCS-Directories: mail-filter/spamassassin/ mail-filter/spamassassin/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1efbfdb8f511050dd9f5c2332cc8a70df5087104 X-VCS-Branch: master Date: Tue, 27 Dec 2022 11:40:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42adb12c-cf69-40ca-aa89-b1d5bd2439d0 X-Archives-Hash: bf321c6d09a77fecdb63b0327dec1e2d commit: 1efbfdb8f511050dd9f5c2332cc8a70df5087104 Author: Philippe Chaintreuil parallaxshift com> AuthorDate: Mon Dec 26 20:33:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 27 11:39:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efbfdb8 mail-filter/spamassassin: Patch dnsbl_subtests.t test failure Posted fix to upstream: https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8095 Signed-off-by: Philippe Chaintreuil parallaxshift.com> Signed-off-by: Sam James gentoo.org> .../spamassassin/files/4.0.0-tests-dnsbl_subtests.t.patch | 14 ++++++++++++++ mail-filter/spamassassin/spamassassin-4.0.0.ebuild | 1 + 2 files changed, 15 insertions(+) diff --git a/mail-filter/spamassassin/files/4.0.0-tests-dnsbl_subtests.t.patch b/mail-filter/spamassassin/files/4.0.0-tests-dnsbl_subtests.t.patch new file mode 100644 index 000000000000..6f2a4db0ad5c --- /dev/null +++ b/mail-filter/spamassassin/files/4.0.0-tests-dnsbl_subtests.t.patch @@ -0,0 +1,14 @@ +https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8095 +--- a/t/dnsbl_subtests.t ++++ b/t/dnsbl_subtests.t +@@ -20,6 +20,10 @@ + + use Mail::SpamAssassin; + ++tstpre (" ++ loadplugin Mail::SpamAssassin::Plugin::URIDNSBL ++"); ++ + # Bug 5761 (no 127.0.0.1 in jail, use SPAMD_LOCALHOST if specified) + my $dns_server_localaddr = $ENV{'SPAMD_LOCALHOST'}; + if (!$dns_server_localaddr) { diff --git a/mail-filter/spamassassin/spamassassin-4.0.0.ebuild b/mail-filter/spamassassin/spamassassin-4.0.0.ebuild index 791fc6f3e7f4..5670fd623a56 100644 --- a/mail-filter/spamassassin/spamassassin-4.0.0.ebuild +++ b/mail-filter/spamassassin/spamassassin-4.0.0.ebuild @@ -90,6 +90,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/spamassassin.apache. PATCHES=( "${FILESDIR}/mention-geoip.cf-in-init.pre.patch" + "${FILESDIR}/4.0.0-tests-dnsbl_subtests.t.patch" ) # There are a few renames and use-dependent ones in src_install as well.