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 <sc...@kitterman.com>
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 <sc...@kitterman.com>  Fri, 03 Jan 2020 17:52:11 -0500
+ -- Scott Kitterman <sc...@kitterman.com>  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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1860217

Title:
  dpkg-reconfigure clamav-daemon in infinite loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1860217/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to