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

aCaB acab at clamav.net
Sun Apr 4 01:10:48 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 93e08be551aab79716fe7bc50d5f042c0b8c87ed
Author: aCaB <acab at clamav.net>
Date:   Mon Dec 7 19:23:59 2009 +0100

    make -d dir work

diff --git a/libclamav/readdb.h b/libclamav/readdb.h
index 07f18f7..761f45b 100644
--- a/libclamav/readdb.h
+++ b/libclamav/readdb.h
@@ -50,7 +50,8 @@
 	cli_strbcasestr(ext, ".ftm")   ||	\
 	cli_strbcasestr(ext, ".cfg")   ||	\
 	cli_strbcasestr(ext, ".cvd")   ||	\
-	cli_strbcasestr(ext, ".cld")		\
+	cli_strbcasestr(ext, ".cld")   ||	\
+	cli_strbcasestr(ext, ".idb")		\
     )
 
 char *cli_virname(char *virname, unsigned int official);

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list