ports/158668: Updatge Ports Mail/ASSP to 1.9.1.1

Rusty Nejdl rnejdl at ringofsaturn.com
Tue Jul 5 13:30:12 UTC 2011


>Number:         158668
>Category:       ports
>Synopsis:       Updatge Ports Mail/ASSP to 1.9.1.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:   Tue Jul 05 13:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Rusty Nejdl
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 8.2-STABLE FreeBSD 8.2-STABLE #1: Tue Jun 14 22:35:36 CDT 2011 root at tethys.ringofsaturn.com:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	This patch updates ASSP to 1.9.1.1 from 1.9.1.0
>How-To-Repeat:
	This patch updates ASSP to 1.9.1.1 from 1.9.1.0
>Fix:


--- assp-1.9.1.1.patch begins here ---
diff -ruN assp/Makefile assp.new/Makefile
--- assp/Makefile	2011-06-14 17:12:01.000000000 -0500
+++ assp.new/Makefile	2011-06-30 10:26:06.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	assp
-PORTVERSION=	1.9.1.0
+PORTVERSION=	1.9.1.1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ringofsaturn.com/distfiles/
 DISTNAME=	${PORTNAME:U}_${PORTVERSION}-Install
diff -ruN assp/distinfo assp.new/distinfo
--- assp/distinfo	2011-06-01 16:12:20.000000000 -0500
+++ assp.new/distinfo	2011-06-30 10:26:26.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (ASSP_1.9.1.0-Install.zip) = 618cb970b0c9f8aa067d131fe5a9ac799f7392bf1db7a308b2859fb8567be25a
-SIZE (ASSP_1.9.1.0-Install.zip) = 759917
+SHA256 (ASSP_1.9.1.1-Install.zip) = 6fb485c87ca1db9d5d0a6ecdd5cb702771aa1a5e4b0f3ba57d407f77f641f5c3
+SIZE (ASSP_1.9.1.1-Install.zip) = 759829
diff -ruN assp/files/patch-assp.pl assp.new/files/patch-assp.pl
--- assp/files/patch-assp.pl	2011-06-14 17:12:01.000000000 -0500
+++ assp.new/files/patch-assp.pl	2011-06-30 10:31:42.000000000 -0500
@@ -1,11 +1,11 @@
---- assp.pl.orig        2011-05-29 13:27:11.672116773 -0500
-+++ assp.pl     2011-05-29 13:29:43.102794974 -0500
-@@ -2533,11 +2533,11 @@
+--- assp.pl.orig	2011-06-30 10:29:19.000000000 -0500
++++ assp.pl	2011-06-30 10:31:06.000000000 -0500
+@@ -2540,11 +2540,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 />
+-['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'','(.*)',undef,'In Linux/BSD/Unix/OSX fork and exit. 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 exit. Similar to the command "perl assp.pl &", but better.<br />
    <span class="negative"> Changing this requires a restart of ASSP.</span>'],
 -['runAsUser','Run as UID',20,\&textinput,'','(\S*)',undef,'The *nix user name to assume after startup (*nix only).<p><small><i>Examples:</i> assp, nobody</small></p>
 +['runAsUser','Run as UID',20,\&textinput,'assp','(\S*)',undef,'The *nix user name to assume after startup (*nix only).<p><small><i>Examples:</i> assp, nobody</small></p>
diff -ruN assp/pkg-plist assp.new/pkg-plist
--- assp/pkg-plist	2011-06-01 16:13:36.000000000 -0500
+++ assp.new/pkg-plist	2011-06-30 10:36:09.000000000 -0500
@@ -33,7 +33,6 @@
 %%DATADIR%%/files/rcptreplrules.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
--- assp-1.9.1.1.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list