ports/69901: [MAINTAINER] mail/MailScanner: update to 4.32.5

Jan-Peter Koopmann j.koopmann at seceidos.de
Mon Aug 2 11:40:30 UTC 2004


>Number:         69901
>Category:       ports
>Synopsis:       [MAINTAINER] mail/MailScanner: update to 4.32.5
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 02 11:40:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jan-Peter Koopmann
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD services.intern.seceidos.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Mon Jan  5 10:56:46 CET
>Description:
- Update to 4.32.5

Reason for Priority/Severity: The prior version had a bug that could possibly allow MyDoom.O to pass. The -devel version has
this fixed but this is the first stable version with a fix.


* New Features and Improvements *

- Per-domain white and blacklisting now supports IP address checks.
- Disarmed web bugs now tell you where they came from.
- New "Run In Foreground" option which will be useful if you are trying to
   use another tool to monitor MailScanner's health and restart it auto-
   matically if it dies for some reason.
- New "--perl=" switch for install.sh on non-RPM systems.
- Added extra strings to languages.conf to support new feature of reporting
   the fault with a message in the subject line of the postmaster report.
- CheckModuleVersion now supports the "-v" command-line option, to make its
   output more verbose.
- Upgraded Archive::Zip to 1.12.
- Added *.job to the list of banned filenames.
- New "Spam Score Number Format" option to allow numeric formatting of the
   number that is substituted for _SCORE_ in the spam score outputting.
- Added "--version" (or "-v" or anything that looks roughly like "-v").
   This will make MailScanner print the version number of all the modules
   that MailScanner uses, along with its own version number.
- Improved MailScanner.conf settings to explicitly say that "Virus Scanners"
   cannot be a ruleset.
- Improvement to installer for non-RPM systems to catch broken MakeMaker on
   some Solaris systems.
- Updated OpenBSD manual installation instructions.
- Added $MailScanner::Config::ConfFile so that Custom Functions can find the
   configuration directory easily.
- Updated Spanish translations.

* Fixes *

- Postfix file corruption problem remaining on a few systems, now fixed.
   It was a Perl bug.
- tar distribution check_mailscanner.cron file now calls check_mailscanner
   and not check_MailScanner.
- Comments output in upgrade_MailScanner_conf made more consistent.
- Moved "Spam List" so it matches the first rule, not all rules. This enables
   you to apply rules for entire domains and exceptions for certain addresses
   within those domains.
- Improved zip of death detection.
- Changed web bug disarming so alt text is only provided if there is a 'src'.
- Fixed bug where autolearn status was reported incorrectly with SpamAssassin 2.
- Fixed bug causing symptom of missing identically-named nested zip files.
- Fixed bug in ZMailer.pm from Mariano.
- Fixed bug involving '+' characters in address patterns in config compiler.



Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- MailScanner-4.32.5.patch begins here ---
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner.orig/Makefile /server-root/ports/mail/mailscanner/Makefile
--- /server-root/ports/mail/mailscanner.orig/Makefile	Fri Jun  4 02:08:06 2004
+++ /server-root/ports/mail/mailscanner/Makefile	Mon Aug  2 13:17:30 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MailScanner
-PORTVERSION=	4.31.6
+PORTVERSION=	4.32.5
 CATEGORIES=	mail
 MASTER_SITES=	http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/
 DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner.orig/distinfo /server-root/ports/mail/mailscanner/distinfo
--- /server-root/ports/mail/mailscanner.orig/distinfo	Fri Jun  4 02:08:06 2004
+++ /server-root/ports/mail/mailscanner/distinfo	Mon Aug  2 13:31:51 2004
@@ -1,2 +1,2 @@
-MD5 (MailScanner-install-4.31.6-1.tar.gz) = 9f15ec61a0a15ce0c4b7a4821bc6d0cf
-SIZE (MailScanner-install-4.31.6-1.tar.gz) = 5323166
+MD5 (MailScanner-install-4.32.5-1.tar.gz) = 4cb194671412ca2eb79cc9e18cd21733
+SIZE (MailScanner-install-4.32.5-1.tar.gz) = 5330121
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner.orig/files/README.FreeBSD.port /server-root/ports/mail/mailscanner/files/README.FreeBSD.port
--- /server-root/ports/mail/mailscanner.orig/files/README.FreeBSD.port	Sun Jan 18 22:57:53 2004
+++ /server-root/ports/mail/mailscanner/files/README.FreeBSD.port	Mon Aug  2 13:17:52 2004
@@ -27,7 +27,7 @@
 process. This of course means that you will have to disable MTA startup 
 in rc.conf completely. Put this in your rc.conf:
 
