Your message dated Thu, 26 Mar 2009 22:30:20 +0000
with message-id <[email protected]>
and subject line Bug#512720: fixed in clamav 0.95+dfsg-1
has caused the Debian Bug report #512720,
regarding clamd: random SIGABRT
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
512720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512720
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clamav-daemon
Version: 0.94.dfsg.2-1
Severity: normal

My machine is set to dump core files when apps crash. Today I woke up
and saw the following backtrace from a SIGABRT. I hope this backtrace is
useful, if not, please close this bug.

$ gdb --core 
/var/cache/corefiles/core-23082-111-119-6-1232619197-chianamo-clamd clamd
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...

warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/lib/libclamav.so.5...Reading symbols from 
/usr/lib/debug/usr/lib/libclamav.so.5.0.4...done.
done.
Loaded symbols for /usr/lib/libclamav.so.5
Reading symbols from /lib/libbz2.so.1.0...done.
Loaded symbols for /lib/libbz2.so.1.0
Reading symbols from /usr/lib/libgmp.so.3...done.
Loaded symbols for /usr/lib/libgmp.so.3
Reading symbols from /usr/lib/libz.so.1...Reading symbols from 
/usr/lib/debug/usr/lib/libz.so.1.2.3.3...done.
done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/libpthread.so.0...Reading symbols from 
/usr/lib/debug/lib/libpthread-2.7.so...done.
done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/libc.so.6...Reading symbols from 
/usr/lib/debug/lib/libc-2.7.so...done.
done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux-x86-64.so.2...Reading symbols from 
/usr/lib/debug/lib/ld-2.7.so...done.
done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Core was generated by `/usr/sbin/clamd'.
Program terminated with signal 6, Aborted.
[New process 27125]
[New process 23082]
#0  0x00007fad7d346ed5 in raise () from /lib/libc.so.6
(gdb) thread apply all bt

Thread 2 (process 23082):
#0  0x00007fad7d3eff8e in __lll_lock_wait_private () from /lib/libc.so.6
#1  0x00007fad7d38de1e in _L_lock_9103 () from /lib/libc.so.6
#2  0x00007fad7d38cfa6 in realloc () from /lib/libc.so.6
#3  0x00007fad7df09a72 in cli_realloc (ptr=0x7fad70000020, size=17416) at 
others.c:398
#4  0x00007fad7df048f0 in cli_ac_addpatt (root=0x7fad7740a9a0, 
pattern=0x7fad78375610) at matcher-ac.c:117
#5  0x00007fad7df05291 in cli_ac_addsig (root=0x7fad7740a9a0, 
virname=0x7fff863c5d90 "HTML.Phishing.Bank-620", 
    hexsig=0x7fff863c5dab 
"616674657220726576696577696e6720796f7572206f6e6c696e652062616e6b696e67206163636f756e742c20776520686176652064656369646564207468617420746865206c6f67696e732066726f6d206d756c7469706c652069702028696e746572"...,
 sigid=0, parts=0, partno=0, rtype=0, type=0, mindist=0, maxdist=0, offset=0x0, 
lsigid=0x0, options=64) at matcher-ac.c:1419
#6  0x00007fad7df0cb10 in cli_parse_add (root=0x7fad7740a9a0, 
virname=0x7fff863c5d90 "HTML.Phishing.Bank-620", 
    hexsig=0x7fff863c5dab 
"616674657220726576696577696e6720796f7572206f6e6c696e652062616e6b696e67206163636f756e742c20776520686176652064656369646564207468617420746865206c6f67696e732066726f6d206d756c7469706c652069702028696e746572"...,
 rtype=65024, type=<value optimized out>, offset=0x0, target=3 '\003', 
lsigid=0x0, options=106) at readdb.c:276
#7  0x00007fad7df0e79e in cli_loadndb (fs=0x0, engine=0x7fff863c8358, 
signo=0x7fff863c836c, sdb=0, options=106, dbio=0x7fff863c80f0, 
dbname=0x7fff863c8080 "main.ndb")
    at readdb.c:705
#8  0x00007fad7df0ee64 in cli_load (filename=0x7fff863c8080 "main.ndb", 
engine=0x7fff863c8358, signo=0x7fff863c836c, options=106, dbio=0x7fff863c80f0) 
at readdb.c:1708
#9  0x00007fad7df0fb3f in cli_tgzload (fd=440, engine=0x7fff863c8358, 
signo=0x7fff863c836c, options=106) at cvd.c:287
#10 0x00007fad7df10b23 in cli_cvdload (fs=0x7fad789789f0, 
engine=0x7fff863c8358, signo=0x7fff863c836c, warn=<value optimized out>, 
options=106, cld=<value optimized out>)
    at cvd.c:548
#11 0x00007fad7df0ebdb in cli_load (filename=0x7fad74dc2b80 
"/var/lib/clamav/main.cld", engine=0x7fff863c8358, signo=0x7fff863c836c, 
options=10, dbio=0x0) at readdb.c:1666
#12 0x00007fad7df0f3ba in cli_loaddbdir (dirname=0x188c440 "/var/lib/clamav", 
engine=0x7fff863c8358, signo=0x7fff863c836c, options=10) at readdb.c:1833
#13 0x00007fad7df0f848 in cl_load (path=0x188c440 "/var/lib/clamav", 
engine=0x7fff863c8358, signo=0x7fff863c836c, options=10) at readdb.c:1881
#14 0x00000000004079d9 in reload_db (engine=0x7fad73887990, dboptions=10, 
copt=<value optimized out>, do_check=<value optimized out>, ret=0x7fff863c8a2c) 
at server-th.c:257
#15 0x00000000004082a0 in acceptloop_th (socketds=0x7fff863c8b40, nsockets=1, 
engine=0x7fad736bb8d0, dboptions=10, copt=0x188c070) at server-th.c:674
#16 0x0000000000406363 in main (argc=<value optimized out>, argv=<value 
optimized out>) at clamd.c:479

Thread 1 (process 27125):
#0  0x00007fad7d346ed5 in raise () from /lib/libc.so.6
#1  0x00007fad7d3483f3 in abort () from /lib/libc.so.6
#2  0x00007fad7d3833a8 in __libc_message () from /lib/libc.so.6
#3  0x00007fad7d388948 in malloc_printerr () from /lib/libc.so.6
#4  0x00007fad7d38aa56 in free () from /lib/libc.so.6
#5  0x00007fad7df074d7 in cli_bm_free (root=0x7fad743f5830) at matcher-bm.c:135
#6  0x00007fad7df0abea in cl_free (engine=0x7fad736bb8d0) at readdb.c:2152
#7  0x0000000000408beb in scanner_thread (arg=<value optimized out>) at 
server-th.c:163
#8  0x00000000004074a6 in thrmgr_worker (arg=<value optimized out>) at 
thrmgr.c:263
#9  0x00007fad7d66efc7 in start_thread () from /lib/libpthread.so.0
#10 0x00007fad7d3e45ad in clone () from /lib/libc.so.6
#11 0x0000000000000000 in ?? ()
(gdb) thread apply all bt full

Thread 2 (process 23082):
#0  0x00007fad7d3eff8e in __lll_lock_wait_private () from /lib/libc.so.6
No symbol table info available.
#1  0x00007fad7d38de1e in _L_lock_9103 () from /lib/libc.so.6
No symbol table info available.
#2  0x00007fad7d38cfa6 in realloc () from /lib/libc.so.6
No symbol table info available.
#3  0x00007fad7df09a72 in cli_realloc (ptr=0x7fad70000020, size=17416) at 
others.c:398
        alloc = <value optimized out>
#4  0x00007fad7df048f0 in cli_ac_addpatt (root=0x7fad7740a9a0, 
pattern=0x7fad78375610) at matcher-ac.c:117
        pt = (struct cli_ac_node *) 0x7fad78bcd4c0
        next = (struct cli_ac_node *) 0x7fad78bcd4c0
        ph = <value optimized out>
        newtable = <value optimized out>
        a1 = <value optimized out>
        a2 = <value optimized out>
        i = 3 '\003'
        len = 3
#5  0x00007fad7df05291 in cli_ac_addsig (root=0x7fad7740a9a0, 
virname=0x7fff863c5d90 "HTML.Phishing.Bank-620", 
    hexsig=0x7fff863c5dab 
"616674657220726576696577696e6720796f7572206f6e6c696e652062616e6b696e67206163636f756e742c20776520686176652064656369646564207468617420746865206c6f67696e732066726f6d206d756c7469706c652069702028696e746572"...,
 sigid=0, parts=0, partno=0, rtype=0, type=0, mindist=0, maxdist=0, offset=0x0, 
lsigid=0x0, options=64) at matcher-ac.c:1419
        new = (struct cli_ac_patt *) 0x7fad78375610
        pt = 0x7fff863c5dad 
"6674657220726576696577696e6720796f7572206f6e6c696e652062616e6b696e67206163636f756e742c20776520686176652064656369646564207468617420746865206c6f67696e732066726f6d206d756c7469706c652069702028696e7465726e"...
        pt2 = <value optimized out>
        hex = 0x0
        hexcpy = 0x5 <Address 0x5 out of bounds>
        i = 0
        j = <value optimized out>
        ppos = <value optimized out>
        pend = 0
        dec = <value optimized out>
        nzpos = 32
        wprefix = <value optimized out>
        zprefix = <value optimized out>
        plen = <value optimized out>
        nzplen = 0 '\0'
        newalt = (struct cli_ac_alt *) 0x0
        altpt = <value optimized out>
        ret = <value optimized out>
        error = 0
#6  0x00007fad7df0cb10 in cli_parse_add (root=0x7fad7740a9a0, 
virname=0x7fff863c5d90 "HTML.Phishing.Bank-620", 
    hexsig=0x7fff863c5dab 
"616674657220726576696577696e6720796f7572206f6e6c696e652062616e6b696e67206163636f756e742c20776520686176652064656369646564207468617420746865206c6f67696e732---Type
 <return> to continue, or q <return> to quit---
066726f6d206d756c7469706c652069702028696e746572"..., rtype=65024, type=<value 
optimized out>, offset=0x0, target=3 '\003', lsigid=0x0, options=106) at 
readdb.c:276
        pt = <value optimized out>
        hexcpy = <value optimized out>
        start = <value optimized out>
        n = <value optimized out>
        ret = <value optimized out>
        asterisk = <value optimized out>
        i = <value optimized out>
        j = <value optimized out>
        len = <value optimized out>
        parts = <value optimized out>
        mindist = <value optimized out>
        maxdist = <value optimized out>
#7  0x00007fad7df0e79e in cli_loadndb (fs=0x0, engine=0x7fff863c8358, 
signo=0x7fff863c836c, sdb=0, options=106, dbio=0x7fff863c80f0, 
dbname=0x7fff863c8080 "main.ndb")
    at readdb.c:705
        tokens = {0x7fff863c5d90 "HTML.Phishing.Bank-620", 0x7fff863c5da7 "3", 
0x7fff863c5da9 "*", 
  0x7fff863c5dab 
"616674657220726576696577696e6720796f7572206f6e6c696e652062616e6b696e67206163636f756e742c20776520686176652064656369646564207468617420746865206c6f67696e732066726f6d206d756c7469706c652069702028696e746572"...,
 0x0, 0x0}
        buffer = 
"HTML.Phishing.Bank-620\0003\000*\000616674657220726576696577696e6720796f7572206f6e6c696e652062616e6b696e67206163636f756e742c20776520686176652064656369646564207468617420746865206c6f67696e732066726f6d206d756c746"...
        sig = 0x4410 <Address 0x4410 out of bounds>
        virname = 0x7fff863c5d90 "HTML.Phishing.Bank-620"
        offset = <value optimized out>
        pt = 0x7fff863c5da7 "3"
        line = 24876
        sigs = 24875
        ret = 0
        target = <value optimized out>
        phish = 2
#8  0x00007fad7df0ee64 in cli_load (filename=0x7fff863c8080 "main.ndb", 
engine=0x7fff863c8358, signo=0x7fff863c836c, options=106, dbio=0x7fff863c80f0) 
at readdb.c:1708
        fs = (FILE *) 0x0
        ret = <value optimized out>
        dbname = 0x7fff863c8080 "main.ndb"
#9  0x00007fad7df0fb3f in cli_tgzload (fd=440, engine=0x7fff863c8358, 
signo=0x7fff863c836c, options=106) at cvd.c:287
        osize = "72514131\000\000\000\000"
        name = "main.ndb", '\0' <repeats 92 times>
        block = "main.ndb", '\0' <repeats 116 times>, "72514131", '\0' <repeats 
16 times>, "002637", '\0' <repeats 357 times>
        nread = <value optimized out>
        fdd = <value optimized out>
        ret = <value optimized out>
        type = <value optimized out>
        size = 15374425
        pad = 440
        compr = 0
---Type <return> to continue, or q <return> to quit---
        off = 19968
        dbio = {gzs = 0x0, fs = 0x71648b0, size = 8194364}
#10 0x00007fad7df10b23 in cli_cvdload (fs=0x7fad789789f0, 
engine=0x7fff863c8358, signo=0x7fff863c836c, warn=<value optimized out>, 
options=106, cld=<value optimized out>)
    at cvd.c:548
        dir = <value optimized out>
        cvd = {time = 0x7fad7890b0c0 "", version = 49, sigs = 437972, fl = 35, 
md5 = 0x7fad78909630 "", dsig = 0x7fad78890e30 "0�\215x�\177", builder = 
0x7fad7890b0a0 "", 
  stime = 1224713006}
        ret = <value optimized out>
        s_time = 140735445500760
        cfd = <value optimized out>
#11 0x00007fad7df0ebdb in cli_load (filename=0x7fad74dc2b80 
"/var/lib/clamav/main.cld", engine=0x7fff863c8358, signo=0x7fff863c836c, 
options=10, dbio=0x0) at readdb.c:1666
        fs = (FILE *) 0x7fad789789f0
        ret = <value optimized out>
        dbname = <value optimized out>
#12 0x00007fad7df0f3ba in cli_loaddbdir (dirname=0x188c440 "/var/lib/clamav", 
engine=0x7fff863c8358, signo=0x7fff863c836c, options=10) at readdb.c:1833
        dd = <value optimized out>
        dent = <value optimized out>
        dbfile = <value optimized out>
        ret = 0
#13 0x00007fad7df0f848 in cl_load (path=0x188c440 "/var/lib/clamav", 
engine=0x7fff863c8358, signo=0x7fff863c836c, options=10) at readdb.c:1881
        sb = {st_dev = 65025, st_ino = 6644098, st_nlink = 2, st_mode = 16877, 
st_uid = 111, st_gid = 119, pad0 = 0, st_rdev = 0, st_size = 4096, st_blksize = 
4096, 
  st_blocks = 8, st_atim = {tv_sec = 1232619196, tv_nsec = 0}, st_mtim = 
{tv_sec = 1232615807, tv_nsec = 0}, st_ctim = {tv_sec = 1232615807, tv_nsec = 
0}, __unused = {0, 0, 0}}
        ret = 0
#14 0x00000000004079d9 in reload_db (engine=0x7fad73887990, dboptions=10, 
copt=<value optimized out>, do_check=<value optimized out>, ret=0x7fff863c8a2c) 
at server-th.c:257
        dbdir = 0x188c440 "/var/lib/clamav"
        retval = -512
        sigs = 63367
#15 0x00000000004082a0 in acceptloop_th (socketds=0x7fff863c8b40, nsockets=1, 
engine=0x7fad736bb8d0, dboptions=10, copt=0x188c070) at server-th.c:674
        st_buf = {st_dev = 4, st_ino = 5286381, st_nlink = 1, st_mode = 49663, 
st_uid = 111, st_gid = 119, pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 
4096, st_blocks = 0, 
  st_atim = {tv_sec = 0, tv_nsec = 0}, st_mtim = {tv_sec = 0, tv_nsec = 0}, 
st_ctim = {tv_sec = 0, tv_nsec = 0}, __unused = {0, 0, 0}}
        socketd = 1938882528
        new_sd = 9
        max_threads = <value optimized out>
        i = <value optimized out>
        ret = 0
        options = 25143
        thr_pool = (threadpool_t *) 0x1d2f390
        timestr = 
"\001\000\000\000�\177\000\000\000\000\000\000\000\000\000\000\a\000\000\000\000\000\000\000\022
 \034~�\177\000"
        sigact = {__sigaction_handler = {sa_handler = 0x407800 <sighandler_th>, 
sa_sigaction = 0x407800 <sighandler_th>}, sa_mask = {__val = {22531, 0 <repeats 
15 times>}}, 
  sa_flags = 0, sa_restorer = 0}
        sigset = {__val = {18446744067267076916, 18446744073709551615 <repeats 
15 times>}}
        rlim = {rlim_cur = 18446744073709551615, rlim_max = 
18446744073709551615}
        old_umask = 0
        limits = {maxscansize = 104857600, maxfilesize = 26214400, maxreclevel 
= 16, maxfiles = 10000, archivememlim = 0, min_cc_count = 0, min_ssn_count = 0}
---Type <return> to continue, or q <return> to quit---
        cpt = <value optimized out>
        buff = 
"@\211<\206�\177\000\000\a\000\000\000\000\000\000\000̬\235\b\000\000\000\000�\211<\206�\177\000\000\004\000\000\000\000\000\000\000`��}�\177\000\...@\211<\206�\177\000\000̬\235\b\000\000\000\000
 
