Date: Mon, 4 Jun 2007 12:54:22 +0200 (CEST) From: Jan-Peter Koopmann <j.koopmann@seceidos.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113320: [MAINTAINER] mail/MailScanner: update to 4.60.8 Message-ID: <EMEW-j53Crv726c3b5002e0e80ae0d19e3eea7ba776-200706041054.l54AsMqa058283@services.intern.seceidos.de> Resent-Message-ID: <200706041110.l54BA4fs038278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113320 >Category: ports >Synopsis: [MAINTAINER] mail/MailScanner: update to 4.60.8 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 04 11:10:03 GMT 2007 >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.60.8 1/6/2007 New in Version 4.60.8-1 ================================ * New Features and Improvements * 1 Improved Sophos.install script so that it sets up /etc/ld.so.conf ready for installation of Perl-SAVI module required for "sophossavi" virus scanner. 1 Custom Functions can now receive parameters not only to their Init and End functions, but also to their run-time calculation functions (i.e. the real custom function itself used when processing each message). The Custom Function is now passed not only the message, but also a ref to a list of parameters specified in the MailScanner.conf file. 1 Improvement to phishing net. 1 'clamavmodule' scanner no longer detects encrypted zips/rars as viruses, leaving MailScanner to do the check later in the dangerous content scanning. The consequence is that MailWatch will allow them to be released from quarantine. 2 Updated a whole load of Perl modules in the pre-requisites lists for both MailScanner and SpamAssassin. 2 Added a "--nomodules" command-line option to the MailScanner install.sh script to skip installing required Perl modules. 2-2 Fixed bugs introduced by 4.60.2 in generic installer. Only affects 'other Linux and non-Linux' installer. 2-4 Fixed more non-Linux installer problems. 4 Added more modules to the list output by "MailScanner --version". 4 Improved phishing net detection of HTML tags, courtesy of snifer_@hotmail.com. 4 Added patches to provide full "p record" support in Postfix 2.3 and 2.4, courtesy of Glenn Steen <glenn.steen@gmail.com>. 5 Added a new feature, to compress all the attachments in a message and replace them with a single zip file. Set "Zip Attachments = yes" (no by default), and set "Attachments Zip Filename = MessageAttachments.zip" 6 Added 2 new configuration options for the "Zip Attachments" feature: Attachments Min Total Size To Zip = 100k Attachment Extensions Not To Zip = .zip .rar .tgz .gz .mpg .mpeg .mp3 .rpm Hopefully these are fairly self-explanatory. * Fixes * 1 Phishing net now correctly handles HTML tags inside links. 1 Deprecated clamscan flag replaced with supported one to stop it printing the summary. 1 Added '-b' to nod32-1.99 command-line options in SweepViruses.pm to stop scanner producing licensing details. Thanks to UxBoD. 1 Removed test in RPM distribution's test for RedHat 6 as it will clash with RHEL 6 and Fedora. Anyone still running RedHat 6 has bigger problems! :-) 1 Worked round Perl bug in returning number of RBLs hit by a message. 1 Fixed problem causing some password-protected RAR archives to be missed. 3 Fixed bug introduced in earlier beta in RBL code. 6-2 Patch to Exim to handle named ACL variables as well as numbered ones. Courtesy of Maarten Vink. 7 Added v320.pre to mcp directory. 7 Postfix 2.3/2.4 patch fix. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- MailScanner-4.60.8.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- Makefile 4 Jun 2007 09:59:58 -0000 1.62 +++ Makefile 4 Jun 2007 10:53:53 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MailScanner -PORTVERSION= 4.59.4 +PORTVERSION= 4.60.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= 2 +PATCHLEVEL= 1 USE_PERL5= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/distinfo,v retrieving revision 1.42 diff -u -r1.42 distinfo --- distinfo 4 Jun 2007 09:59:58 -0000 1.42 +++ distinfo 4 Jun 2007 10:53:53 -0000 @@ -1,3 +1,3 @@ -MD5 (MailScanner-install-4.59.4-2.tar.gz) = 342a3d40c8bdf0f204556956370e4042 -SHA256 (MailScanner-install-4.59.4-2.tar.gz) = c591c3f58c9de0991a5f1736fc1cf7a6be1ad49ce68ddb6bdd2c1dbd4f5c29f1 -SIZE (MailScanner-install-4.59.4-2.tar.gz) = 7060488 +MD5 (MailScanner-install-4.60.8-1.tar.gz) = 3d7a9b877fa908fe103e8190afd0ed77 +SHA256 (MailScanner-install-4.60.8-1.tar.gz) = ae8257a412989e27c3ea85575d869cd0e53be7c6868b9edce8ded03f26be7ec1 +SIZE (MailScanner-install-4.60.8-1.tar.gz) = 7705484 Index: files/CHANGES.port =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/files/CHANGES.port,v retrieving revision 1.15 diff -u -r1.15 CHANGES.port --- files/CHANGES.port 4 Jun 2007 09:59:58 -0000 1.15 +++ files/CHANGES.port 4 Jun 2007 10:53:53 -0000 @@ -1,3 +1,7 @@ +Version 4.60.8 +============== +- update to 4.60.8 + Version 4.59.4_2 ================ - update to 4.59.4 --- MailScanner-4.60.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EMEW-j53Crv726c3b5002e0e80ae0d19e3eea7ba776-200706041054.l54AsMqa058283>