ports/80823: [MAINTAINER] mail/MailScanner: update to 4.41.3

Jan-Peter Koopmann j.koopmann at seceidos.de
Mon May 9 15:40:09 UTC 2005


>Number:         80823
>Category:       ports
>Synopsis:       [MAINTAINER] mail/MailScanner: update to 4.41.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 09 15:40:07 GMT 2005
>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.41.3

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

The major changes this month are:
- Solaris 10 support
- AMD64 Fedora Core 3 support
- * wildcards in phishing.safe.sites.conf
- Improved support of deep RAR archives
- Support for ClamAV 0.84 and SpamAssassin 3.0.3 in ClamAV+SA tarball
- Several phishing net improvements

Download it from www.mailscanner.info as usual.

The full Change Log for this month is:

* New Features and Improvements *
- Improved install.sh to work on AMD64 Fedora Core 3 systems.
- Added * wildcard support to phishing.safe.sites.conf, so you can list
  *.safedomain.com instead of having to list subdomains and other servers
  individually. Useful for listing your own domain.
- Improved IPv6 support as sendmail on Linux adds "IPv6:" on the front of
  the IPv6 SMTP client address.
- Improved support for \ characters in URLs in phishing net.
- Better handling of subdirectories in RAR archives.
- Duplicates removed in quarantine postmaster notice.
- Added filetype entry to allow PostScript files.
- Improved phishing net by adding detector for numeric IPs which do match
  but warn as they might be part of a fraud.
- Added new entry to languages.conf which needs translating.
- Improved phishing net to improve handling of numbered website references
  automatically inserted by some Unix text-only email clients.
- Improved handling of ClamAV output when it scanned zero-length attachments.
- Updated phishing net safe-sites list.
- Added comment to MailScanner.conf about Maxium Archive Depth being a ruleset.
- Changed default auto-whitelisting to "no".
- Installation support for Solaris 10, in main ./install.sh and ClamAV-SA
  installation script.
- Changed blacklisting so it doesn't override whitelisting if you always
  want to get the SpamAssassin results header.
  So if you whitelist an address at domain.com and blacklist *@domain.com,
  it works as you would expect it to.
- Upgraded ClamAV+SA tarball to SpamAssassin 3.0.3 and ClamAV 0.84.

* Fixes *
- RAR archive handling: creation of directory only archive entries, both
  windows and *nix created archives (caused problems for SAVI).
- RAR archive handling: possible false Encrypted file trigger on file names
  containing the word "Encrypted".
- RAR archive handling: full path names used when extracting archived files,
  extracted to safe file name without out path.
- Removed harmless error message when clearing out empty working directories
  at startup in debug mode.
- Fixed problem where using rulesets to scan messages for dangerous content
  but not for viruses would cause the messages to be scanned by viruses anyway.
- Fixed problem where filename/type checks were still being done on messages
  which had rulesets saying they should not do dangerous content checking.
- Fixed problem in tar distribution install script where it would not
  correctly find the installed tnef expander binary.



--- MailScanner-4.41.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	13 Apr 2005 14:42:01 -0000	1.35
+++ Makefile	9 May 2005 15:32:18 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	MailScanner
-PORTVERSION=	4.40.11
+PORTVERSION=	4.41.3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/
 DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/distinfo,v
retrieving revision 1.23
diff -u -r1.23 distinfo
--- distinfo	13 Apr 2005 14:42:01 -0000	1.23
+++ distinfo	9 May 2005 15:32:18 -0000
@@ -1,2 +1,2 @@
-MD5 (MailScanner-install-4.40.11-1.tar.gz) = afcf9a62303becc81b9661cbde81862a
-SIZE (MailScanner-install-4.40.11-1.tar.gz) = 4888691
+MD5 (MailScanner-install-4.41.3-1.tar.gz) = 6df068ec74fb07bd1d166c1ad5e69cd6
+SIZE (MailScanner-install-4.41.3-1.tar.gz) = 4925560
Index: files/patch-docs:man:MailScanner.8
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-docs:man:MailScanner.8,v
retrieving revision 1.20
diff -u -r1.20 patch-docs:man:MailScanner.8
--- files/patch-docs:man:MailScanner.8	13 Apr 2005 14:42:01 -0000	1.20
+++ files/patch-docs:man:MailScanner.8	9 May 2005 15:32:18 -0000
@@ -2,7 +2,7 @@
 +++ docs/man/MailScanner.8	Fri Apr  1 16:10:33 2005
 @@ -1,4 +1,4 @@
 -.TH "MailScanner" "8" "4.38.2" "Julian Field" "Mail"
-+.TH "MailScanner" "8" "4.40.10" "Julian Field" "Mail"
++.TH "MailScanner" "8" "4.41.3" "Julian Field" "Mail"
  .SH "NAME"
  .LP 
  MailScanner \- Virus/Spam Scanner for Sendmail, Exim and Postfix
Index: files/patch-docs:man:MailScanner.conf.5
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5,v
retrieving revision 1.20
diff -u -r1.20 patch-docs:man:MailScanner.conf.5
--- files/patch-docs:man:MailScanner.conf.5	13 Apr 2005 14:42:01 -0000	1.20
+++ files/patch-docs:man:MailScanner.conf.5	9 May 2005 15:32:18 -0000
@@ -2,7 +2,7 @@
 +++ docs/man/MailScanner.conf.5	Fri Apr  1 16:10:37 2005
 @@ -1,4 +1,4 @@
 -.TH "MailScanner.conf" "5" "4.38.2" "Julian Field" "Mail"
-+.TH "MailScanner.conf" "5" "4.40.10" "Julian Field" "Mail"
++.TH "MailScanner.conf" "5" "4.41.3" "Julian Field" "Mail"
  .SH "NAME"
  .LP 
  MailScanner.conf \- Main configuration for MailScanner
--- MailScanner-4.41.3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list