\212<\206�\177\000\000\t\000\000\000\000\000\000\000\t\000\000\000\000\000\000\000��\235\b\000\000\000\000`��}�\177\000\000�\2124}�\177\000\000`\214<\206�\177\000\000\022\000\000\000\000\000\000\000��\235\b\000\000\000\000�\211<\206�\177\000\000\004\000\000\000\000\000\000\000`��}�\177\000\000\230\211<\206�\177\000\000��\235\b\000\000\000\000
 
\212<\206�\177\000\000\022\000\000\000\000\000\000\000\022\000\000\000\000\000\000\000"...
        selfchk = 3600
        start_time = 1232619196
        current_time = <value optimized out>
        mainpid = <value optimized out>
#16 0x0000000000406363 in main (argc=<value optimized out>, argv=<value 
optimized out>) at clamd.c:479
        cpt = <value optimized out>
        user = <value optimized out>
        currtime = 1232570693
        engine = (struct cl_engine *) 0x188cba0
        dbdir = 0x188c440 "/var/lib/clamav"
        cfgfile = <value optimized out>
        pua_cats = 0x7fff863c8c60 "\001"
        ret = <value optimized out>
        tcpsock = 0
        localsock = 1
        i = 4207728
        sigs = 589854
        lsockets = {5, 0}
        nlsockets = 1
        dboptions = 10
        sb = {st_dev = 3, st_ino = 1, st_nlink = 170, st_mode = 16749, st_uid = 
0, st_gid = 0, pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 1024, st_blocks 
= 0, st_atim = {
    tv_sec = 1232184392, tv_nsec = 80005000}, st_mtim = {tv_sec = 1232184392, 
tv_nsec = 80005000}, st_ctim = {tv_sec = 1232184392, tv_nsec = 80005000}, 
__unused = {0, 0, 0}}
        opt = <value optimized out>
        long_options = {{name = 0x40b949 "help", has_arg = 0, flag = 0x0, val = 
104}, {name = 0x40b95e "config-file", has_arg = 1, flag = 0x0, val = 99}, {
    name = 0x40b981 "version", has_arg = 0, flag = 0x0, val = 86}, {name = 
0x40b94e "debug", has_arg = 0, flag = 0x0, val = 0}, {name = 0x0, has_arg = 0, 
flag = 0x0, val = 0}}

Thread 1 (process 27125):
#0  0x00007fad7d346ed5 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x00007fad7d3483f3 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00007fad7d3833a8 in __libc_message () from /lib/libc.so.6
No symbol table info available.
#3  0x00007fad7d388948 in malloc_printerr () from /lib/libc.so.6
No symbol table info available.
#4  0x00007fad7d38aa56 in free () from /lib/libc.so.6
No symbol table info available.
#5  0x00007fad7df074d7 in cli_bm_free (root=0x7fad743f5830) at matcher-bm.c:135
        patt = (struct cli_bm_patt *) 0x7fad75729d40
---Type <return> to continue, or q <return> to quit---
#6  0x00007fad7df0abea in cl_free (engine=0x7fad736bb8d0) at readdb.c:2152
        j = 2
        metapt = <value optimized out>
        root = (struct cli_matcher *) 0x7fad743f5830
#7  0x0000000000408beb in scanner_thread (arg=<value optimized out>) at 
server-th.c:163
        conn = (client_conn_t *) 0x7fad7390ffe0
        sigset = {__val = {18446744067267099447, 18446744073709551615 <repeats 
15 times>}}
        ret = <value optimized out>
        timeout = 180
        i = 30602128
        session = 0
#8  0x00000000004074a6 in thrmgr_worker (arg=<value optimized out>) at 
thrmgr.c:263
        threadpool = (threadpool_t *) 0x1d2f390
        job_data = (void *) 0x7fad7390ffe0
        retval = <value optimized out>
        must_exit = 0
        timeout = {tv_sec = 1232619226, tv_nsec = 0}
#9  0x00007fad7d66efc7 in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#10 0x00007fad7d3e45ad in clone () from /lib/libc.so.6
No symbol table info available.
#11 0x0000000000000000 in ?? ()
No symbol table info available.


-- Package-specific info:
--- configuration ---
/etc/clamav/clamd.conf: clamd directives
------------------------------
LogFile = "/var/log/clamav/clamav.log"
LogFileUnlock = no
LogFileMaxSize = 0
LogTime = yes
LogClean = no
LogVerbose = no
LogSyslog = no
LogFacility = "LOG_LOCAL6"
PidFile = "/var/run/clamav/clamd.pid"
TemporaryDirectory = "/tmp"
ScanPE = yes
ScanELF = yes
DetectBrokenExecutables = no
ScanMail = yes
MailFollowURLs = no
ScanPartialMessages = no
PhishingSignatures = yes
PhishingScanURLs = yes
PhishingAlwaysBlockCloak = no
PhishingAlwaysBlockSSLMismatch = no
HeuristicScanPrecedence = no
DetectPUA = no
ExcludePUA not set
IncludePUA not set
StructuredDataDetection = no
StructuredMinCreditCardCount = 3
StructuredMinSSNCount = 3
StructuredSSNFormatNormal = yes
StructuredSSNFormatStripped = no
AlgorithmicDetection = yes
ScanHTML = yes
ScanOLE2 = yes
ScanPDF = yes
ScanArchive = yes
MaxScanSize = 104857600
MaxFileSize = 26214400
MaxRecursion = 16
MaxFiles = 10000
ArchiveLimitMemoryUsage = no
ArchiveBlockEncrypted = no
DatabaseDirectory = "/var/lib/clamav"
TCPAddr not set
TCPSocket not set
LocalSocket = "/var/run/clamav/clamd.ctl"
MaxConnectionQueueLength = 15
StreamMaxLength = 10485760
StreamMinPort = 1024
StreamMaxPort = 2048
MaxThreads = 12
ReadTimeout = 180
IdleTimeout = 30
MaxDirectoryRecursion = 15
ExcludePath not set
FollowDirectorySymlinks = no
FollowFileSymlinks = no
ExitOnOOM = no
Foreground = no
Debug = no
LeaveTemporaryFiles = no
FixStaleSocket = yes
User = "clamav"
AllowSupplementaryGroups = yes
SelfCheck = 3600
VirusEvent not set
ClamukoScanOnAccess not set
ClamukoScanOnOpen not set
ClamukoScanOnClose not set
ClamukoScanOnExec not set
ClamukoIncludePath not set
ClamukoExcludePath not set
ClamukoMaxFileSize = 5242880
DevACOnly not set
DevACDepth not set
*** MailMaxRecursion is DEPRECATED ***
*** ArchiveMaxFileSize is DEPRECATED ***
*** ArchiveMaxRecursion is DEPRECATED ***
*** ArchiveMaxFiles is DEPRECATED ***
*** ArchiveMaxCompressionRatio is DEPRECATED ***
*** ArchiveBlockMax is DEPRECATED ***

/etc/clamav/freshclam.conf: freshclam directives
------------------------------
LogFileMaxSize = 0
LogTime = no
LogVerbose = no
LogSyslog = no
LogFacility = "LOG_LOCAL6"
PidFile = "/var/run/clamav/freshclam.pid"
DatabaseDirectory = "/var/lib/clamav/"
Foreground = no
Debug = no
AllowSupplementaryGroups = no
DatabaseOwner = "clamav"
Checks = 24
UpdateLogFile = "/var/log/clamav/freshclam.log"
DNSDatabaseInfo = "current.cvd.clamav.net"
DatabaseMirror = "db.local.clamav.net"
DatabaseMirror = "database.clamav.net"
MaxAttempts = 5
ScriptedUpdates = yes
CompressLocalDatabase = no
HTTPProxyServer not set
HTTPProxyPort not set
HTTPProxyUsername not set
HTTPProxyPassword not set
HTTPUserAgent not set
NotifyClamd not set
OnUpdateExecute not set
OnErrorExecute not set
OnOutdatedExecute not set
LocalIPAddress not set
ConnectTimeout = 30
ReceiveTimeout = 30
SubmitDetectionStats not set
DetectionStatsCountry not set

Engine and signature databases
------------------------------
Engine version: 0.94.2
Database directory: /var/lib/clamav/
main db: Format: .cld, Version: 49, Build time: Thu Oct 23 09:03:26 2008
daily db: Format: .cld, Version: 8893, Build time: Fri Jan 23 07:18:43 2009

--- data dir ---
total 62424
-rw-r--r-- 1 clamav clamav  3825664 2009-01-23 08:16 daily.cld
-rw-r--r-- 1 clamav clamav    21555 2008-09-22 21:32 honeynet.hdb
-rw-r--r-- 1 clamav clamav    19696 2008-09-22 21:32 honeynet.hdb-bak
-rw-r--r-- 1 clamav clamav     6167 2008-09-11 21:48 honeynet.hdb.gz
-rw-r--r-- 1 clamav clamav       11 2008-09-22 21:31 last-mbl-update.txt
-rw-r--r-- 1 clamav clamav 40598016 2008-10-23 10:23 main.cld
-rw-r--r-- 1 clamav clamav   104478 2008-09-22 21:31 mbl.db
-rw-r--r-- 1 clamav clamav   111998 2008-09-22 21:31 mbl.db-bak
-rw------- 1 clamav clamav      780 2009-01-23 15:56 mirrors.dat
-rw-r--r-- 1 clamav clamav    17985 2008-09-22 14:25 MSRBL-Images.hdb
-rw-r--r-- 1 clamav clamav     9699 2008-09-22 21:32 MSRBL-Images.hdb-bak
-rw-r--r-- 1 clamav clamav   237860 2008-09-03 18:26 MSRBL-SPAM.ndb
-rw-r--r-- 1 clamav clamav   237860 2008-09-05 12:14 MSRBL-SPAM.ndb-bak
-rw-r--r-- 1 clamav clamav  1763804 2008-09-22 21:32 phish.ndb
-rw-r--r-- 1 clamav clamav  1754851 2008-09-22 21:32 phish.ndb-bak
-rw-r--r-- 1 clamav clamav   285396 2008-09-22 19:36 phish.ndb.gz
-rw-r--r-- 1 clamav clamav  2242585 2008-09-22 21:32 scam.ndb
-rw-r--r-- 1 clamav clamav  2180877 2008-09-22 21:32 scam.ndb-bak
-rw-r--r-- 1 clamav clamav   411840 2008-09-22 19:36 scam.ndb.gz
-rw-r--r-- 1 clamav clamav  3661788 2008-09-22 21:33 securiteinfo.hdb
-rw-r--r-- 1 clamav clamav  3657957 2008-09-22 21:33 securiteinfo.hdb-bak
-rw-r--r-- 1 clamav clamav  1480433 2008-09-18 17:36 securiteinfo.hdb.gz
-rw-r--r-- 1 clamav clamav   805365 2008-08-29 15:38 vx.hdb
-rw-r--r-- 1 clamav clamav   321464 2008-06-10 21:05 vx.hdb.gz

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages clamav-daemon depends on:
ii  clamav-base            0.94.dfsg.2-1     anti-virus utility for Unix - base
ii  clamav-freshclam [clam 0.94.dfsg.2-1     anti-virus utility for Unix - viru
ii  libbz2-1.0             1.0.5-1           high-quality block-sorting file co
ii  libc6                  2.7-18            GNU C Library: Shared libraries
ii  libclamav5             0.94.dfsg.2-1     anti-virus utility for Unix - libr
ii  libgmp3c2              2:4.2.2+dfsg-3    Multiprecision arithmetic library
ii  lsb-base               3.2-20            Linux Standard Base 3.2 init scrip
ii  ucf                    3.0011            Update Configuration File: preserv
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages clamav-daemon suggests:
pn  clamav-docs                   <none>     (no description available)
pn  daemon                        <none>     (no description available)

-- 
bye,
pabs

http://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: clamav
Source-Version: 0.95+dfsg-1

We believe that the bug you reported is fixed in the latest version of
clamav, which is due to be installed in the Debian FTP archive:

clamav-base_0.95+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-base_0.95+dfsg-1_all.deb
clamav-daemon_0.95+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-daemon_0.95+dfsg-1_amd64.deb
clamav-dbg_0.95+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-dbg_0.95+dfsg-1_amd64.deb
clamav-docs_0.95+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-docs_0.95+dfsg-1_all.deb
clamav-freshclam_0.95+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-freshclam_0.95+dfsg-1_amd64.deb
clamav-milter_0.95+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav-milter_0.95+dfsg-1_amd64.deb
clamav-testfiles_0.95+dfsg-1_all.deb
  to pool/main/c/clamav/clamav-testfiles_0.95+dfsg-1_all.deb
clamav_0.95+dfsg-1.diff.gz
  to pool/main/c/clamav/clamav_0.95+dfsg-1.diff.gz
clamav_0.95+dfsg-1.dsc
  to pool/main/c/clamav/clamav_0.95+dfsg-1.dsc
clamav_0.95+dfsg-1_amd64.deb
  to pool/main/c/clamav/clamav_0.95+dfsg-1_amd64.deb
clamav_0.95+dfsg.orig.tar.gz
  to pool/main/c/clamav/clamav_0.95+dfsg.orig.tar.gz
libclamav-dev_0.95+dfsg-1_amd64.deb
  to pool/main/c/clamav/libclamav-dev_0.95+dfsg-1_amd64.deb
libclamav6_0.95+dfsg-1_amd64.deb
  to pool/main/c/clamav/libclamav6_0.95+dfsg-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tautschnig <[email protected]> (supplier of updated clamav package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 25 Mar 2009 16:02:18 +0100
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 
clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all amd64
Version: 0.95+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: ClamAV Team <[email protected]>
Changed-By: Michael Tautschnig <[email protected]>
Description: 
 clamav     - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Closes: 323803 339590 420391 435007 438455 484642 505852 512720 512776 515798 
518628 520172 520353
Changes: 
 clamav (0.95+dfsg-1) unstable; urgency=low
 .
   [ Michael Tautschnig ]
   * New upstream version, fixes:
     - License incompatibility with libgmp (closes: #512776)
     - wrong claim about all interception message methods (closes: #438455)
     - clamdscan fails to connect to clamd (closes: #515798)
     - clamav-milter dies after email scanning (sparc64) (closes: #339590)
     - VERSION reports wrong database version (closes: #323803)
     - memory footprint skyrockets (closes: #420391)
     - Virus not detected in RAR-archive inside email (closes: #484642)
     - clamav-milter ignores whitelist file (closes: #520353)
     - clamav-milter won't start when both local and tcp socket are in use
       (closes: #505852)
     - ERROR: Can't find any clamd server (closes: #435007)
     - clamd: random SIGABRT (closes: #512720)
   * Removed configure options that aren't supported anymore (--with-sendmail,
     --with-tcpwrappers, --with-dns)
   * Bumped Standards-Version to 3.8.1 (added mkdir calls to ensure
     /var/run/clamav exists)
   * Configure with --with-system-tommath to use Debian's libtommath-dev
     instead of the bundled one.
   * Updated *Depends (dropped essential packages and removed versions where
     etch already satisfies the dependencies).
   * SONAME bump: libclamav5 -> libclamav6
   * Build-Depend on libltdl3-dev to avoid using the bundled libltdl, but still
     get support for runtime loading (nonfree) unrar code if the user so
     decides.
   * Fixed watch file to deal with new versioning schema (+dfsg).
   * Run make check unless nocheck is in DEB_BUILD_OPTIONS
   * Changed Section of clamav-dbg to debug.
   * Override lintian error stating that libclamav6 statically links to zlib
     (lintian is right, libclamav6 does indeed duplicate parts of the zlib
     code, but there is not way around that).
   * Handle new option SafeBrowsing in freshclam.conf.
   * Create symlinks to AUTHORS, not AUTHORS.gz (closes: #520172).
   * clamav-milter got its own config file and logging options, handled via
     debconf, added logrotation (closes: #518628)
Checksums-Sha1: 
 a62795d48fd92803dc6f863efe9891c7740afd2e 1372 clamav_0.95+dfsg-1.dsc
 c1f2c1413c61010b844ed0acb6c8a6025a15ee7e 24076671 clamav_0.95+dfsg.orig.tar.gz
 5ecdeb68ae63d2659b3cc1cc61f26d002740927c 230227 clamav_0.95+dfsg-1.diff.gz
 0b63056f9ea17ceae403bc141de7bbb6976e2e8b 21255094 
clamav-base_0.95+dfsg-1_all.deb
 d53e87960c0709e5b88eddb39181f1b7e7ba9863 221788 
clamav-testfiles_0.95+dfsg-1_all.deb
 127f6b32dcf73b99b88b41b0e1198734f5a80ce7 1109724 
clamav-docs_0.95+dfsg-1_all.deb
 ab04324432bcca63487a9a6160a9a6051861c79a 560168 
libclamav6_0.95+dfsg-1_amd64.deb
 b1e9269b672d63a1a323eef8cd2323cecd972e3a 267568 clamav_0.95+dfsg-1_amd64.deb
 fbefc8a5ee0e241d8c9722cbd701ed528fbccfd0 333322 
clamav-daemon_0.95+dfsg-1_amd64.deb
 0e86f61ae04ee2d216fdc82e4a019f15ae8e2e40 274644 
clamav-freshclam_0.95+dfsg-1_amd64.deb
 723efd62cf34a8b2e4d3ec5dd7e1fc554a225a7a 258600 
clamav-milter_0.95+dfsg-1_amd64.deb
 7861eea2d9605e6a822d3cbca893f6035c1a250e 596422 
libclamav-dev_0.95+dfsg-1_amd64.deb
 050b7d2af8e2f1e8b1b877a0896d91049a9ad215 1051812 
clamav-dbg_0.95+dfsg-1_amd64.deb
Checksums-Sha256: 
 c19ab7ae26dccda6f7436e8dd2c1667e78a7763b54f5436a220d288c3014aad0 1372 
clamav_0.95+dfsg-1.dsc
 d6116cb06aaac25a10baab6ee90a7f82f5e76a7a2daa0510f78b6e42443f8729 24076671 
clamav_0.95+dfsg.orig.tar.gz
 6edb973df57e1dd091715a237dc7931b86ce57dec21170798a78b4a4aa70cb3d 230227 
clamav_0.95+dfsg-1.diff.gz
 c9102e255f808745ec77f4e0c6dd507d3fd1b03cf08aac01b6937359895fb30a 21255094 
clamav-base_0.95+dfsg-1_all.deb
 1a5c1d9fbc9b5f71f38a0ee48daff57824533d03876c93069f03fa2f8aebff90 221788 
clamav-testfiles_0.95+dfsg-1_all.deb
 a01106eac49bcbeef162385aed9d8375218213d7571fdc66263833e8ba8820b5 1109724 
clamav-docs_0.95+dfsg-1_all.deb
 f741a955290cab3a3b34a90744be4e1d970c654cff79c98d1a5f6f4b3932d09b 560168 
libclamav6_0.95+dfsg-1_amd64.deb
 e2742944b5eefebf85b8b22900d205a2813eb586257291709db35da97f6f0f03 267568 
clamav_0.95+dfsg-1_amd64.deb
 15b004a68a8400e9e8d3796be3507f40e6e52f4ea5c39942b1dcb510f2cb68ea 333322 
clamav-daemon_0.95+dfsg-1_amd64.deb
 c9c16a5a6d1f43c0f558ccfc043cd1fe5e602b222c2192b37bb268513d9373b5 274644 
clamav-freshclam_0.95+dfsg-1_amd64.deb
 82f69cd0d2596ba78c40ec781e9944fdd7e5b14819f09c8d106d43e6cad799c7 258600 
clamav-milter_0.95+dfsg-1_amd64.deb
 d643a564d9de0b97ddcf80a783010845fbd6c3879f9567a3991c383a4c5719d6 596422 
libclamav-dev_0.95+dfsg-1_amd64.deb
 cbfc89c2c40517473b4305bf956f97476f73d563e0ce5daa816447602600acef 1051812 
clamav-dbg_0.95+dfsg-1_amd64.deb
Files: 
 17fcae87f2387d955f2a3988ba00522f 1372 utils optional clamav_0.95+dfsg-1.dsc
 0482c13486a54dc239828061f4406401 24076671 utils optional 
clamav_0.95+dfsg.orig.tar.gz
 4cf82fce85189239c45e6e2c1f7541f5 230227 utils optional 
clamav_0.95+dfsg-1.diff.gz
 e2fc3cbbfd5b5db5eee1b243bd36c0d0 21255094 utils optional 
clamav-base_0.95+dfsg-1_all.deb
 4dd82d959501ee2dcb03248649ddd940 221788 utils optional 
clamav-testfiles_0.95+dfsg-1_all.deb
 3a4f0fc9be9f5481449564f0676ed4d1 1109724 doc optional 
clamav-docs_0.95+dfsg-1_all.deb
 47c7064ec0d9d8def345ad6692a881e3 560168 libs optional 
libclamav6_0.95+dfsg-1_amd64.deb
 0e3204721bc46736928e7483ecbb4782 267568 utils optional 
clamav_0.95+dfsg-1_amd64.deb
 19005d10983f91db0703e6b9238417cf 333322 utils optional 
clamav-daemon_0.95+dfsg-1_amd64.deb
 215be06ca9f8be87a8014859715769ec 274644 utils optional 
clamav-freshclam_0.95+dfsg-1_amd64.deb
 9eb9f98d4c68d5deef5d7968242467aa 258600 utils extra 
clamav-milter_0.95+dfsg-1_amd64.deb
 ce80148de8eccc27e68c92380768e46a 596422 libdevel optional 
libclamav-dev_0.95+dfsg-1_amd64.deb
 dccc13d9f6b74f6676e3d2d6ab125e47 1051812 debug extra 
clamav-dbg_0.95+dfsg-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknKSnIACgkQvx6dH3bVKsSyqQCg3VxPtW5p6xmSVXnvRS1dAX/1
MrMAoImh8CkIyPg+dSPMh86QcLi009V6
=xfXX
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-clamav-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-clamav-devel

Reply via email to