Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2002 18:47:46 +0300 (EEST)
From:      Gheorghe Ardelean <ardelean@physics.uvt.ro>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41315: amavisd port is outdated and does not support many antivirus pakages
Message-ID:  <200208041547.g74FlkMU010720@tel.physics.uvt.ro>

next in thread | raw e-mail | index | archive | help

>Number:         41315
>Category:       ports
>Synopsis:       amavisd port is outdated and does not support many antivirus pakages
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 04 08:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gheorghe Ardelean
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
West University of Timisoara, ROMANIA
>Environment:
System: FreeBSD tel.physics.uvt.ro 4.6-STABLE FreeBSD 4.6-STABLE #0: 
		Fri Jun 28 12:16:10 EEST 2002 ardelean@tel.physics.uvt.ro:/usr/obj/usr/src/sys/TEL i386

>Description:
		amavisd-20020300 is outdated a new snapshot is available
		with a lot of improvements (see
		http://sourceforge.net/project/shownotes.php?group_id=6006&release_id=92292)
>How-To-Repeat:

>Fix:

		change the portversion from 20020300 to 20020531 by applying this patches:

--- Makefile.orig       Sun Aug  4 18:25:01 2002
+++ Makefile    Sun Aug  4 18:25:17 2002
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=      amavisd
-PORTVERSION=   20020300
-PORTREVISION=  3
+PORTVERSION=   20020531
+PORTREVISION=  1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    amavis

--- distinfo.orig       Sun Aug  4 18:25:34 2002
+++ distinfo    Sun Aug  4 18:26:28 2002
@@ -1 +1 @@
-MD5 (amavisd-snapshot-20020300.tar.gz) = f8823fa5b3a11e7c7067e65660e274f9
+MD5 (amavisd-snapshot-20020531.tar.gz) = 0d97a1c227c9934b19c0ff283ccb3561

--- README.sendmail.orig        Sun Aug  4 18:38:01 2002
+++ README.sendmail     Sun Aug  4 18:39:50 2002
@@ -18,7 +18,7 @@
 
 Mlocal, P=/usr/sbin/amavis, F=lsDFMAw5:/|@qrn9, S=10/30, R=20/40,
         T=DNS/RFC822/X-Unix,
-        A=amavis $f $u -- /bin/mail.local -d $u
+        A=amavis $f $u -- /usr/libexec/mail.local -d $u
 
   Note that m (delivery to multiple recipients) has been removed from the
 F equate! Amavis receives sender ($f) and recipient ($u) from the command
@@ -33,11 +33,9 @@
 you should add the following just before the MAILER definitions:
 
 dnl
-dnl Change Mlocal to use AMaViS-Perl
-define(`LOCAL_MAILER_PATH', `/usr/sbin/amavis')dnl
-define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- ',
-define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- /usr/bin/',
-LOCAL_MAILER_ARGS))dnl
+dnl Change Mlocal to use AMaViS
+define(`LOCAL_MAILER_PATH', `/usr/local/sbin/amavis')dnl
+define(`LOCAL_MAILER_ARGS', CONCAT(`amavis $f $u -- /usr/libexec/', LOCAL_MAILER_ARGS, ` -d $u'))dnl
 dnl please set the path to your procmail accordingly!
 dnl the following works only with sendmail 8.10.x or above
 MODIFY_MAILER_FLAGS(`LOCAL', -m')dnl

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208041547.g74FlkMU010720>