ports/105741: [MAINTAINER] mail/MailScanner: update to 4.56.8

Jan-Peter Koopmann j.koopmann at seceidos.de
Wed Nov 22 11:00:32 UTC 2006


>Number:         105741
>Category:       ports
>Synopsis:       [MAINTAINER] mail/MailScanner: update to 4.56.8
>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:   Wed Nov 22 11:00:30 GMT 2006
>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.56.8

09/10/2006 New in Version 4.56.8-1
==================================
* New Features and Improvements *
1 Added a complete new set of configuration settings to report on
  messages and attachments that are outside the size limits set in
  MailScanner.conf. These are:
  Sender Size Report
  Stored Size Message Report
  Deleted Size Message Report
  Size Modify Subject
  Size Subject Text
  These are used in exactly the same way as the other sets of options
  that tag and modify the message for other reasons.
3 Improved report of "message too large" case.
3 Updated Catalan language files courtesy of Jordi Sanfeliu.
3 Increased default max SpamAssassin message size to catch more single-image
  spam messages.
3 Solved compatibility with Postfix 2.3.
3 Upgraded Sys::Syslog to 0.18 which fixes all the compatibility problems of
  0.17 and 0.16.
3 Upgraded Kaspersky support to 5.5.
4 Added new features to "Max SpamAssassin Size" setting:
  <number> --- behave as before
  <number n> trackback --- get n bytes then backtrack looking for the start
                           of the attachment we are in the middle of.
  <number n> continue <number m> --- get n bytes then continue up to a maximum
                                     of m extra bytes looking for the end of
                                     the attachment we are in the middle of.
5 Upgraded to tnef version 1.4.3.
5 Upgraded Archive::Zip to 1.16. Builds properly on x64 architectures.

* Fixes *
1 When 'Outgoing Queue Dir' was changed from the default, kicking sendmail
  into attempting delivery of a new processed message in the outgoing queue
  would just wait for the next regular run of the queue. Now fixed so that
  a delivery attempt is made immediately. This fix only affects users who
  have changed the "Outgoing Queue Dir" setting and who are also using
  sendmail as their MTA.
2 Missed 2 "defined" checks on variables before using them.
  Thanks to Andy Kirkpatrick for spotting that one.
2 Fixed version number check.
3 Fixed output bug in less strict phishing net. Does anyone use this?
3 Fixed bug in Sendmail KickMessage() function. Thanks to Martin Billy.
4 Removed Postfix 2.3 extra, and reverted to simple regexp as Holger's version
  is buggy (mismatched ')').
5 Changed number of viruses found reported to be max of each AV package's value.
6 Rewrote logic of addenvto so it should now work correctly when the setting
  is blank.
6 Put in new version of Postfix 2.3 regexp.
8 Fixed error when using k, m or g multipliers in Max SpamAssassin Size.



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

--- MailScanner-4.56.8.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 Aug 11 22:10:29 2006
+++ /server-root/ports/mail/mailscanner/Makefile	Thu Nov 16 19:23:35 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MailScanner
-PORTVERSION=	4.55.10
+PORTVERSION=	4.56.8
 CATEGORIES=	mail
 MASTER_SITES=	http://www.mailscanner.info/files/4/tar/
 DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
@@ -51,7 +51,7 @@
 
 CONFLICTS=	MailScanner-devel-[0-9]*
 
-PATCHLEVEL=	3
+PATCHLEVEL=	1
 
 USE_PERL5=	yes
 
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 Aug 11 22:10:29 2006
+++ /server-root/ports/mail/mailscanner/distinfo	Thu Nov 16 19:23:48 2006
@@ -1,3 +1,3 @@
-MD5 (MailScanner-install-4.55.10-3.tar.gz) = e461e100d07d6d0aadb570b0ec66dd0c
-SHA256 (MailScanner-install-4.55.10-3.tar.gz) = 1d638c903045834f6055ee376181f068d6eb006024202d786bfbb98ba4047b8d
-SIZE (MailScanner-install-4.55.10-3.tar.gz) = 7047731
+MD5 (MailScanner-install-4.56.8-1.tar.gz) = 64a117c0ae7b29413d039185ab0d6f9a
+SHA256 (MailScanner-install-4.56.8-1.tar.gz) = 2877919bee86207699a9f28f91236959ef9b7402f8c88a7664693fa62053fd1d
+SIZE (MailScanner-install-4.56.8-1.tar.gz) = 7022397
diff -ruN --exclude=CVS /server-root/ports/mail/mailscanner.orig/files/CHANGES.port /server-root/ports/mail/mailscanner/files/CHANGES.port
--- /server-root/ports/mail/mailscanner.orig/files/CHANGES.port	Fri Aug 11 22:10:30 2006
+++ /server-root/ports/mail/mailscanner/files/CHANGES.port	Thu Nov 16 19:24:15 2006
@@ -1,3 +1,8 @@
+Version 4.56.8
+==============
+- Upgrade to MailScanenr 4.56
+
+
 Version 4.55.10
 ===============
 - Upgrade to MailScanner 4.55
--- MailScanner-4.56.8.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list