Diff to update SpamAssassin to latest version (that fixes a CVE) follows.
It's the same diff I have committed to -current.
Ok to commit it on 6.8 ?
Cheers
Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v
retrieving revision 1.115
diff -u -p -r1.115 Makefile
--- Makefile 30 Jan 2020 07:54:00 -0000 1.115
+++ Makefile 25 Mar 2021 07:36:37 -0000
@@ -2,10 +2,10 @@
COMMENT= mailfilter to identify and mark spam
-VER= 3.4.4
+VER= 3.4.5
DISTNAME= Mail-SpamAssassin-${VER}
PKGNAME= p5-${DISTNAME}
-RULESNAME= Mail-SpamAssassin-rules-${VER}.r1873061.tgz
+RULESNAME= Mail-SpamAssassin-rules-${VER}.r1887800.tgz
CATEGORIES= mail perl5
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${RULESNAME}
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-SpamAssassin/distinfo,v
retrieving revision 1.41
diff -u -p -r1.41 distinfo
--- distinfo 30 Jan 2020 07:54:00 -0000 1.41
+++ distinfo 25 Mar 2021 07:36:37 -0000
@@ -1,4 +1,4 @@
-SHA256 (Mail-SpamAssassin-3.4.4.tar.bz2) = TivHniTNuz2CYubsT1uz3eZw3pyqpznVDGmLbUWsRT0=
-SHA256 (Mail-SpamAssassin-rules-3.4.4.r1873061.tgz) = 1MvZD6IrkQTuCV0f4IqdHNOzoPYCLFIhTAJUQ///4kE=
-SIZE (Mail-SpamAssassin-3.4.4.tar.bz2) = 2741290
-SIZE (Mail-SpamAssassin-rules-3.4.4.r1873061.tgz) = 315930
+SHA256 (Mail-SpamAssassin-3.4.5.tar.bz2) = Z+34cSavSGnCpCcg/D27NM4lKFRJ7x8/watxLS4KVGM=
+SHA256 (Mail-SpamAssassin-rules-3.4.5.r1887800.tgz) = JpCqExt5eIunVgMK+HRt1FMassDLVsD+Rp9Y2d0EOq0=
+SIZE (Mail-SpamAssassin-3.4.5.tar.bz2) = 6167088
+SIZE (Mail-SpamAssassin-rules-3.4.5.r1887800.tgz) = 368878
Index: patches/patch-Makefile_PL
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-SpamAssassin/patches/patch-Makefile_PL,v
retrieving revision 1.14
diff -u -p -r1.14 patch-Makefile_PL
--- patches/patch-Makefile_PL 18 Sep 2018 06:42:57 -0000 1.14
+++ patches/patch-Makefile_PL 25 Mar 2021 07:36:37 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-Makefile_PL,v 1.14 2018/
Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
-@@ -856,7 +856,7 @@ sub MY::install {
+@@ -857,7 +857,7 @@ sub MY::install {
foreach (@code) {
# Add our install targets as a dependency to all top-level install targets
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/p5-Mail-SpamAssassin/pkg/PLIST,v
retrieving revision 1.38
diff -u -p -r1.38 PLIST
--- pkg/PLIST 12 Dec 2019 16:10:34 -0000 1.38
+++ pkg/PLIST 25 Mar 2021 07:36:37 -0000
@@ -137,6 +137,7 @@ ${P5SITE}/Mail/SpamAssassin/Util/TieOneS
${P5SITE}/Mail/SpamAssassin/Util/TinyRedis.pm
${P5SITE}/spamassassin-run.pod
@man man/man1/sa-awl.1
+@man man/man1/sa-check_spamd.1
@man man/man1/sa-compile.1
@man man/man1/sa-learn.1
@man man/man1/sa-update.1
@@ -324,6 +325,7 @@ share/spamassassin/30_text_pt_br.cf
share/spamassassin/50_scores.cf
share/spamassassin/60_adsp_override_dkim.cf
share/spamassassin/60_awl.cf
+share/spamassassin/60_bayes_stopwords.cf
share/spamassassin/60_shortcircuit.cf
share/spamassassin/60_txrep.cf
share/spamassassin/60_whitelist.cf
No comments:
Post a Comment