summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-28 03:19:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-28 03:19:42 +0000
commit0321805ba072eb7d70fed775719394f4039f61e6 (patch)
treed54c46de567a29ae2d20228d8e0eb23afd127f4a /security
parentpkg_rmleaves finds packages that are not requested by any other installed (diff)
- Update to 2.2.1
PR: ports/75513 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Notes
Notes: svn path=/head/; revision=125309
Diffstat (limited to 'security')
-rw-r--r--security/amavisd-new/Makefile2
-rw-r--r--security/amavisd-new/distinfo4
-rw-r--r--security/amavisd-new/files/patch-amavisd18
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();