aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-05-26 23:42:34 +0800
committergarga <garga@FreeBSD.org>2006-05-26 23:42:34 +0800
commit861fd03fa160ee0ccb8f0953cfb5abb29d3fc8d4 (patch)
treedbadc928ab9e1d64d728c56c4b27ee6092528d8d /UPDATING
parent9fbb7f6150d44e2e23787fe04c914d1ca788c690 (diff)
downloadfreebsd-ports-gnome-861fd03fa160ee0ccb8f0953cfb5abb29d3fc8d4.tar.gz
freebsd-ports-gnome-861fd03fa160ee0ccb8f0953cfb5abb29d3fc8d4.tar.zst
freebsd-ports-gnome-861fd03fa160ee0ccb8f0953cfb5abb29d3fc8d4.zip
Add a note about recently change on amavisd-new
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 959b6c1f55e2..943a2c0d707f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,20 @@ time you update your ports collection, before attempting any port
upgrades.
20060526:
+ AFFECTS: users of security/amavisd-new
+ AUTHOR: gkovesdan@t-hosting.hu
+
+ The Clamav project recommended that security/clamav and security/clamav-devel
+ should depend on archivers/unzoo instead of zoo, and on archivers/arj instead
+ of unarj. Because the clamav and clamav-devel ports are used quite often with
+ amavisd-new, this port was modified to depend on the same two archiver ports
+ as well. The amavisd-new port automatically recognizes arj, but not unzoo, so
+ ${PREFIX}/etc/amavisd.conf should be modified. This line should be changed:
+ ['zoo', \&do_zoo, 'zoo'],
+ To this one:
+ ['zoo', \&do_zoo, ['zoo','unzoo'] ],
+
+20060526:
AFFECTS: users of net/openldap23-server
AUTHOR: delphij@FreeBSD.org