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

Török Edvin edwin at clamav.net
Sun Apr 4 01:22:58 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 46450085a96675c02b14f33551e7af6457f186ca
Author: Török Edvin <edwin at clamav.net>
Date:   Wed Mar 17 15:02:38 2010 +0200

    Fix loading of bytecode.cvd
    
    Sigtool tries to load the DB before signing, pretend it is signed.

diff --git a/sigtool/sigtool.c b/sigtool/sigtool.c
index 8f8de5d..7fbea36 100644
--- a/sigtool/sigtool.c
+++ b/sigtool/sigtool.c
@@ -677,7 +677,7 @@ static int build(const struct optstruct *opts)
 	return 50;
     }
 
-    if((ret = cl_load(".", engine, &sigs, CL_DB_STDOPT | CL_DB_PUA))) {
+    if((ret = cl_load(".", engine, &sigs, CL_DB_STDOPT | CL_DB_PUA | CL_DB_SIGNED))) {
 	mprintf("!build: Can't load database: %s\n", cl_strerror(ret));
 	cl_engine_free(engine);
 	return -1;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list