ports/152977: Update assp to 1.8.1.5
Rusty Nejdl
rnejdl at ringofsaturn.com
Fri Dec 10 05:00:44 UTC 2010
>Number: 152977
>Category: ports
>Synopsis: Update assp to 1.8.1.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Dec 10 05:00:42 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Rusty Nejdl
>Release: FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #3: Tue Nov 23 15:53:08 CST 2010 root at tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64
>Description:
This updates assp to 1.8.1.5 as well as includes a fix mentioned by Philip van Ulden (pvanulden at beaufortsolutions.com) for permissions of the assp files getting trampled by the periodic run of rebuildspam.pl.
>How-To-Repeat:
See attached patch
>Fix:
--- assp.diff begins here ---
diff -ruN assp.orig/Makefile assp/Makefile
--- assp.orig/Makefile 2010-12-07 20:14:15.000000000 -0600
+++ assp/Makefile 2010-12-09 22:26:38.000000000 -0600
@@ -6,8 +6,7 @@
#
PORTNAME= assp
-PORTVERSION= 1.7.5.7
-PORTREVISION= 1
+PORTVERSION= 1.8.1.5
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/ASSP%20Installation/${PORTNAME:U}%20${PORTVERSION}/
DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install
@@ -153,7 +152,6 @@
do-install:
${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/assp.pl ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/move2num.pl ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/rebuildspamdb.pl ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/stat.pl ${DATADIR}
${MKDIR} ${DATADIR}/files
diff -ruN assp.orig/distinfo assp/distinfo
--- assp.orig/distinfo 2010-12-07 20:14:15.000000000 -0600
+++ assp/distinfo 2010-12-09 22:21:21.000000000 -0600
@@ -1,3 +1,3 @@
-MD5 (ASSP_1.7.5.7-Install.zip) = ccd6973a5a038c6cef5401d4ac94c810
-SHA256 (ASSP_1.7.5.7-Install.zip) = 66d901904dcdbca26d857c90dc5355c03e0faaf5b121bda45af90094e932d9a7
-SIZE (ASSP_1.7.5.7-Install.zip) = 627537
+MD5 (ASSP_1.8.1.5-Install.zip) = 0509a3fb76dd3c001e31bc96245e29f2
+SHA256 (ASSP_1.8.1.5-Install.zip) = 0c669679123e0f92e9c5c911fbc3b2a0ae898064f10d622b051cd1a8e41d63db
+SIZE (ASSP_1.8.1.5-Install.zip) = 729697
diff -ruN assp.orig/files/periodic-assp.sh.in assp/files/periodic-assp.sh.in
--- assp.orig/files/periodic-assp.sh.in 2010-12-07 20:14:14.000000000 -0600
+++ assp/files/periodic-assp.sh.in 2010-12-09 22:17:05.000000000 -0600
@@ -15,6 +15,7 @@
echo ""
echo "Running ASSP rebuildspamdb.pl:"
%%PERL%% %%DATADIR%%/rebuildspamdb.pl && rc_spamdb=0 || rc_spamdb=3
+ chown -R assp:assp %%DATADIR%%
fi
. /etc/rc.subr
diff -ruN assp.orig/pkg-plist assp/pkg-plist
--- assp.orig/pkg-plist 2010-12-07 20:14:15.000000000 -0600
+++ assp/pkg-plist 2010-12-09 22:30:28.000000000 -0600
@@ -8,6 +8,7 @@
%%DATADIR%%/files/blackre.txt
%%DATADIR%%/files/blockreportlist.txt
%%DATADIR%%/files/bombheaderre.txt
+%%DATADIR%%/files/bombsenderre.txt
%%DATADIR%%/files/bombre.txt
%%DATADIR%%/files/charsets.txt
%%DATADIR%%/files/deny.txt
@@ -19,21 +20,28 @@
%%DATADIR%%/files/ipnp.txt
%%DATADIR%%/files/nodelay.txt
%%DATADIR%%/files/nogrip.txt
+%%DATADIR%%/files/nookcaching.txt
%%DATADIR%%/files/notls.txt
%%DATADIR%%/files/nowhite.txt
+%%DATADIR%%/files/preheaderre.txt
%%DATADIR%%/files/redre.txt
%%DATADIR%%/files/strictspf.txt
%%DATADIR%%/files/subjectre.txt
%%DATADIR%%/files/suspiciousre.txt
%%DATADIR%%/files/suspiciousvirus.txt
+%%DATADIR%%/files/tlds-alpha-by-domain.txt
%%DATADIR%%/files/uriblwhite.txt
%%DATADIR%%/files/validptr.txt
%%DATADIR%%/files/whiteorg.txt
%%DATADIR%%/images/assp.css
+%%DATADIR%%/images/blockreport.css
+%%DATADIR%%/images/blockreport.gif
+%%DATADIR%%/images/blockreporticon.gif
%%DATADIR%%/images/dropShadow.gif
%%DATADIR%%/images/editor.css
%%DATADIR%%/images/favicon.ico
%%DATADIR%%/images/info.png
+%%DATADIR%%/images/logo.gif
%%DATADIR%%/images/logo.jpg
%%DATADIR%%/images/minusIcon.png
%%DATADIR%%/images/noIcon.png
@@ -45,7 +53,6 @@
%%DATADIR%%/images/valid-xhtml10.gif
%%DATADIR%%/images/village.gif
%%DATADIR%%/images/xml-pill.gif
-%%DATADIR%%/move2num.pl
%%DATADIR%%/rebuildspamdb.pl
%%DATADIR%%/reports/analyzereport.txt
%%DATADIR%%/reports/blackremovereport.txt
--- assp.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list