[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6590-g482eb13

Michael Tautschnig mt at debian.org
Mon Sep 20 17:33:32 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 482eb130a119cff2846d525e0af802ea08354c36
Author: Michael Tautschnig <mt at debian.org>
Date:   Mon Sep 20 19:32:46 2010 +0200

    Handle new option ExtendedDetectionInfo
    
    - No debconf handling added, just preserve user specified value, defaults to
      true
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 73290bf..646d54a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ clamav (0.96.3+dfsg-1) unstable; urgency=high
   * New upstream release
     - urgency=high as this addresses CVE-2010-0405
     - Reset MaxFileSize to default value if set to 0 (closes: #585479)
+    - New config option ExtendedDetectionInfo (clamd.conf)
   
   [ Michael Tautschnig ]
   * Set data segment limit in tests to 524288 to make kfreebsd-i386 systems
diff --git a/debian/clamav-base.postinst.in b/debian/clamav-base.postinst.in
index 32fef75..0b99dc7 100644
--- a/debian/clamav-base.postinst.in
+++ b/debian/clamav-base.postinst.in
@@ -245,6 +245,7 @@ case "$1" in
     [ -z "$CommandReadTimeout" ] && CommandReadTimeout=5
     [ -z "$SendBufTimeout" ] && SendBufTimeout=200
     [ -z "$MaxQueue" ] && MaxQueue=100
+    [ -z "$ExtendedDetectionInfo" ] && ExtendedDetectionInfo=true
 
     if [ -n "$TemporaryDirectory" ]; then
 	cat >> $DEBCONFFILE << EOF
@@ -298,6 +299,7 @@ StructuredDataDetection $StructuredDataDetection
 CommandReadTimeout $CommandReadTimeout
 SendBufTimeout $SendBufTimeout
 MaxQueue $MaxQueue
+ExtendedDetectionInfo $ExtendedDetectionInfo
 EOF
 
     if is_true "$StructuredDataDetection"; then

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list