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

Tomasz Kojm tkojm at clamav.net
Sun Apr 4 01:09:26 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit ba238db688042c1a63254c628b2362b7b06f16a7
Author: Tomasz Kojm <tkojm at clamav.net>
Date:   Thu Nov 19 14:10:42 2009 +0100

    sigtool/sigtool.c: handle .ign2 files (bb#1625)

diff --git a/ChangeLog b/ChangeLog
index c8f591c..a47d002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Nov 19 14:10:17 CET 2009 (tk)
+---------------------------------
+ * sigtool/sigtool.c: handle .ign2 files (bb#1625)
+
 Tue Nov 17 18:02:45 CET 2009 (tk)
 ---------------------------------
  * libclamav/qsort.c: don't call med3 when using internal cmp
diff --git a/sigtool/sigtool.c b/sigtool/sigtool.c
index 32c7e0d..eb7858e 100644
--- a/sigtool/sigtool.c
+++ b/sigtool/sigtool.c
@@ -81,6 +81,7 @@ static const struct dblist_s {
     { "COPYING",    0 },
     { "daily.cfg",  0 },
     { "daily.ign",  0 },
+    { "daily.ign2",  0 },
     { "daily.ftm",  0 },
     { "main.info",  0 },    { "daily.info", 0 },    { "safebrowsing.info", 0 },
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list