[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. 99ae9353f6834da0cb73f59f4b32d1f0ae1263fa
Stephen Gran
steve at lobefin.net
Thu Sep 4 12:37:01 UTC 2008
The following commit has been merged in the debian/unstable branch:
commit 5c29be0a6d9bc63b69bf3cfd43838196b57d8692
Author: Stephen Gran <steve at lobefin.net>
Date: Thu Sep 4 13:25:45 2008 +0100
Revert "fix flag code assignment (bb #952)"
This reverts commit d251771be0b5fffa822b40f230b404d6a658cf76.
diff --git a/ChangeLog b/ChangeLog
index e2cc5e0..7cd943c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Fri Apr 18 13:55:41 EEST 2008 (edwin)
--------------------------------------
- * libclamav/dconf.h: fix flag code assignment (bb #952)
-
Mon Apr 14 22:46:17 EEST 2008
-----------------------------
* libclamav/iana_tld.h, libclamav/phishcheck.c: update TLD list (bb #925)
diff --git a/libclamav/dconf.h b/libclamav/dconf.h
index 171c8ed..cdeec9c 100644
--- a/libclamav/dconf.h
+++ b/libclamav/dconf.h
@@ -77,7 +77,7 @@ struct cli_dconf {
#define DOC_CONF_RTF 0x2
#define DOC_CONF_PDF 0x4
#define DOC_CONF_SCRIPT 0x8
-#define DOC_CONF_HTML_SKIPRAW 0x10
+#define DOC_CONF_HTML_SKIPRAW 0x16
/* Mail flags */
#define MAIL_CONF_MBOX 0x1
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list