ports/53728: Upgrade of security/amavisd-new from 20030314.p2 to 20030616.p1
Rob
rob at debank.tv
Wed Jun 25 16:30:17 UTC 2003
The following reply was made to PR ports/53728; it has been noted by GNATS.
From: Rob <rob at debank.tv>
To: Rob Evers <rob at debank.tv>
Cc: FreeBSD-gnats-submit at freebsd.org, blaz at si.FreeBSD.org
Subject: Re: ports/53728: Upgrade of security/amavisd-new from 20030314.p2
to 20030616.p1
Date: Wed, 25 Jun 2003 18:25:21 +0200
This is a multi-part message in MIME format.
--------------060702010801060102030601
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Rob Evers wrote:
>>Number: 53728
>>Category: ports
>>Synopsis: Upgrade of security/amavisd-new from 20030314.p2 to 20030616.p1
>>Confidential: no
>>Severity: non-critical
>>Priority: medium
>>Responsible: freebsd-ports-bugs
>>State: open
>>Quarter:
>>Keywords:
>>Date-Required:
>>Class: update
>>Submitter-Id: current-users
>>Arrival-Date: Wed Jun 25 08:40:15 PDT 2003
>>Closed-Date:
>>Last-Modified:
>>Originator: Rob Evers
>>Release: FreeBSD 4.8-STABLE i386
>>Organization:
>>Environment:
>
> System: FreeBSD haha.debank.tv 4.8-STABLE FreeBSD 4.8-STABLE #2: Sun Jun 8 23:25:20 CEST 2003 rob at haha.debank.tv:/usr/obj/usr/src/sys/HAH
> A i386
>
>
>>Description:
>
> Upgrade of security/amavisd-new from 20030314.p2 to 20030616.p1
>
>>How-To-Repeat:
>>Fix:
>
New diff attached, the old one didn't install all the archivers
cheers,
Rob Evers
--------------060702010801060102030601
Content-Type: text/plain;
name="amavisd-new.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="amavisd-new.diff"
diff -r -u amavisd-new.orig/Makefile amavisd-new/Makefile
--- amavisd-new.orig/Makefile Wed Jun 25 16:35:46 2003
+++ amavisd-new/Makefile Wed Jun 25 17:49:13 2003
@@ -7,8 +7,7 @@
# Based on amavisd ports makefile.
PORTNAME= amavisd-new
-PORTVERSION= 20030314.p2
-PORTREVISION= 1
+PORTVERSION= 20030616.p1
CATEGORIES= security
MASTER_SITES= http://www.ijs.si/software/amavisd/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-p/}
@@ -29,7 +28,9 @@
${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
${SITE_PERL}/Mail/SpamAssassin.pm:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
${LOCALBASE}/bin/arc:${PORTSDIR}/archivers/arc \
+ ${LOCALBASE}/bin/unfreeze:${PORTSDIR}/archivers/freeze \
${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha \
+ ${LOCALBASE}/bin/lzop:${PORTSDIR}/archivers/lzop \
${LOCALBASE}/bin/unarj:${PORTSDIR}/archivers/unarj \
${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \
${LOCALBASE}/bin/zoo:${PORTSDIR}/archivers/zoo
Only in amavisd-new.orig: amavisd-new
diff -r -u amavisd-new.orig/distinfo amavisd-new/distinfo
--- amavisd-new.orig/distinfo Wed Jun 25 16:35:46 2003
+++ amavisd-new/distinfo Wed Jun 25 16:44:09 2003
@@ -1 +1 @@
-MD5 (amavisd-new-20030314-p2.tar.gz) = a6c5c52237e3bc352bc2db07fface5af
+MD5 (amavisd-new-20030616-p1.tar.gz) = ac64ca3ad0c3f04403f1499ca29e45b8
diff -r -u amavisd-new.orig/files/patch-amavisd.conf amavisd-new/files/patch-amavisd.conf
--- amavisd-new.orig/files/patch-amavisd.conf Wed Jun 25 16:35:45 2003
+++ amavisd-new/files/patch-amavisd.conf Wed Jun 25 17:28:58 2003
@@ -1,9 +1,9 @@
---- amavisd.conf.orig Wed Apr 30 19:04:16 2003
-+++ amavisd.conf Sun May 18 20:18:14 2003
+--- amavisd.conf.orig Wed Jun 25 17:22:46 2003
++++ amavisd.conf Wed Jun 25 17:26:42 2003
@@ -51,7 +51,7 @@
# $MYHOME serves as a quick default for some other configuration settings.
# More refined control is available with each individual setting further down.
- # $MYHOME is never used directly by the program. No trailing slash!
+ # $MYHOME is not used directly by the program. No trailing slash!
-#$MYHOME = '/var/lib/amavis'; # (default is '/var/amavis')
+$MYHOME = '%%AMAVISDIR%%'; # (default is '/var/amavis')
@@ -15,12 +15,12 @@
# (otherwise just keep the UID unchanged, and these settings have no effect):
-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis)
-$daemon_group = 'sweep'; # (no default; customary: vscan or amavis)
-+$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis)
-+$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis)
++$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis)
++$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis)
# Runtime working directory (cwd), and a place where
# temporary directories for unpacking mail are created.
-@@ -269,7 +269,7 @@
+@@ -271,7 +271,7 @@
# 3: server, client
# 4: decompose parts
# 5: more debug details
@@ -29,16 +29,7 @@
# Customizeable template for the most interesting log file entry (e.g. with
# $log_level=0) (take care to properly quote Perl special characters like '\')
-@@ -413,7 +413,7 @@
- # See README.lookups for syntax.
- #
- $viruses_that_fake_sender_re = new_RE(
-- qr'nimda|hybris|klez|bugbear|yaha|braid|sobig'i );
-+ qr'nimda|hybris|klez|bugbear|yaha|braid|sobig|fizzer'i );
-
-
- # where to send ADMIN VIRUS NOTIFICATIONS (should be a fully qualified address)
-@@ -479,7 +479,7 @@
+@@ -496,7 +496,7 @@
# or a directory (no trailing slash)
# (the default value is undef, meaning no quarantine)
#
diff -r -u amavisd-new.orig/pkg-plist amavisd-new/pkg-plist
--- amavisd-new.orig/pkg-plist Wed Jun 25 16:35:46 2003
+++ amavisd-new/pkg-plist Wed Jun 25 16:48:01 2003
@@ -7,6 +7,7 @@
%%PORTDOCS%%share/doc/amavisd-new/README.exim_v3
%%PORTDOCS%%share/doc/amavisd-new/README.exim_v4
%%PORTDOCS%%share/doc/amavisd-new/README.exim_v4_app
+%%PORTDOCS%%share/doc/amavisd-new/README.exim_v4_app2
%%PORTDOCS%%share/doc/amavisd-new/README.lookups
%%PORTDOCS%%share/doc/amavisd-new/README.milter
%%PORTDOCS%%share/doc/amavisd-new/README.old.scanners
--------------060702010801060102030601--
More information about the freebsd-ports-bugs
mailing list