~yolanda.robla/ubuntu/saucy/clamav/dep-8-tests

« back to all changes in this revision

Viewing changes to docs/html/node48.html

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>CVD format</TITLE>
11
 
<META NAME="description" CONTENT="CVD format">
 
10
<TITLE>clamav-config</TITLE>
 
11
<META NAME="description" CONTENT="clamav-config">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
19
19
<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
20
 
21
21
<LINK REL="next" HREF="node49.html">
22
 
<LINK REL="previous" HREF="node42.html">
23
 
<LINK REL="up" HREF="node29.html">
 
22
<LINK REL="previous" HREF="node47.html">
 
23
<LINK REL="up" HREF="node44.html">
24
24
<LINK REL="next" HREF="node49.html">
25
25
</HEAD>
26
26
 
27
27
<BODY >
28
28
 
29
29
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html811"
 
30
<A NAME="tex2html824"
31
31
  HREF="node49.html">
32
32
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html807"
34
 
  HREF="node29.html">
 
33
<A NAME="tex2html820"
 
34
  HREF="node44.html">
35
35
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html801"
 
36
<A NAME="tex2html814"
37
37
  HREF="node47.html">
38
38
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html809"
 
39
<A NAME="tex2html822"
40
40
  HREF="node1.html">
41
41
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42
42
<BR>
43
 
<B> Next:</B> <A NAME="tex2html812"
44
 
  HREF="node49.html">Contributors</A>
45
 
<B> Up:</B> <A NAME="tex2html808"
46
 
  HREF="node29.html">LibClamAV</A>
47
 
<B> Previous:</B> <A NAME="tex2html802"
48
 
  HREF="node47.html">Example</A>
49
 
 &nbsp; <B>  <A NAME="tex2html810"
 
43
<B> Next:</B> <A NAME="tex2html825"
 
44
  HREF="node49.html">Example</A>
 
45
<B> Up:</B> <A NAME="tex2html821"
 
46
  HREF="node44.html">Database reloading</A>
 
47
<B> Previous:</B> <A NAME="tex2html815"
 
48
  HREF="node47.html">Forking daemons</A>
 
49
 &nbsp; <B>  <A NAME="tex2html823"
50
50
  HREF="node1.html">Contents</A></B> 
51
51
<BR>
52
52
<BR></DIV>
53
53
<!--End of Navigation Panel-->
54
54
 
55
 
<H2><A NAME="SECTION00075000000000000000">
56
 
CVD format</A>
57
 
</H2>
58
 
    CVD (ClamAV Virus Database) is a digitally signed tarball containing
59
 
    one or more databases. The header is a 512-bytes long string with colon
60
 
    separated fields:
61
 
    <PRE>
62
 
ClamAV-VDB:build time:version:number of signatures:functionality
63
 
level required:MD5 checksum:digital signature:builder name:build time (sec)
64
 
</PRE>
65
 
    <code>sigtool --info</code> displays detailed information on CVD files:
66
 
    <PRE>
67
 
zolw@localhost:/usr/local/share/clamav$ sigtool -i daily.cvd 
68
 
File: daily.cvd
69
 
Build time: 10 Mar 2008 10:45 +0000
70
 
Version: 6191
71
 
Signatures: 59084
72
 
Functionality level: 26
73
 
Builder: ccordes
74
 
MD5: 6e6e29dae36b4b7315932c921e568330
75
 
Digital signature: zz9irc9irupR3z7yX6J+OR6XdFPUat4HIM9ERn3kAcOWpcMFxq
76
 
Fs4toG5WJsHda0Jj92IUusZ7wAgYjpai1Nr+jFfXHsJxv0dBkS5/XWMntj0T1ctNgqmiF
77
 
+RLU6V0VeTl4Oej3Aya0cVpd9K4XXevEO2eTTvzWNCAq0ZzWNdjc
78
 
Verification OK.
 
55
<H3><A NAME="SECTION00074400000000000000">
 
56
clamav-config</A>
 
57
</H3>
 
58
    Use <code>clamav-config</code> to check compilation information for libclamav.
 
59
    <PRE>
 
60
        zolw@localhost:~$ clamav-config --libs
 
61
        -L/usr/local/lib -lz -lbz2 -lgmp -lpthread
 
62
        zolw@localhost:~$ clamav-config --cflags
 
63
        -I/usr/local/include -g -O2
79
64
</PRE>
80
65
 
81
66
<P>
82
67
<BR><HR>
83
68
<ADDRESS>
84
69
Tomasz Kojm
85
 
2008-07-07
 
70
2008-09-01
86
71
</ADDRESS>
87
72
</BODY>
88
73
</HTML>