diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:07:05 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:07:05 +0000 |
commit | 6fc00994f823f29aad7c8de8dd7c64f2ed4a9a79 (patch) | |
tree | dd39182ee3a19f0373786e54ce5fe265e3d858a7 /UPDATING | |
parent | - Update to 0.93 (diff) |
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-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |