FreeBSD Bugzilla – Attachment 45813 Details for
Bug 70526
MAINTAINER UPDATE: amavisd-new to 2.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 8.21 KB, created by
Blaz Zupan
on 2004-08-16 11:10:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Blaz Zupan
Created:
2004-08-16 11:10:21 UTC
Size:
8.21 KB
patch
obsolete
>diff -urN amavisd-new.old/Makefile amavisd-new/Makefile >--- amavisd-new.old/Makefile Thu Aug 12 00:45:57 2004 >+++ amavisd-new/Makefile Mon Aug 16 11:40:50 2004 >@@ -7,8 +7,8 @@ > # Based on amavisd ports makefile. > > PORTNAME= amavisd-new >-PORTVERSION= 20040701 >-PORTREVISION= 1 >+PORTVERSION= 2.1.0 >+PORTEPOCH= 1 > CATEGORIES= security > MASTER_SITES= http://www.ijs.si/software/amavisd/ \ > http://mirrors.catpipe.net/amavisd-new/ \ >@@ -98,7 +98,7 @@ > for f in amavisd.sh amavis-milter.sh INSTALL DEINSTALL MESSAGE; do \ > ${SED} ${SED_SCRIPT} < ${FILESDIR}/$${f}.tmpl > ${WRKDIR}/$${f}; \ > done >- for f in amavisd.conf amavisd.conf-sample amavisd; do \ >+ for f in amavisd.conf amavisd.conf-sample amavisd amavisd-nanny; do \ > ${SED} ${SED_SCRIPT} < ${WRKSRC}/$${f} > ${WRKDIR}/$${f}; \ > done > >@@ -112,6 +112,7 @@ > ${INSTALL_SCRIPT} ${WRKDIR}/amavis-milter.sh ${PREFIX}/etc/rc.d > .endif > ${INSTALL_SCRIPT} ${WRKDIR}/amavisd ${PREFIX}/sbin >+ ${INSTALL_SCRIPT} ${WRKDIR}/amavisd-nanny ${PREFIX}/sbin > ${INSTALL_SCRIPT} ${WRKDIR}/amavisd.conf ${PREFIX}/etc/amavisd.conf-dist > .if !exists(${PREFIX}/etc/amavisd.conf) > ${INSTALL_SCRIPT} ${WRKDIR}/amavisd.conf ${PREFIX}/etc >diff -urN amavisd-new.old/distinfo amavisd-new/distinfo >--- amavisd-new.old/distinfo Sun Jul 18 12:05:50 2004 >+++ amavisd-new/distinfo Mon Aug 16 10:47:00 2004 >@@ -1,2 +1,2 @@ >-MD5 (amavisd-new-20040701.tar.gz) = d5566eeaf1e47b6c856f4e676e93d584 >-SIZE (amavisd-new-20040701.tar.gz) = 451622 >+MD5 (amavisd-new-2.1.0.tar.gz) = 200b0568ac9d14819c80575989617db6 >+SIZE (amavisd-new-2.1.0.tar.gz) = 464610 >diff -urN amavisd-new.old/files/patch-amavisd-nanny amavisd-new/files/patch-amavisd-nanny >--- amavisd-new.old/files/patch-amavisd-nanny Thu Jan 1 01:00:00 1970 >+++ amavisd-new/files/patch-amavisd-nanny Mon Aug 16 11:42:06 2004 >@@ -0,0 +1,11 @@ >+--- amavisd-nanny.orig Wed Aug 11 02:39:16 2004 >++++ amavisd-nanny Mon Aug 16 11:41:56 2004 >+@@ -61,7 +61,7 @@ >+ # main program starts here >+ $SIG{INT} = sub { die "\n" }; >+ my($env) = BerkeleyDB::Env->new( >+- '-Home'=>'/var/amavis/db', '-Flags'=> DB_INIT_CDB | DB_INIT_MPOOL); >++ '-Home'=>'%%AMAVISDIR%%/db', '-Flags'=> DB_INIT_CDB | DB_INIT_MPOOL); >+ defined $env or die "BDB no env: $BerkeleyDB::Error $!"; >+ my($db) = BerkeleyDB::Hash->new( >+ '-Filename'=>'nanny.db', '-Env'=>$env ); >diff -urN amavisd-new.old/files/patch-amavisd-sample.conf amavisd-new/files/patch-amavisd-sample.conf >--- amavisd-new.old/files/patch-amavisd-sample.conf Sun Jul 18 12:05:50 2004 >+++ amavisd-new/files/patch-amavisd-sample.conf Mon Aug 16 10:48:25 2004 >@@ -1,6 +1,6 @@ >---- amavisd.conf-sample.orig Mon Nov 10 00:07:53 2003 >-+++ amavisd.conf-sample Tue Nov 11 22:48:05 2003 >-@@ -51,7 +51,7 @@ >+--- amavisd.conf-sample.orig Mon Aug 16 03:03:09 2004 >++++ amavisd.conf-sample Mon Aug 16 10:47:54 2004 >+@@ -58,7 +58,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 not used directly by the program. No trailing slash! >@@ -9,18 +9,18 @@ > > # $mydomain serves as a quick default for some other configuration settings. > # More refined control is available with each individual setting further down. >-@@ -60,8 +60,8 @@ >+@@ -69,8 +69,8 @@ > > # Set the user and group to which the daemon will change if started as root > # (otherwise just keeps 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 = 'vscan'; # (no default; customary: vscan or amavis) >+-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis or sweep) >++$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis) >++$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis or sweep) > > # Runtime working directory (cwd), and a place where > # temporary directories for unpacking mail are created. >-@@ -274,7 +274,7 @@ >+@@ -284,7 +284,7 @@ > # 3: server, client > # 4: decompose parts > # 5: more debug details >@@ -29,12 +29,12 @@ > > # Customizable template for the most interesting log file entry (e.g. with > # $log_level=0) (take care to properly quote Perl special characters like '\') >-@@ -510,7 +510,7 @@ >+@@ -567,7 +567,7 @@ > # or a directory (no trailing slash) > # (the default value is undef, meaning no quarantine) > # > -$QUARANTINEDIR = '/var/virusmails'; > +$QUARANTINEDIR = '%%AMAVISQUARANTINE%%'; > >- #$virus_quarantine_method = "local:virus-%i-%n"; # default >- #$spam_quarantine_method = "local:spam-%b-%i-%n"; # default >+ #$virus_quarantine_method = 'local:virus-%i-%n'; # default >+ #$spam_quarantine_method = 'local:spam-%b-%i-%n'; # default >diff -urN amavisd-new.old/files/patch-amavisd.conf amavisd-new/files/patch-amavisd.conf >--- amavisd-new.old/files/patch-amavisd.conf Thu Aug 12 00:45:57 2004 >+++ amavisd-new/files/patch-amavisd.conf Mon Aug 16 10:51:27 2004 >@@ -1,38 +1,29 @@ >---- amavisd.conf.orig Thu Jul 1 22:04:36 2004 >-+++ amavisd.conf Wed Aug 11 16:23:13 2004 >-@@ -9,7 +9,7 @@ >- # MUST BE SET (no useful default): >- >- $mydomain = 'example.com'; >--$MYHOME = '/var/amavis'; >-+$MYHOME = '%%AMAVISDIR%%'; >- $TEMPBASE = "$MYHOME/tmp"; >- >- >-@@ -19,8 +19,8 @@ >+--- amavisd.conf.orig Mon Aug 16 03:03:16 2004 >++++ amavisd.conf Mon Aug 16 10:51:16 2004 >+@@ -12,15 +12,15 @@ > # @bypass_spam_checks_maps = (1); # uncomment to DISABLE anti-spam code > >- $max_servers = 2; # number of pre-forked children >--$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) >--$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) >-+$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis) >-+$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis) >- @local_domains_maps = ( [".$mydomain"] ); >- >- $log_level = 0; >-@@ -28,7 +28,7 @@ >- $DO_SYSLOG = 1; >- $SYSLOG_LEVEL = 'mail.info'; >- $ENV{TMPDIR} = $TEMPBASE; >+ $max_servers = 2; # number of pre-forked children (2..15 is common) >+-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis) >+-$daemon_group = 'vscan'; # (no default; customary: vscan or amavis) >++$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis) >++$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis) >+ >+ $mydomain = 'example.com'; # a convenient default for other settings >+ >+-$MYHOME = '/var/amavis'; # a convenient default for other settings >++$MYHOME = '%%AMAVISDIR%%'; # a convenient default for other settings >+ $TEMPBASE = "$MYHOME/tmp"; # working directory, needs to be created manually >+ $ENV{TMPDIR} = $TEMPBASE; # environment variable TMPDIR > -$QUARANTINEDIR = '/var/virusmails'; > +$QUARANTINEDIR = '%%AMAVISQUARANTINE%%'; >- # $daemon_chroot_dir = $MYHOME; # (default is undef, meaning: do not chroot) > >- $inet_socket_port = 10024; # accept SMTP on this local TCP port(s) (Postfix) >-@@ -50,10 +50,10 @@ >- $mailfrom_notify_admin = "virusalert\@$mydomain"; >- $mailfrom_notify_recip = "virusalert\@$mydomain"; >- $mailfrom_notify_spamadmin = "spam.police\@$mydomain"; >+ # $daemon_chroot_dir = $MYHOME; # chroot directory or undef >+ >+@@ -65,10 +65,10 @@ >+ $mailfrom_notify_spamadmin = "spam.police\@$mydomain"; # notifications sender >+ $mailfrom_to_quarantine = ''; # null return path; uses original sender if undef >+ > -@addr_extension_virus_maps = ('virus'); > -@addr_extension_spam_maps = ('spam'); > -@addr_extension_banned_maps = ('banned'); >@@ -43,4 +34,4 @@ > +#@addr_extension_bad_header_maps = ('badh'); > > $path = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin'; >- $file = 'file'; # file(1) utility; use 3.41 or later to avoid vulnerability >+ $file = 'file'; # file(1) utility; use recent versions >diff -urN amavisd-new.old/pkg-plist amavisd-new/pkg-plist >--- amavisd-new.old/pkg-plist Thu Aug 12 00:45:57 2004 >+++ amavisd-new/pkg-plist Mon Aug 16 11:37:32 2004 >@@ -32,3 +32,4 @@ > %%AMAVIS_NOMILTER%%sbin/amavis > %%AMAVIS_NOMILTER%%sbin/amavis-milter > sbin/amavisd >+sbin/amavisd-nanny
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 70526
: 45813