public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/spamassassin-iXhash2] epel10: Upgrade to 4.00 (#2222974)
@ 2026-06-15 0:10 Robert Scheck
0 siblings, 0 replies; only message in thread
From: Robert Scheck @ 2026-06-15 0:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/spamassassin-iXhash2
Branch : epel10
Commit : a9cc733d49211c4a6372c1777de0c0526f4bda84
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2024-03-01T22:36:17+01:00
Stats : +51/-43 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/spamassassin-iXhash2/c/a9cc733d49211c4a6372c1777de0c0526f4bda84?branch=epel10
Log:
Upgrade to 4.00 (#2222974)
---
diff --git a/.gitignore b/.gitignore
index f6ff9eb..f1e2202 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/iXhash2-2.05.tar.gz
+/iXhash2-*.tar.gz
diff --git a/sources b/sources
index bd4b768..885b455 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3acd152c17207ae2454a35c29b41a258 iXhash2-2.05.tar.gz
+SHA512 (iXhash2-4.00.tar.gz) = 3916ace5c25bf6f59f0fa5d929ea6acca45f8bd192a814a243bbf08c25e70c92d76f67b6fb8e1d081afde03e0d86595306516189b710cbeae923fe3c2bb808ca
diff --git a/spamassassin-iXhash2-2.05-conf.patch b/spamassassin-iXhash2-2.05-conf.patch
deleted file mode 100644
index 648ec98..0000000
--- a/spamassassin-iXhash2-2.05-conf.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Patch by Robert Scheck <robert@fedoraproject.org> for iXhash2 >= 2.05 which
-sets some useful defaults based on Mail::SpamAssassin::Plugin::iXhash2.
-
---- iXhash2-2.05/iXhash2.cf 2012-07-08 13:29:31.000000000 +0200
-+++ iXhash2-2.05/iXhash2.cf.conf 2017-12-05 23:44:34.000000000 +0100
-@@ -1,20 +1,17 @@
-+# iXhash computes MD5 checksums of fragments of the body of an e-mail
-+# and compares them to those of known spam using DNS queries to a RBL-
-+# like name server. So it works similar to the standard plugins that
-+# use the Pyzor, Razor and DCC software packages.
-
- # Note: loadplugin should really go into local.pre or so
--loadplugin Mail::SpamAssassin::Plugin::iXhash2 iXhash2.pm
-+loadplugin Mail::SpamAssassin::Plugin::iXhash2
-
- ifplugin Mail::SpamAssassin::Plugin::iXhash2
-
--ixhashdnsbl GENERIC_IXHASH generic.ixhash.net.
--body GENERIC_IXHASH eval:check_ixhash('GENERIC_IXHASH')
--tflags GENERIC_IXHASH net
--
- ixhashdnsbl NIXSPAM_IXHASH ix.dnsbl.manitu.net.
- body NIXSPAM_IXHASH eval:check_ixhash('NIXSPAM_IXHASH')
-+describe NIXSPAM_IXHASH http://www.nixspam.org/
- tflags NIXSPAM_IXHASH net
--
--ixhashdnsbl SEM_IXHASH ixhash.spameatingmonkey.net.
--body SEM_IXHASH eval:check_ixhash('SEM_IXHASH')
--tflags SEM_IXHASH net
-+score NIXSPAM_IXHASH 3.0
-
- endif
--
diff --git a/spamassassin-iXhash2-4.00-conf.patch b/spamassassin-iXhash2-4.00-conf.patch
new file mode 100644
index 0000000..fe388d7
--- /dev/null
+++ b/spamassassin-iXhash2-4.00-conf.patch
@@ -0,0 +1,38 @@
+Patch by Robert Scheck <robert@fedoraproject.org> for iXhash2 >= 4.00 which
+sets some useful defaults based on Mail::SpamAssassin::Plugin::iXhash2.
+
+--- iXhash2-4.00/iXhash2.cf 2019-04-30 16:49:39.000000000 +0200
++++ iXhash2-4.00/iXhash2.cf.conf 2024-03-01 21:43:26.933732206 +0100
+@@ -1,15 +1,24 @@
++# iXhash computes MD5 checksums of fragments of the body of an e-mail
++# and compares them to those of known spam using DNS queries to a RBL-
++# like name server. So it works similar to the standard plugins that
++# use the Pyzor, Razor and DCC software packages.
+
+ # Note: loadplugin should really go into local.pre or so
+-loadplugin Mail::SpamAssassin::Plugin::iXhash2 iXhash2.pm
++loadplugin Mail::SpamAssassin::Plugin::iXhash2
+
+ ifplugin Mail::SpamAssassin::Plugin::iXhash2
+
+-ixhashdnsbl IXHASH_IX ix.dnsbl.manitu.net.
+-body IXHASH_IX eval:check_ixhash('IXHASH_IX')
+-describe IXHASH_IX http://www.ixhash.net/listinfo.html
+-tflags IXHASH_IX net
+-score IXHASH_IX 1.5
+-reuse IXHASH_IX
++ixhashdnsbl IXHASH_GENERIC generic.ixhash.net.
++body IXHASH_GENERIC eval:check_ixhash('IXHASH_GENERIC')
++tflags IXHASH_GENERIC net
++score IXHASH_GENERIC 3.0
++reuse IXHASH_GENERIC
+
+-endif
++ixhashdnsbl IXHASH_NIXSPAM ix.dnsbl.manitu.net.
++body IXHASH_NIXSPAM eval:check_ixhash('IXHASH_NIXSPAM')
++describe IXHASH_NIXSPAM http://www.nixspam.org/
++tflags IXHASH_NIXSPAM net
++score IXHASH_NIXSPAM 3.0
++reuse IXHASH_NIXSPAM
+
++endif
diff --git a/spamassassin-iXhash2.spec b/spamassassin-iXhash2.spec
index e7c8da4..ac12c0b 100644
--- a/spamassassin-iXhash2.spec
+++ b/spamassassin-iXhash2.spec
@@ -2,14 +2,14 @@
Summary: SpamAssassin plugin to lookup e-mail checksums in blacklists
Name: spamassassin-%{pkgname}
-Version: 2.05
-Release: 25%{?dist}
-License: ASL 2.0
-URL: http://mailfud.org/%{pkgname}/
-Source0: http://mailfud.org/%{pkgname}/%{pkgname}-%{version}.tar.gz
+Version: 4.00
+Release: 1%{?dist}
+License: Apache-2.0
+URL: https://mailfud.org/%{pkgname}/
+Source0: https://mailfud.org/%{pkgname}/%{pkgname}-%{version}.tar.gz
Source1: spamassassin-iXhash2.eml
-Patch0: spamassassin-iXhash2-2.05-conf.patch
-Requires: spamassassin >= 3.2
+Patch0: spamassassin-iXhash2-4.00-conf.patch
+Requires: spamassassin >= 4.0.0
Provides: spamassassin-iXhash = 1.5.5-2
Obsoletes: spamassassin-iXhash < 1.5.5-2
BuildRequires: %{_bindir}/perldoc
@@ -28,7 +28,7 @@ DCC software packages from within SpamAssassin.
%prep
%setup -q -n %{pkgname}-%{version}
-%patch0 -p1 -b .conf
+%patch -P0 -p1 -b .conf
cp -pf %{SOURCE1} iXhash2.eml
%build
@@ -48,6 +48,9 @@ perldoc %{pkgname}.pm > $RPM_BUILD_ROOT%{_mandir}/man3/Mail::SpamAssassin::Plugi
%{_mandir}/man3/*.3pm*
%changelog
+* Fri Mar 01 2024 Robert Scheck <robert@fedoraproject.org> 4.00-1
+- Upgrade to 4.00 (#2222974)
+
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 0:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 0:10 [rpms/spamassassin-iXhash2] epel10: Upgrade to 4.00 (#2222974) Robert Scheck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox