Date: Sun, 8 Aug 2010 14:34:52 -0500 (CDT) From: Rusty Nejdl <rnejdl@tethys.ringofsaturn.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/149445: Update assp to 1.7.5.7 Message-ID: <201008081934.o78JYqiF052409@tethys.ringofsaturn.com> Resent-Message-ID: <201008081940.o78Je3pb000251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149445 >Category: ports >Synopsis: Update assp to 1.7.5.7 >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: Sun Aug 08 19:40:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 8.1-STABLE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 8.1-STABLE FreeBSD 8.1-STABLE #1: Mon Jul 26 14:08:07 CDT 2010 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: Attached diff updates assp port to 1.7.5.7 >How-To-Repeat: Use attached diff >Fix: Use attached diff --- assp.diff begins here --- diff -ur assp/Makefile assp.new/Makefile --- assp/Makefile 2010-03-27 07:28:25.000000000 -0500 +++ assp.new/Makefile 2010-08-08 14:26:28.000000000 -0500 @@ -6,10 +6,9 @@ # PORTNAME= assp -PORTVERSION= 1.5.1.2 -PORTREVISION= 4 +PORTVERSION= 1.7.5.7 CATEGORIES= mail -MASTER_SITES= SF/${PORTNAME}/OldFiles +MASTER_SITES= SF/${PORTNAME}/ASSP%20Installation/${PORTNAME:U}%20${PORTVERSION}/ DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install MAINTAINER= fbsd@opal.com diff -ur assp/distinfo assp.new/distinfo --- assp/distinfo 2009-05-24 16:23:18.000000000 -0500 +++ assp.new/distinfo 2010-08-08 13:23:54.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (ASSP_1.5.1.2-Install.zip) = fce32ceb7d440316e12e8e75e8772fad -SHA256 (ASSP_1.5.1.2-Install.zip) = a41eba9c503a1aabf67223937ef6806188be48f37cfb8db1c311ef608db75fbe -SIZE (ASSP_1.5.1.2-Install.zip) = 488512 +MD5 (ASSP_1.7.5.7-Install.zip) = fb82efaa9cf848efd2ffb2956b96dcae +SHA256 (ASSP_1.7.5.7-Install.zip) = a53fbc7e51004584aa3fdda799ee1207aeaf553d84298fb2032763297916b23c +SIZE (ASSP_1.7.5.7-Install.zip) = 635566 diff -ur assp/files/patch-assp.pl assp.new/files/patch-assp.pl --- assp/files/patch-assp.pl 2009-08-08 07:45:24.000000000 -0500 +++ assp.new/files/patch-assp.pl 2010-08-08 14:30:37.000000000 -0500 @@ -1,25 +1,9 @@ ---- assp.pl.orig 2009-05-22 03:05:20.000000000 -0400 -+++ assp.pl 2009-08-06 11:44:01.000000000 -0400 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -- -+#!/usr/local/bin/perl -- - #use lib 'path/to/my/perlmods'; - # anti spam smtp proxy - # (c) John Hanna, John Calvi, Robert Orso, AJ 2004 under the terms of the GPL -@@ -1016,8 +1016,7 @@ - ['ScanNP','Scan NoProcessing Messages',0,\&checkbox,'','(.*)',undef,''], - ['ScanLocal','Scan Local Senders',0,\&checkbox,'','(.*)',undef,''], - ['ScanCC','Scan Copied Spam Mails',0,\&checkbox,'','(.*)',undef,''], --['AvError','Reply Code to Refuse Infected Messages',80,\&textinput,'554 --5.7.1 Mail appears infected with INFECTION.','([25]\d\d .*)',undef,'Reply -+['AvError','Reply Code to Refuse Infected Messages',80,\&textinput,'554 5.7.1 Mail appears infected with INFECTION.','([25]\d\d .*)',undef,'Reply - code to refuse infected messages. The string $infection is replaced with - the name of the detected virus.<br /> For example: 554 5.7.1 Mail appears - infected with INFECTION -- disinfect and resend.'], -@@ -1654,11 +1653,11 @@ - - [0,0,0,'heading','Server Setup'], - ['AsAService','Run ASSP as a Windows Service',0,\&checkbox,'','(.*)',undef,'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the <a href="http://apps.sourceforge.net/mediawiki/assp/index.php?title=Win32">Quick Start for Win32</a> doku page.<br /> <span class="negative"> requires ASSP restart</span>'], +--- assp.pl.orig 2010-08-08 14:29:19.000000000 -0500 ++++ assp.pl 2010-08-08 14:30:13.000000000 -0500 +@@ -2029,11 +2029,11 @@ + 'Set the characterset/codepage for the maillog output to your local needs. Default (and best) on non Windows systems is "UTF-8" if available or "System Default" - no conversion. On Windows systems set it to your local codepage or UTF-8 (chcp 65001). To display nonASCII characters in the subject line and maillog files names setup decodeMIME2UTF8 . <span class=\'negative\'>Restart is required!</span>'], + ['decodeMIME2UTF8','Decode MIME Words To UTF-8',1,\&checkbox,'1','(.*)',undef,'If selected, ASSP decodes MIME encoded words to UTF8. This enables support for national languages to be used in Bombs , Scripts , Spamdb , Logging. If not selected, only US-ASCII characters will be used for this functions. This requires an installed <a href="http://search.cpan.org/search?query=Email::MIME::Modifier" rel="external">Email::MIME::Modifier</a> module in PERL.'], + ['AsAService','Run ASSP as a Windows Service',0,\&checkbox,'','(.*)',undef,'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the <a href="http://apps.sourceforge.net/mediawiki/assp/index.php?title=Win32">Quick Start for Win32</a> doku page.<br /> Information about the Win32::Daemon module which which is necessary can be found here: <a href="http://www.roth.net/perl/Daemon/">The Official Win32::Daemon Home Page</a><br /><span class="negative"> requires ASSP restart</span>'], -['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &", but better.<br /> +['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,1,'(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &", but better.<br /> <span class="negative"> requires ASSP restart</span>'], --- assp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008081934.o78JYqiF052409>