Comment 10 for bug 1860217

Revision history for this message
Eric Desrochers (slashd) wrote :

Looking into salsa git report, it seems to have a fix in Debian upstream

$ git show 089b6136
commit 089b6136e95dd34b3ac8a4d0753bffb48c48ebdb (HEAD -> unstable, tag: debian-0.102.1+dfsg-3, origin/unstable, origin/HEAD)
Author: Scott Kitterman <email address hidden>
Date: Fri Jan 31 16:54:06 2020 -0500

    clamav-daemon: Correct error from ScanOnAccess option removal so that setting LogFile options via DebConf works again (Closes: #950296) (LP: #1861497)

diff --git a/debian/changelog b/debian/changelog
index ccf1bf3f..dbdbc2ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-clamav (0.102.1+dfsg-3) UNRELEASED; urgency=medium
+clamav (0.102.1+dfsg-3) unstable; urgency=medium

   * clamav-daemon: Do not cause an error on start if /run/clamav already
     exists
+ * clamav-daemon: Correct error from ScanOnAccess option removal so that
+ setting LogFile options via DebConf works again (Closes: #950296)
+ (LP: #1861497)

- -- Scott Kitterman <email address hidden> Fri, 03 Jan 2020 17:52:11 -0500
+ -- Scott Kitterman <email address hidden> Fri, 31 Jan 2020 16:49:37 -0500

 clamav (0.102.1+dfsg-2) unstable; urgency=medium

diff --git a/debian/clamav-daemon.config.in b/debian/clamav-daemon.config.in
index 131336ca..37ee4157 100644
--- a/debian/clamav-daemon.config.in
+++ b/debian/clamav-daemon.config.in
@@ -323,10 +323,10 @@ while [ "$STATE" != "End" ]; do
     StateLogFile
     ;;
     "LogTime")
- StateGeneric low clamav-daemon/LogTime LogRotate LogFile
+ StateGeneric low clamav-daemon/LogTime LogRotate
     ;;
     "LogRotate")
- StateGeneric low clamav-daemon/LogRotate LogFile
+ StateGeneric low clamav-daemon/LogRotate SelfCheck
     ;;
     "OnAccessMaxFileSize")
     StateGeneric low clamav-daemon/OnAccessMaxFileSize AllowAllMatchScan

$ git describe --contains 089b6136
debian-0.102.1+dfsg-3