pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/31015: maintainer update: security/amavisd-new
>Number: 31015
>Category: pkg
>Synopsis: maintainer update: security/amavisd-new
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Aug 19 16:18:00 +0000 2005
>Originator: Julian Dunn
>Release: NetBSD-current
>Organization:
>Environment:
NetBSD letitia.acf.aquezada.com 2.99.15 NetBSD 2.99.15 (GENERIC) #0: Tue Jan 25
06:05:48 EST 2005
jdunn%jupiter.acf.aquezada.com@localhost:/n/repo/netbsd-current/obj.i386/sys/arch/i386/compile/GENERIC
i386
>Description:
Update of amavisd-new to 2.3.1.
>How-To-Repeat:
Not applicable
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/amavisd-new/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 6 Aug 2005 06:19:29 -0000 1.11
+++ Makefile 17 Aug 2005 18:39:07 -0000
@@ -8,7 +8,7 @@
http://ftp.cfu.net/pub/amavisd-new/ \
ftp://ftp.cfu.net/pub/amavisd-new/
-VERSION= 2.2.1
+VERSION= 2.3.1
PATCHLEVEL= # empty
MAINTAINER= jdunn%aquezada.com@localhost
@@ -16,11 +16,11 @@
COMMENT= daemonized interface between MTA and content checkers
DEPENDS+= p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar
-DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
+DEPENDS+= p5-Archive-Zip>=1.14:../../archivers/p5-Archive-Zip
DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB
DEPENDS+= p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
DEPENDS+= p5-Convert-TNEF-[0-9]*:../../converters/p5-Convert-TNEF
-DEPENDS+= p5-Convert-UUlib-[0-9]*:../../converters/p5-Convert-UUlib
+DEPENDS+= p5-Convert-UUlib>=1.05:../../converters/p5-Convert-UUlib
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-MIME-tools>=5.415:../../mail/p5-MIME-tools
DEPENDS+= p5-MailTools>=1.58:../../mail/p5-MailTools
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/security/amavisd-new/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patches/patch-aa 28 Nov 2004 23:31:49 -0000 1.2
+++ patches/patch-aa 17 Aug 2005 18:39:07 -0000
@@ -1,8 +1,8 @@
$NetBSD: patch-aa,v 1.2 2004/11/28 23:31:49 wiz Exp $
---- amavisd.conf.orig 2004-11-02 22:22:48.000000000 +0100
-+++ amavisd.conf
-@@ -12,15 +12,15 @@ use strict;
+--- amavisd.conf.orig 2005-08-16 17:02:00.000000000 -0400
++++ amavisd.conf 2005-08-16 17:04:40.000000000 -0400
+@@ -14,15 +14,15 @@
# @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code
$max_servers = 2; # number of pre-forked children (2..15 is common)
@@ -19,15 +19,15 @@
$ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR
-$QUARANTINEDIR = '/var/virusmails';
+$QUARANTINEDIR = '@AMAVIS_QUARANTINE@';
+ # $quarantine_subdir_levels = 1; # add level of subdirs to disperse quarantin
e
# $daemon_chroot_dir = $MYHOME; # chroot directory or undef
-
-@@ -72,7 +72,7 @@ $mailfrom_to_quarantine = ''; # null ret
+@@ -79,7 +79,7 @@
# $recipient_delimiter = '+'; # undef disables address extensions altogether
# when enabling addr extensions do also Postfix/main.cf: recipient_delimiter=+
-$path = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin';
+$path = '@PREFIX@/sbin:@PREFIX@/bin:@LOCALBASE@/sbin:@LOCALBASE@/bin:/usr/sbin
:/sbin:/usr/bin:/bin';
- $file = 'file'; # file(1) utility; use recent versions
- $gzip = 'gzip';
- $bzip2 = 'bzip2';
+ # $dspam = 'dspam';
+
+ $MAXLEVELS = 14;
Home |
Main Index |
Thread Index |
Old Index