-sendmail_enable="NO"
+sendmail_enable="NONE"
 
 Then adjust sendmail.sh or exim.sh to your configuration. Have a look at the
 MailScanner manpage for MTA setup hints.
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner.orig/files/mta.sh /server-root/ports/mail/mailscanner/files/mta.sh
--- /server-root/ports/mail/mailscanner.orig/files/mta.sh	Sun Jan 18 22:57:53 2004
+++ /server-root/ports/mail/mailscanner/files/mta.sh	Mon Aug  2 13:18:05 2004
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 outgoing_queue_time=15m
-mta=exim
+mta=sendmail
 
 case "$mta" in
 	exim)
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner.orig/files/patch-docs:man:MailScanner.8 /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8
--- /server-root/ports/mail/mailscanner.orig/files/patch-docs:man:MailScanner.8	Fri Jun  4 02:08:06 2004
+++ /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8	Mon Aug  2 13:18:02 2004
@@ -1,8 +1,8 @@
---- ../MailScanner-install-4.31.6.orig/docs/man/MailScanner.8	Thu Jun  3 19:22:30 2004
-+++ docs/man/MailScanner.8	Thu Jun  3 19:24:00 2004
+--- ../MailScanner-install-4.32.5.orig/docs/man/MailScanner.8	Mon Aug  2 12:40:19 2004
++++ docs/man/MailScanner.8	Mon Aug  2 12:40:48 2004
 @@ -1,4 +1,4 @@
--.TH "MailScanner" "8" "4.31.4" "Julian Field" "Mail"
-+.TH "MailScanner" "8" "4.31.6" "Julian Field" "Mail"
+-.TH "MailScanner" "8" "4.32.4" "Julian Field" "Mail"
++.TH "MailScanner" "8" "4.32.5" "Julian Field" "Mail"
  .SH "NAME"
  .LP 
  MailScanner \- Virus/Spam Scanner for Sendmail, Exim and Postfix
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner.orig/files/patch-docs:man:MailScanner.conf.5 /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5
--- /server-root/ports/mail/mailscanner.orig/files/patch-docs:man:MailScanner.conf.5	Fri Jun  4 02:08:06 2004
+++ /server-root/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5	Mon Aug  2 13:18:02 2004
@@ -1,8 +1,8 @@
---- ../MailScanner-install-4.31.6.orig/docs/man/MailScanner.conf.5	Thu Jun  3 19:22:30 2004
-+++ docs/man/MailScanner.conf.5	Thu Jun  3 19:24:03 2004
+--- ../MailScanner-install-4.32.5.orig/docs/man/MailScanner.conf.5	Mon Aug  2 12:40:19 2004
++++ docs/man/MailScanner.conf.5	Mon Aug  2 12:40:58 2004
 @@ -1,4 +1,4 @@
--.TH "MailScanner.conf" "5" "4.31.4" "Julian Field" "Mail"
-+.TH "MailScanner.conf" "5" "4.31.6" "Julian Field" "Mail"
+-.TH "MailScanner.conf" "5" "4.32.4" "Julian Field" "Mail"
++.TH "MailScanner.conf" "5" "4.32.5" "Julian Field" "Mail"
  .SH "NAME"
  .LP 
  MailScanner.conf \- Main configuration for MailScanner
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner.orig/files/patch-lib:clamav-wrapper /server-root/ports/mail/mailscanner/files/patch-lib:clamav-wrapper
--- /server-root/ports/mail/mailscanner.orig/files/patch-lib:clamav-wrapper	Fri Apr  2 08:01:03 2004
+++ /server-root/ports/mail/mailscanner/files/patch-lib:clamav-wrapper	Mon Aug  2 13:18:02 2004
@@ -1,4 +1,4 @@
-$FreeBSD: ports/mail/mailscanner/files/patch-lib:clamav-wrapper,v 1.3 2004/04/02 06:01:03 pav Exp $
+$FreeBSD: ports/mail/mailscanner-devel/files/patch-lib:clamav-wrapper,v 1.1 2004/03/02 17:29:42 glewis Exp $
 
 --- ../MailScanner-4.27.5.orig/lib/clamav-wrapper	Thu Feb 26 15:25:51 2004
 +++ lib/clamav-wrapper	Thu Feb 26 15:26:23 2004
--- MailScanner-4.32.5.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list