diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-26 15:42:34 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-26 15:42:34 +0000 |
commit | 178671ac44bd2024c8d1172946343b88294e89e1 (patch) | |
tree | 35352dc570291617f7ed8202b64ea39cbe202523 /UPDATING | |
parent | 81d1283b0f56a5a3510398856beb59faeaece65b (diff) | |
download | ports-178671ac44bd2024c8d1172946343b88294e89e1.tar.gz ports-178671ac44bd2024c8d1172946343b88294e89e1.zip |
Notes
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 |