aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-12-22 10:10:12 +0800
committeredwin <edwin@FreeBSD.org>2004-12-22 10:10:12 +0800
commit47788221e847c1e99dba231c1dde6883d76446c3 (patch)
treef1b1f6974ecbb0cd18df3d9142f52280d5623a88 /UPDATING
parent440d97547238af95b7bde0ce99cfb676d04427a2 (diff)
downloadfreebsd-ports-gnome-47788221e847c1e99dba231c1dde6883d76446c3.tar.gz
freebsd-ports-gnome-47788221e847c1e99dba231c1dde6883d76446c3.tar.zst
freebsd-ports-gnome-47788221e847c1e99dba231c1dde6883d76446c3.zip
Fix ports: security/clamav and security/clamav-devel (change db
directory to /var/db/clamav and fix removal of db on deinstall) For the sake of coherence, the ClamAV database should be installed in /var/db/clamav, not /usr/local/share/clamav. Also fixes the database removal on package deinstallation. PR: ports/74172 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Approved by: Rob Evers <rob@debank.tv>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5b83317fbbef..13215043260a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20041222:
+ AFFECTS: users of security/clamav, security/clamav-devel
+ AUTHOR: jylefort@brutele.be
+
+ The ClamAV database path has changed from /usr/local/share/clamav to
+ /var/db/clamav. You should update the DatabaseDirectory keyword in
+ /usr/local/etc/clamd.conf and /usr/local/etc/freshclam.conf.
+
20041221
AFFECTS: users of security/gpgme03
AUTHOR: clement@FreeBSD.org