diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-12-15 14:02:04 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-12-15 14:29:40 +0900 |
commit | 689659cb4999c391f69400685fbacdafd943c1f7 (patch) | |
tree | b11c12d45bfa2d9082109acd00a49e4dcfe9a639 | |
parent | ab0c34e1087d7d6d79c481a9f7c12a2d188c15e5 (diff) | |
download | freebsd-ports-689659cb4999c391f69400685fbacdafd943c1f7.zip |
UPDATING: Add entry about possible runtime error of security/clamav and the solution
PR: 268069
Reported by: many
-rw-r--r-- | UPDATING | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -5,6 +5,24 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20221215: + AFFECTS: users of security/clamav + AUTHOR: yasu@FreeBSD.org + + Many users report that after updating ClamAV to 1.0.0 clamd and + freshclam fails to start with integrity check error of + databases. According to the result of investigation it happens with + following conditions. + + 1. ClamAV is built on non-cleanroom environment (that is, neither + FreeBSD official ClamAV package is used nor the package is built + by user with poudriere). + 2. math/tomsfastmath is installed in the system that ClamAV is + built. + + So if the errror happens on you system, uninstall TomsFastMath first + and then rebuild and reinstall ClamAV. The problem should disappear. + 20221128: AFFECTS: devel/py-proxmoxer AUTHOR: einar@isnic.is |