diff options
author | garga <garga@FreeBSD.org> | 2006-05-26 23:42:34 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-26 23:42:34 +0800 |
commit | 861fd03fa160ee0ccb8f0953cfb5abb29d3fc8d4 (patch) | |
tree | dbadc928ab9e1d64d728c56c4b27ee6092528d8d /UPDATING | |
parent | 9fbb7f6150d44e2e23787fe04c914d1ca788c690 (diff) | |
download | freebsd-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-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |