ports/113394: [maintainer update] p5-Mail-SpamAssassin to 3.2.0_1
Michael Scheidell
scheidell at secnap.net
Wed Jun 6 00:10:03 UTC 2007
>Number: 113394
>Category: ports
>Synopsis: [maintainer update] p5-Mail-SpamAssassin to 3.2.0_1
>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: Wed Jun 06 00:10:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Michael Scheidell
>Release: FreeBSD 5.5-RELEASE-p8 i386
>Organization:
SECNAP Network Security Corp
>Environment:
System: FreeBSD scanner.secnap.net 5.5-RELEASE-p8 FreeBSD 5.5-RELEASE-p8 #2: Fri Dec 29 22:23:34 EST 2006 scheidell at scanner.secnap.net:/usr/obj/usr/src/sys/HACKERTRAP_750 i386
>Description:
#1 pkg-message does not mention need for enable flags for RC.SUBR
(thanks Bruce)
#2 Typo in sed regex prevented sa-compile plugin in 320.pre
>How-To-Repeat:
na
>Fix:
Patches against 3.2.0:
diff -bBru /var/tmp/p5-Mail-SpamAssassin-3.20/Makefile ./Makefile
--- /var/tmp/p5-Mail-SpamAssassin-3.20/Makefile Sat Jun 2 03:09:46 2007
+++ ./Makefile Tue Jun 5 19:31:44 2007
@@ -7,6 +7,7 @@
PORTNAME= Mail-SpamAssassin
PORTVERSION= 3.2.0
+PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan
@@ -217,7 +218,7 @@
${REINPLACE_CMD} -e '/DCC/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v310.pre
.endif
.if defined(WITH_SACOMPILE)
- ${REINPLACE_CMD} -e '/Rule2XSBody/s/^#loadplugin/loadplugin/' ${WRKSRC}/rules/v320.pre
+ ${REINPLACE_CMD} -e '/Rule2XSBody/s/^# loadplugin/loadplugin/' ${WRKSRC}/rules/v320.pre
.endif
pre-install:
diff -bBru /var/tmp/p5-Mail-SpamAssassin-3.20/pkg-message ./pkg-message
--- /var/tmp/p5-Mail-SpamAssassin-3.20/pkg-message Sat Jun 2 03:09:46 2007
+++ ./pkg-message Tue Jun 5 19:38:30 2007
@@ -25,3 +25,10 @@
that sa-update now places state files in /var/db/spamassassin
and not the default /var/lib/spamassassin. This is to be consistant
with Freebsd file directory conventions
+
+If you are running with spamd, you must add the following to rc.conf:
+spamd_enable="YES"
+
+Security Note: If you did NOT deselected AS_ROOT, spamd will be running
+as root. To change this, also add this to rc.conf:
+spamd_flags="-u spamd -H /var/spool/spamd"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list