From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 12 08:00:07 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED1B16A47B for ; Fri, 12 Oct 2007 08:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 706CC13C465 for ; Fri, 12 Oct 2007 08:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9C806Oc087300 for ; Fri, 12 Oct 2007 08:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9C806qN087299; Fri, 12 Oct 2007 08:00:06 GMT (envelope-from gnats) Resent-Date: Fri, 12 Oct 2007 08:00:06 GMT Resent-Message-Id: <200710120800.l9C806qN087299@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan-Peter Koopmann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7988016A417 for ; Fri, 12 Oct 2007 07:55:40 +0000 (UTC) (envelope-from root@seceidos.de) Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234]) by mx1.freebsd.org (Postfix) with ESMTP id 19FFA13C45B for ; Fri, 12 Oct 2007 07:55:39 +0000 (UTC) (envelope-from root@seceidos.de) Message-Id: <200710120755.l9C7tQXw050261@services.intern.seceidos.de> Date: Fri, 12 Oct 2007 09:55:26 +0200 (CEST) From: Jan-Peter Koopmann To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117129: [MAINTAINER] mail/MailScanner: update to 4.64.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 08:00:07 -0000 >Number: 117129 >Category: ports >Synopsis: [MAINTAINER] mail/MailScanner: update to 4.64.3 >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: Fri Oct 12 08:00:06 UTC 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.64.3 1/10/2007 New in Version 4.64.3-2 ================================= * New Features and Improvements * 1 The MailScanner book is now also available for purchase from the EU with much lower shipping costs. Go to www.lulu.com/mailscanner. 1 Solaris check_mailscanner code now uses pgrep. 1 "MailScanner -v" now lists version of Date::Parse which was missing. 1 Added "$datenumber" to the inline spam warning report. 1 "MailScanner --lint" now checks your %org-name% to ensure it only contains safe characters (i.e. a-z, A-Z, 0-9 and -). 1 Added "allow" rule to filename.rules.conf for the XML filenames inside Microsoft Office 2007 (e.g. *.docx) files which are actually archives. 1 F-Prot-6 autoupdater improved to tell you whether it actually downloaded a new virus signatures file or not. 1 Tar distro now includes ChangeLog. 1 "Treat Invalid Watermarks With No Sender as Spam" can now be set to a number greater than zero. This value will be added to the spam score. 1 Watermark spam header reports refer to them as "watermarks" and not "null headers" as that is easier to understand. 2 Changed the default value "ClamAV Full Message Scan = yes". It has a slight speed impact, but is worth it for the extra spam-spotting ability, especially if you are using any extra ClamAV additional databases of spam signatures. 3 Changes required for MailWatch v2. Provided for Steve Freegard. * Fixes * 1 Now set the umask of the directory into which the TNEF attachments are unpacked by the external TNEF expander. Thanks to derek@csolve.net. 1 Fixed bug which caused crash when using a ruleset on "Filename Rules" setting when the file listed in the ruleset does not exist. Thanks to Ugo Bellevance. 1 Added line to stop EOCD Format errors being output in UnpackZip. Thanks to Rick Cooper. 2 Added fix to reported spam scores in some messages sent to multiple recipients. Provided by Derek Buttineau. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- MailScanner-4.64.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/Makefile,v retrieving revision 1.68 diff -u -r1.68 Makefile --- Makefile 18 Sep 2007 15:10:23 -0000 1.68 +++ Makefile 12 Oct 2007 07:54:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MailScanner -PORTVERSION= 4.63.8 +PORTVERSION= 4.64.3 CATEGORIES= mail MASTER_SITES= http://www.mailscanner.info/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/distinfo,v retrieving revision 1.46 diff -u -r1.46 distinfo --- distinfo 18 Sep 2007 15:10:23 -0000 1.46 +++ distinfo 12 Oct 2007 07:54:42 -0000 @@ -1,3 +1,3 @@ -MD5 (MailScanner-install-4.63.8-1.tar.gz) = a5f28364cc0630098bf2501cd4f8de64 -SHA256 (MailScanner-install-4.63.8-1.tar.gz) = 756648c42bb677920019d1f145ea9ac45dc46aa039fe76a2cd084d0571a84d3a -SIZE (MailScanner-install-4.63.8-1.tar.gz) = 7757528 +MD5 (MailScanner-install-4.64.3-1.tar.gz) = 3ecdfc649248edca2519a17a350c4236 +SHA256 (MailScanner-install-4.64.3-1.tar.gz) = 5edc7487a9459764388dd6caf20ef301d504fe6257534b77c8848ba1dc9565dd +SIZE (MailScanner-install-4.64.3-1.tar.gz) = 7827983 Index: files/CHANGES.port =================================================================== RCS file: /home/ncvs/ports/mail/mailscanner/files/CHANGES.port,v retrieving revision 1.19 diff -u -r1.19 CHANGES.port --- files/CHANGES.port 5 Sep 2007 09:33:20 -0000 1.19 +++ files/CHANGES.port 12 Oct 2007 07:54:42 -0000 @@ -1,3 +1,8 @@ +Version 4.64.3 +============== +- Upgrade to 4.64.3 + + Version 4.62.9 ============== - Upgrade to 4.62.9 --- MailScanner-4.64.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: