[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 99ae9353f6834da0cb73f59f4b32d1f0ae1263fa

Stephen Gran steve at lobefin.net
Thu Sep 4 12:37:00 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit 8c4b05e7e11be7d2d15e5d5ebf668b3c20420369
Author: Stephen Gran <steve at lobefin.net>
Date:   Thu Sep 4 13:25:45 2008 +0100

    Revert "bb#938 (sigtool --list-sigs not working with .cld files)"
    
    This reverts commit 27c36e9f35b99e5cb42b52946ccb4bd982dbd097.

diff --git a/ChangeLog b/ChangeLog
index 563a657..e2cc5e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Sun Apr 20 19:09:00 CEST 2008 (tk)
-----------------------------------
-  * sigtool/sigtool.c: bb#938 (sigtool --list-sigs not working with .cld files)
-
 Fri Apr 18 13:55:41 EEST 2008 (edwin)
 -------------------------------------
   * libclamav/dconf.h: fix flag code assignment (bb #952)
diff --git a/sigtool/sigtool.c b/sigtool/sigtool.c
index 158430f..61141cf 100644
--- a/sigtool/sigtool.c
+++ b/sigtool/sigtool.c
@@ -981,7 +981,6 @@ static int listdir(const char *dirname)
 	     cli_strbcasestr(dent->d_name, ".sdb") ||
 	     cli_strbcasestr(dent->d_name, ".zmd") ||
 	     cli_strbcasestr(dent->d_name, ".rmd") ||
-	     cli_strbcasestr(dent->d_name, ".cld") ||
 	     cli_strbcasestr(dent->d_name, ".cvd"))) {
 
 		dbfile = (char *) malloc(strlen(dent->d_name) + strlen(dirname) + 2);

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list