diff options
author | pav <pav@FreeBSD.org> | 2004-12-28 11:19:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-28 11:19:42 +0800 |
commit | e05f6d3384db08b9fb870a5a85d3a34fe854c27d (patch) | |
tree | e11b67d62a0a19cafc7dbbd802dadd1ad730aa92 | |
parent | fb37df4093ae28cb138afe56d7cd4372231dbfe8 (diff) | |
download | freebsd-ports-gnome-e05f6d3384db08b9fb870a5a85d3a34fe854c27d.tar.gz freebsd-ports-gnome-e05f6d3384db08b9fb870a5a85d3a34fe854c27d.tar.zst freebsd-ports-gnome-e05f6d3384db08b9fb870a5a85d3a34fe854c27d.zip |
- Update to 2.2.1
PR: ports/75513
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
-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 caf95cba1de1..1821198bbe2b 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 10ae609ded9e..550577c0d39b 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 42515d715a11..3de10192c0b0 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(); |