git: 689659cb4999 - main - UPDATING: Add entry about possible runtime error of security/clamav and the solution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Dec 2022 05:30:52 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=689659cb4999c391f69400685fbacdafd943c1f7
commit 689659cb4999c391f69400685fbacdafd943c1f7
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-12-15 05:02:04 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-12-15 05:29:40 +0000
UPDATING: Add entry about possible runtime error of security/clamav and the solution
PR: 268069
Reported by: many
---
UPDATING | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/UPDATING b/UPDATING
index 18cf46a80f78..0f011fb37882 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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