Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ClamAV: devel

chm submodule disabled with daily.cvd

 

 

ClamAV devel RSS feed   Index | Next | Previous | View Threaded


warp at os2power

Aug 21, 2008, 2:45 PM

Post #1 of 8 (1145 views)
Permalink
chm submodule disabled with daily.cvd

Hi,

thanks to the new test suite in 0.94rc1, I discovered something not
working as required in the OS/2 port (and fixed it).

One issue still open is the CHM submodule, which is always off.
Debugging the code showed that signature

"ARCHIVE:0x3fbf:15:34"

changing the dconf archive flags. 0x3fBf misses the 0x40 for chm
dynamic module configuration.

More tests showed this happens only if daily.cvd is present, so CHM
module is enable when only main.cvd is present in the system.

Connecting via proxy
main.cvd is up to date (version: 47, sigs: 312304, f-level: 31,
builder: sven)
Connecting via proxy
daily.cvd is up to date (version: 8069, sigs: 88644, f-level: 33,
builder: ccordes)

I did same test on my eeepc, with xandros and clamav 0.91.2: also
there, the test file clam.chm is marked as ok with daily.cvd, and
found infected with main.cvd.

Is this a known problem?

TIA,


Yuri Dario

/*
* OS/2 open source software
* http://web.os2power.com/yuri
* http://www.netlabs.org
*/


_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


tkojm at clamav

Aug 21, 2008, 11:27 PM

Post #2 of 8 (1110 views)
Permalink
Re: chm submodule disabled with daily.cvd [In reply to]

On Thu, 21 Aug 2008 21:45:32 +0000 (UTC)
"Yuri Dario" <warp[at]os2power.com> wrote:

> I did same test on my eeepc, with xandros and clamav 0.91.2: also
> there, the test file clam.chm is marked as ok with daily.cvd, and
> found infected with main.cvd.
>
> Is this a known problem?

Hi,

the CHM module is currently switched off and will be re-enabled in 0.94-final.

Regards,

--
oo ..... Tomasz Kojm <tkojm[at]clamav.net>
(\/)\......... http://www.ClamAV.net/gpg/tkojm.gpg
\..........._ 0DCA5A08407D5288279DB43454822DC8985A444B
//\ /\ Fri Aug 22 08:26:45 CEST 2008
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


warp at os2power

Aug 22, 2008, 12:25 AM

Post #3 of 8 (1100 views)
Permalink
Re: chm submodule disabled with daily.cvd [In reply to]

Hi Tomasz,

> the CHM module is currently switched off and will be re-enabled in 0.94-final.

ah ok thanks!

Since the test suite in 094rc1 fails because chm was not detected, I
never thought about this.

Bye,


Yuri Dario


_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


tkojm at clamav

Aug 22, 2008, 12:36 AM

Post #4 of 8 (1103 views)
Permalink
Re: chm submodule disabled with daily.cvd [In reply to]

On Fri, 22 Aug 2008 07:25:48 +0000 (UTC)
"Yuri Dario" <warp[at]os2power.com> wrote:

> Since the test suite in 094rc1 fails because chm was not detected, I
> never thought about this.

'make check' will not fail because it doesn't depend on daily.cvd (it uses
a single .hdb entry for detection)

--
oo ..... Tomasz Kojm <tkojm[at]clamav.net>
(\/)\......... http://www.ClamAV.net/gpg/tkojm.gpg
\..........._ 0DCA5A08407D5288279DB43454822DC8985A444B
//\ /\ Fri Aug 22 09:35:30 CEST 2008
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


njh at bandsman

Aug 22, 2008, 1:19 AM

Post #5 of 8 (1101 views)
Permalink
Re: chm submodule disabled with daily.cvd [In reply to]

Yuri Dario wrote:
> Hi,
>
> thanks to the new test suite in 0.94rc1, I discovered something not
> working as required in the OS/2 port (and fixed it).
>

Please submit a patch to http://bugs.clamav.net

Thanks,

-Nigel

njh[at]bandsman.co.uk http://www.bandsman.co.uk

_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


warp at os2power

Aug 22, 2008, 5:28 AM

Post #6 of 8 (1103 views)
Permalink
Re: chm submodule disabled with daily.cvd [In reply to]

Hi Tomasz,

> 'make check' will not fail because it doesn't depend on daily.cvd (it uses
> a single .hdb entry for detection)

it did here, maybe it is related to something else. I'll check again.

bye,

Yuri


_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


warp at os2power

Aug 22, 2008, 5:44 AM

Post #7 of 8 (1106 views)
Permalink
Re: chm submodule disabled with daily.cvd [In reply to]

Hi,

> 'make check' will not fail because it doesn't depend on daily.cvd (it uses
> a single .hdb entry for detection)


ok, failure was because also OS/2 (as Windows) cannot delete open
files. Now this has been fixed.

Later I'll update current patch in bug system.

Thanks for help

Yuri



_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net


tkojm at clamav

Aug 22, 2008, 5:52 AM

Post #8 of 8 (1098 views)
Permalink
Re: chm submodule disabled with daily.cvd [In reply to]

On Fri, 22 Aug 2008 12:44:47 +0000 (UTC)
"Yuri Dario" <warp[at]os2power.com> wrote:

> ok, failure was because also OS/2 (as Windows) cannot delete open
> files. Now this has been fixed.
>
> Later I'll update current patch in bug system.

OK, thanks for the update on this.

--
oo ..... Tomasz Kojm <tkojm[at]clamav.net>
(\/)\......... http://www.ClamAV.net/gpg/tkojm.gpg
\..........._ 0DCA5A08407D5288279DB43454822DC8985A444B
//\ /\ Fri Aug 22 14:52:35 CEST 2008
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

ClamAV devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.