[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:19:45 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit f6d4d6e769d753939e3e5f8daa918573aa7ecee0
Author: Tomasz Kojm <tkojm at clamav.net>
Date: Thu Feb 11 16:38:48 2010 +0100
handle bytecode's version in TXT record
diff --git a/freshclam/manager.c b/freshclam/manager.c
index 5827000..f350730 100644
--- a/freshclam/manager.c
+++ b/freshclam/manager.c
@@ -1480,6 +1480,8 @@ static int updatedb(const char *dbname, const char *hostname, char *ip, int *sig
field = 2;
} else if(!strcmp(dbname, "safebrowsing")) {
field = 6;
+ } else if(!strcmp(dbname, "bytecode")) {
+ field = 7;
} else {
logg("!updatedb: Unknown database name (%s) passed.\n", dbname);
cl_cvdfree(current);
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list