From root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de  Thu May  3 17:52:34 2007
Return-Path: <root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id AA5F616A406
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 May 2007 17:52:34 +0000 (UTC)
	(envelope-from root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de)
Received: from mail.seceidos.de (mail.seceidos.de [213.157.28.234])
	by mx1.freebsd.org (Postfix) with ESMTP id 5491B13C459
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 May 2007 17:52:34 +0000 (UTC)
	(envelope-from root=freebsd-gnats-submit=freebsd.org=7d45f6c3b4adf33f63274392d7377e7a5e58050b@seceidos.de)
Message-Id: <200705031752.l43HqIDi004217@services.intern.seceidos.de>
Date: Thu, 3 May 2007 19:52:18 +0200 (CEST)
From: Jan-Peter Koopmann <j.koopmann@seceidos.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] mail/MailScanner: update to 4.59.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112389
>Category:       ports
>Synopsis:       [MAINTAINER] mail/mailscanner: update to 4.59.4
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 03 18:00:08 GMT 2007
>Closed-Date:    Mon Jun 04 10:00:11 GMT 2007
>Last-Modified:  Mon Jun  4 10:10:02 GMT 2007
>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.59.4

Changelog:
1/5/2007 New in Version 4.59.4-2
================================
* New Features and Improvements *
2 Changed locations monitored for ClamAV updates to fit new ClamAV 0.9 layout.
2 Added support for clamdscan and clamd. Use "Virus Scanners = clamd".
3 Changed check ordering so that mail from blacklisted addresses is still
  marked as spam even its size exceeds the max spam message size check.
3 Improved detection of empty <A HREF= tags in phishing detection. Thanks to
  snifer_@hotmail.com for this.
4 Added support for Avast "avastcmd" virus scanner. Use
  "Virus Scanners = avast" to use it.
4 Added support for Avast "avastd" virus scanning daemon, which must be
  configured and running first. Use "Virus Scanners = avastd" to use it.
  In /etc/avastd.conf, be sure to set "archivetype = A", in all the sections
  of the file where the setting appears.

* Fixes *
1 Exim fix by Debian Maintainer: Simon Walter.
1 Incoming Work Group not honoured for files with a leading dot in their
  filename. Again, fix by Simon Walter.


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

--- MailScanner-4.59.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/Makefile,v
retrieving revision 1.61
diff -u -r1.61 Makefile
--- Makefile	8 Apr 2007 10:40:04 -0000	1.61
+++ Makefile	3 May 2007 17:51:42 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	MailScanner
-PORTVERSION=	4.58.9
-PORTREVISION=	2
+PORTVERSION=	4.59.4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.mailscanner.info/files/4/tar/
 DISTNAME=	${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
@@ -52,7 +51,7 @@
 
 CONFLICTS=	MailScanner-devel-[0-9]*
 
-PATCHLEVEL=	1
+PATCHLEVEL=	2
 
 USE_PERL5=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/distinfo,v
retrieving revision 1.41
diff -u -r1.41 distinfo
--- distinfo	10 Feb 2007 12:56:36 -0000	1.41
+++ distinfo	3 May 2007 17:51:42 -0000
@@ -1,3 +1,3 @@
-MD5 (MailScanner-install-4.58.9-1.tar.gz) = 5c641a7d76beaa0bb7d9efcb04f6b333
-SHA256 (MailScanner-install-4.58.9-1.tar.gz) = 4e4f362fc8778c9a0deaff696f8c966081c4bf08227f3bd036f39fbbe6d7010c
-SIZE (MailScanner-install-4.58.9-1.tar.gz) = 7058345
+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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/pkg-plist,v
retrieving revision 1.33
diff -u -r1.33 pkg-plist
--- pkg-plist	10 Feb 2007 12:56:36 -0000	1.33
+++ pkg-plist	3 May 2007 17:51:42 -0000
@@ -63,12 +63,16 @@
 libexec/MailScanner/sa-update.cron
 libexec/MailScanner/antivir-autoupdate.sample
 libexec/MailScanner/antivir-wrapper.sample
+libexec/MailScanner/avast-wrapper.sample
+libexec/MailScanner/avastd-wrapper.sample
+libexec/MailScanner/avast-autoupdate.sample
 libexec/MailScanner/avg-autoupdate.sample
 libexec/MailScanner/avg-wrapper.sample
 libexec/MailScanner/bitdefender-autoupdate.sample
 libexec/MailScanner/bitdefender-wrapper.sample
 libexec/MailScanner/clamav-autoupdate.sample
 libexec/MailScanner/clamav-wrapper.sample
+libexec/MailScanner/clamd-wrapper.sample
 libexec/MailScanner/command-wrapper.sample
 libexec/MailScanner/css-autoupdate.sample
 libexec/MailScanner/css-wrapper.sample
Index: files/CHANGES.port
===================================================================
RCS file: /home/ncvs/ports/mail/mailscanner/files/CHANGES.port,v
retrieving revision 1.14
diff -u -r1.14 CHANGES.port
--- files/CHANGES.port	8 Apr 2007 10:40:05 -0000	1.14
+++ files/CHANGES.port	3 May 2007 17:51:42 -0000
@@ -1,3 +1,7 @@
+Version 4.59.4_2
+================
+- update to 4.59.4
+
 Version 4.58.9_2
 ================
 - clamav-wrapper contained options unarj, unace and zoo. unace
--- MailScanner-4.59.4.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue May 29 14:47:17 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112389 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 4 10:00:09 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112389 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112389: commit references a PR
Date: Mon,  4 Jun 2007 10:00:18 +0000 (UTC)

 miwi        2007-06-04 09:59:58 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/mailscanner     Makefile distinfo pkg-plist 
     mail/mailscanner/files CHANGES.port 
   Log:
   - Update to 4.59.4
   
   PR:             112389
   Submitted by:   Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
   
   Revision  Changes    Path
   1.62      +2 -3      ports/mail/mailscanner/Makefile
   1.42      +3 -3      ports/mail/mailscanner/distinfo
   1.15      +4 -0      ports/mail/mailscanner/files/CHANGES.port
   1.34      +5 -1      ports/mail/mailscanner/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
