[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.94.dfsg.2-1-425-g6fe864c

Michael Tautschnig mt at debian.org
Wed Mar 18 18:21:47 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6fe864cc72cb00cb64104e4080aa6ff9272918a3
Author: Michael Tautschnig <mt at debian.org>
Date:   Wed Mar 18 19:21:26 2009 +0100

    Handle new option SafeBrowsing in freshclam.conf
    
    Signed-off-by: Michael Tautschnig <mt at debian.org>

diff --git a/debian/changelog b/debian/changelog
index fdb0ec6..e73c8d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ clamav (0.95rc2+dfsg-1) experimental; urgency=low
   * Override lintian error stating that libclamav6 statically links to zlib
     (lintian is right, libclamav6 does indeed duplicate parts of the zlib
     code, but there is not way around that).
+  * Handle new option SafeBrowsing in freshclam.conf
 
  -- Michael Tautschnig <mt at debian.org>  Wed, 18 Mar 2009 18:21:13 +0100
 
diff --git a/debian/clamav-freshclam.postinst.in b/debian/clamav-freshclam.postinst.in
index 076be5f..489160d 100644
--- a/debian/clamav-freshclam.postinst.in
+++ b/debian/clamav-freshclam.postinst.in
@@ -214,6 +214,7 @@ EOF
   [ -n "$LocalIPAddress" ] && echo "LocalIPAddress $LocalIPAddress" >> $DEBCONFILE
   [ -n "$SubmitDetectionStats" ] && echo "SubmitDetectionStats $SubmitDetectionStats" >> $DEBCONFILE
   [ -n "$DetectionStatsCountry" ] && echo "DetectionStatsCountry $DetectionStatsCountry" >> $DEBCONFILE
+  [ -n "$SafeBrowsing" ] && echo "SafeBrowsing $SafeBrowsing" >> $DEBCONFILE
   
   ucf_cleanup "$FRESHCLAMCONFFILE"
   ucf_upgrade_check "$FRESHCLAMCONFFILE" "$DEBCONFILE" /var/lib/ucf/cache/:etc:clamav:freshclam.conf

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list