diff options
author | pav <pav@FreeBSD.org> | 2004-12-28 03:19:42 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-28 03:19:42 +0000 |
commit | e05f6d3384db08b9fb870a5a85d3a34fe854c27d (patch) | |
tree | e11b67d62a0a19cafc7dbbd802dadd1ad730aa92 /security | |
parent | fb37df4093ae28cb138afe56d7cd4372231dbfe8 (diff) | |
download | FreeBSD-ports-e05f6d3384db08b9fb870a5a85d3a34fe854c27d.zip FreeBSD-ports-e05f6d3384db08b9fb870a5a85d3a34fe854c27d.tar.gz |
- Update to 2.2.1
PR: ports/75513
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/Makefile | 2 | ||||
-rw-r--r-- | security/amavisd-new/distinfo | 4 | ||||
-rw-r--r-- | security/amavisd-new/files/patch-amavisd | 18 |
3 files changed, 12 insertions, 12 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index caf95cb..1821198 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -7,7 +7,7 @@ # Based on amavisd ports makefile. PORTNAME= amavisd-new -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://www.ijs.si/software/amavisd/ \ diff --git a/security/amavisd-new/distinfo b/security/amavisd-new/distinfo index 10ae609d..550577c 100644 --- a/security/amavisd-new/distinfo +++ b/security/amavisd-new/distinfo @@ -1,2 +1,2 @@ -MD5 (amavisd-new-2.2.0.tar.gz) = 70af3c7b6d06de900b74e216cfcf12f7 -SIZE (amavisd-new-2.2.0.tar.gz) = 586935 +MD5 (amavisd-new-2.2.1.tar.gz) = 567b6df37a2f049fe23c176e6fd1472f +SIZE (amavisd-new-2.2.1.tar.gz) = 741461 diff --git a/security/amavisd-new/files/patch-amavisd b/security/amavisd-new/files/patch-amavisd index 42515d7..3de1019 100644 --- a/security/amavisd-new/files/patch-amavisd +++ b/security/amavisd-new/files/patch-amavisd @@ -1,11 +1,11 @@ ---- amavisd.orig Mon Sep 6 20:30:58 2004 -+++ amavisd Sun Sep 19 09:43:03 2004 -@@ -7452,7 +7452,7 @@ - $Amavis::Conf::log_recip_templ = $1 - if $Amavis::Conf::log_recip_templ=~/^(.*?)[\r\n]+\z/s; +--- amavisd.orig Thu Dec 23 02:38:39 2004 ++++ amavisd Sun Dec 26 14:06:38 2004 +@@ -7805,7 +7805,7 @@ + umask(0027); --my($config_file) = '/etc/amavisd.conf'; # default location of config file -+my($config_file) = '%%PREFIX%%/etc/amavisd.conf'; # default location of config file + # default location of the config file if none specified +-push(@config_files, '/etc/amavisd.conf') if !@config_files; ++push(@config_files, '%%PREFIX%%/etc/amavisd.conf') if !@config_files; - # Consider droping privileges early, before reading config file. - # This is only possible if running under chroot will not be needed. + # Read config file, which may override default settings + Amavis::Conf::build_default_maps(); |