aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2008-04-16 16:07:05 +0000
committerRenato Botelho <garga@FreeBSD.org>2008-04-16 16:07:05 +0000
commit6fc00994f823f29aad7c8de8dd7c64f2ed4a9a79 (patch)
treedd39182ee3a19f0373786e54ce5fe265e3d858a7 /UPDATING
parent3de94d87f83dcd2317fd413670478ad8aabb6ff2 (diff)
downloadports-6fc00994f823f29aad7c8de8dd7c64f2ed4a9a79.tar.gz
ports-6fc00994f823f29aad7c8de8dd7c64f2ed4a9a79.zip
Add an entry about clamav 0.93 update
Reviewed by: lots at #bsdports
Notes
Notes: svn path=/head/; revision=211375
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 87ba12c6115c..ba738efc0d3a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080416:
+ AFFECTS: users of security/clamav
+ AUTHOR: garga@FreeBSD.org
+
+ Clamav 0.93 does not support the daily.inc and main.inc directories format
+ for virus databases. You need to remove these directories manually and
+ force freshclam get new cvd format files before starting clamd.
+
+ portupgrade clamav
+ /usr/local/etc/rc.d/clamav-clamd stop
+ /usr/local/etc/rc.d/clamav-freshclam stop
+ rm -rf /var/db/clamav/main.inc /var/db/clamav/daily.inc
+ freshclam
+ /usr/local/etc/rc.d/clamav-freshclam start
+ /usr/local/etc/rc.d/clamav-clamd start
+
20080408:
AFFECTS: users of www/p5-Apache-Test
AUTHOR: pgollucci@p6m7g8.com