ports/119448: Update Spamassassin to 3.2.4 [Maintainer Update]
Michael Scheidell
scheidell at secnap.net
Tue Jan 8 12:40:03 UTC 2008
>Number: 119448
>Category: ports
>Synopsis: Update Spamassassin to 3.2.4 [Maintainer Update]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 08 12:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Michael Scheidell
>Release: FreeBSD 5.5-RELEASE-p16 i386
>Organization:
SECNAP Network Security / www.secnap.com
>Environment:
System: FreeBSD scanner.secnap.net 5.5-RELEASE-p16 FreeBSD 5.5-RELEASE-p16 #1: Sat Oct 20 12:34:28 EDT 2007 scheidell at scanner.secnap.net:/usr/obj/usr/src/sys/HACKERTRAP_750 i386
>Description:
SpamAssassin update to 3.2.4.
Minor cleanup attempt on old directory.
SA 3.2.4 is a major bug-fix release, with a few minor new features.
Summary of changes include major increases in overall speed.
Patches to async DNS lookups, disable dead Blacklists.
This update is 100% compatible with 3.2.3
>How-To-Repeat:
na
>Fix:
remove patch file patch-ImageInfo.pm (not needed anymore)
diff -bBru /var/tmp/sa323/Makefile ./Makefile
Only in /var/tmp/sa323/files: patch-ImageInfo.pm
--- /var/tmp/sa323/Makefile Wed Jan 2 11:45:14 2008
+++ ./Makefile Sun Jan 6 16:57:37 2008
@@ -6,7 +6,7 @@
#
PORTNAME= Mail-SpamAssassin
-PORTVERSION= 3.2.3
+PORTVERSION= 3.2.4
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan
diff -bBru /var/tmp/sa323/distinfo ./distinfo
--- /var/tmp/sa323/distinfo Mon Aug 13 18:33:32 2007
+++ ./distinfo Sun Jan 6 17:03:45 2008
@@ -1,3 +1,3 @@
-MD5 (Mail-SpamAssassin-3.2.3.tar.gz) = 2e356b70b9458b44a828c19f6e816521
-SHA256 (Mail-SpamAssassin-3.2.3.tar.gz) = 2bf7635555dea4912512a32c7c567094ef264770b86029c49f653e97352efad8
-SIZE (Mail-SpamAssassin-3.2.3.tar.gz) = 1202082
+MD5 (Mail-SpamAssassin-3.2.4.tar.gz) = 81ec227d4d63aba08563ee868af9fbeb
+SHA256 (Mail-SpamAssassin-3.2.4.tar.gz) = 20f9c64d75210da5018d21585f6474868966cf1c09cb68d9fb0a3635aa17dccb
+SIZE (Mail-SpamAssassin-3.2.4.tar.gz) = 1219161
diff -bBru /var/tmp/sa323/pkg-deinstall ./pkg-deinstall
--- /var/tmp/sa323/pkg-deinstall Fri May 6 16:05:57 2005
+++ ./pkg-deinstall Tue Jan 8 07:17:18 2008
@@ -4,6 +4,10 @@
exit 0
fi
+if [ -d /var/db/spamassassin ]; then
+ echo "To delete /var/db/spamassassin, use 'rm -rf
/var/db/spamassassin'"
+fi
+
USER=spamd
if pw usershow "${USER}" 2>/dev/null 1>&2; then
diff -bBru /var/tmp/sa323/pkg-plist ./pkg-plist
--- /var/tmp/sa323/pkg-plist Sun Jul 22 18:40:58 2007
+++ ./pkg-plist Tue Jan 8 07:12:42 2008
@@ -172,6 +172,8 @@
@unexec rm -rf /var/lib/spamassassin/2* || true
@unexec rmdir /var/lib/spamassassin 2>/dev/null || true
@unexec rmdir /var/lib 2>/dev/null || true
+ at unexec rmdir /var/db/spamassassin || true
+ at unexec rmdir /var/db || true
@dirrm %%DATADIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/SpamAssassin
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list