aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2007-02-16 08:20:33 +0800
committergarga <garga@FreeBSD.org>2007-02-16 08:20:33 +0800
commitaccb8d5ea28e8611b291a36b10311ac8e2a7f006 (patch)
treee7334a5fe329c108f33e7ebf87cc5b137369b55f /UPDATING
parenta45d11431eef6283a7a4665ad85e525616836e68 (diff)
downloadfreebsd-ports-gnome-accb8d5ea28e8611b291a36b10311ac8e2a7f006.tar.gz
freebsd-ports-gnome-accb8d5ea28e8611b291a36b10311ac8e2a7f006.tar.zst
freebsd-ports-gnome-accb8d5ea28e8611b291a36b10311ac8e2a7f006.zip
Add a note about clamav 0.90
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 67d4ba32e857..6f6e812c6095 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,18 @@ time you update your ports collection, before attempting any port
upgrades.
20070215:
+ AFFECTS: users of security/clamav
+ AUTHOR: garga@FreeBSD.org
+
+ Since version 0.90, clamd.conf and clamav.conf have changed their syntax.
+ All parameters can now be turned on/off using a boolean value (0,1) or
+ (on,off) or (true,false), the old crude hack of "DisableDefaultScanOptions"
+ is no longer required.
+
+ Please, check ${PREFIX}/etc/(clamd|freshclam).conf.default and make needed
+ changes on your conf files.
+
+20070215:
AFFECTS: users of www/py-turbogears
AUTHOR: nivit@FreeBSD.org