Your message dated Sat, 13 Jun 2015 13:34:49 +0000
with message-id <[email protected]>
and subject line Bug#787249: fixed in clamav 0.98.7+dfsg-2
has caused the Debian Bug report #787249,
regarding clamav-daemon: clamdscan scans less than clamscan; worsened in latest
release
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.)
--
787249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787249
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clamav-daemon
Version: 0.98.7+dfsg-0+deb6u2
Severity: normal
Hi,
since the last clamav-daemon LTS update, clamdscan gets one test less than
clamscan:
despam@shakotay:~$ bin/test_clamdscan.sh
8c8
< /usr/share/clamav-testfiles/clam_cache_emax.tgz: OK
---
> /usr/share/clamav-testfiles/clam_cache_emax.tgz: ClamAV-Test-File FOUND
49c49
< Infected files: 38
---
> Infected files: 39
despam@shakotay:~$ clamscan /usr/share/clamav-testfiles/clam_cache_emax.tgz
/usr/share/clamav-testfiles/clam_cache_emax.tgz: ClamAV-Test-File FOUND
However, the problem already existed in previous releases, because my
test script contains a lot of OKs. It just got worse by one case.
Could this be due to some PATH issue in the daemon, not finding some
archivers ?
#! /bin/bash
clamdscan /usr/share/clamav-testfiles/* \
| egrep -v '^Time: ' \
| diff - <(cat <<"EOF"
/usr/share/clamav-testfiles/clam.7z: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.arj: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam-aspack.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.bin-be.cpio: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.bin-le.cpio: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.bz2.zip: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.cab: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam_cache_emax.tgz: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.chm: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.d64.zip: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.ea05.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.ea06.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.exe.binhex: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.exe.bz2: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.exe.html: OK
/usr/share/clamav-testfiles/clam.exe.mbox.base64: OK
/usr/share/clamav-testfiles/clam.exe.mbox.uu: OK
/usr/share/clamav-testfiles/clam.exe.rtf: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.exe.szdd: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam-fsg.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.impl.zip: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam_IScab_ext.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam_IScab_int.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam_ISmsi_ext.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam_ISmsi_int.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.mail: OK
/usr/share/clamav-testfiles/clam-mew.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.newc.cpio: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam-nsis.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.odc.cpio: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.ole.doc: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.pdf: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam-pespin.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam-petite.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.ppt: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.sis: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.tar.gz: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.tnef: OK
/usr/share/clamav-testfiles/clam-upack.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam-upx.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam-v2.rar: OK
/usr/share/clamav-testfiles/clam-v3.rar: OK
/usr/share/clamav-testfiles/clam-wwpack.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam-yc.exe: ClamAV-Test-File FOUND
/usr/share/clamav-testfiles/clam.zip: ClamAV-Test-File FOUND
----------- SCAN SUMMARY -----------
Infected files: 39
EOF
)
-- Package-specific info:
--- configuration ---
Checking configuration files in /etc/clamav
Config file: clamd.conf
-----------------------
LogFile = "/var/log/clamav/clamav.log"
StatsHostID = "auto"
StatsEnabled disabled
StatsPEDisabled = "yes"
StatsTimeout = "10"
LogFileUnlock disabled
LogFileMaxSize = "4294967295"
LogTime = "yes"
LogClean disabled
LogSyslog = "yes"
LogFacility = "LOG_LOCAL6"
LogVerbose disabled
LogRotate = "yes"
ExtendedDetectionInfo = "yes"
PidFile = "/var/run/clamav/clamd.pid"
TemporaryDirectory = "/tmp"
DatabaseDirectory = "/var/lib/clamav"
OfficialDatabaseOnly disabled
LocalSocket = "/var/run/clamav/clamd.ctl"
LocalSocketGroup = "despam"
LocalSocketMode = "666"
FixStaleSocket = "yes"
TCPSocket disabled
TCPAddr disabled
MaxConnectionQueueLength = "15"
StreamMaxLength = "104857600"
StreamMinPort = "1024"
StreamMaxPort = "2048"
MaxThreads = "3"
ReadTimeout = "180"
CommandReadTimeout = "5"
SendBufTimeout = "200"
MaxQueue = "100"
IdleTimeout = "30"
ExcludePath disabled
MaxDirectoryRecursion = "15"
FollowDirectorySymlinks disabled
FollowFileSymlinks disabled
CrossFilesystems = "yes"
SelfCheck = "3600"
DisableCache disabled
VirusEvent disabled
ExitOnOOM disabled
AllowAllMatchScan = "yes"
Foreground disabled
Debug disabled
LeaveTemporaryFiles disabled
User = "despam"
AllowSupplementaryGroups disabled
Bytecode = "yes"
BytecodeSecurity = "TrustSigned"
BytecodeTimeout = "60000"
BytecodeUnsigned disabled
BytecodeMode = "Auto"
DetectPUA disabled
ExcludePUA disabled
IncludePUA disabled
AlgorithmicDetection = "yes"
ScanPE = "yes"
ScanELF = "yes"
DetectBrokenExecutables disabled
ScanMail disabled
ScanPartialMessages disabled
PhishingSignatures = "yes"
PhishingScanURLs = "yes"
PhishingAlwaysBlockCloak disabled
PhishingAlwaysBlockSSLMismatch disabled
PartitionIntersection disabled
HeuristicScanPrecedence disabled
StructuredDataDetection disabled
StructuredMinCreditCardCount = "3"
StructuredMinSSNCount = "3"
StructuredSSNFormatNormal = "yes"
StructuredSSNFormatStripped disabled
ScanHTML = "yes"
ScanOLE2 = "yes"
OLE2BlockMacros disabled
ScanPDF = "yes"
ScanSWF = "yes"
ScanArchive = "yes"
ArchiveBlockEncrypted disabled
ForceToDisk disabled
MaxScanSize = "104857600"
MaxFileSize = "26214400"
MaxRecursion = "10"
MaxFiles = "10000"
MaxEmbeddedPE = "10485760"
MaxHTMLNormalize = "10485760"
MaxHTMLNoTags = "2097152"
MaxScriptNormalize = "5242880"
MaxZipTypeRcg = "1048576"
MaxPartitions = "50"
MaxIconsPE = "100"
ScanOnAccess disabled
OnAccessIncludePath disabled
OnAccessExcludePath disabled
OnAccessExcludeUID disabled
OnAccessMaxFileSize = "5242880"
DevACOnly disabled
DevACDepth disabled
DevPerformance disabled
DevLiblog disabled
DisableCertCheck disabled
Config file: freshclam.conf
---------------------------
StatsHostID disabled
StatsEnabled disabled
StatsTimeout disabled
LogFileMaxSize = "4294967295"
LogTime disabled
LogSyslog disabled
LogFacility = "LOG_LOCAL6"
LogVerbose disabled
LogRotate = "yes"
PidFile = "/var/run/clamav/freshclam.pid"
DatabaseDirectory = "/var/lib/clamav/"
Foreground disabled
Debug disabled
AllowSupplementaryGroups disabled
UpdateLogFile = "/var/log/clamav/freshclam.log"
DatabaseOwner = "clamav"
Checks = "5"
DNSDatabaseInfo = "current.cvd.clamav.net"
DatabaseMirror = "db.local.clamav.net", "database.clamav.net",
"clamav.easynet.fr", "clamav.switch.ch"
PrivateMirror disabled
MaxAttempts = "5"
ScriptedUpdates = "yes"
TestDatabases = "yes"
CompressLocalDatabase disabled
ExtraDatabase disabled
DatabaseCustomURL disabled
HTTPProxyServer disabled
HTTPProxyPort disabled
HTTPProxyUsername disabled
HTTPProxyPassword disabled
HTTPUserAgent disabled
NotifyClamd = "/etc/clamav/clamd.conf"
OnUpdateExecute disabled
OnErrorExecute disabled
OnOutdatedExecute disabled
LocalIPAddress disabled
ConnectTimeout = "30"
ReceiveTimeout = "30"
SubmitDetectionStats disabled
DetectionStatsCountry disabled
DetectionStatsHostID disabled
SafeBrowsing disabled
Bytecode = "yes"
clamav-milter.conf not found
Software settings
-----------------
Version: 0.98.7
Optional features supported: MEMPOOL IPv6 FRESHCLAM_DNS_FIX AUTOIT_EA06 BZIP2
LIBXML2 ICONV JSON JIT
Database information
--------------------
Database directory: /var/lib/clamav/
WARNING: freshclam.conf and clamd.conf point to different database directories
main.cld: version 55, sigs: 2424225, built on Tue Sep 17 16:57:28 2013
bytecode.cld: version 256, sigs: 45, built on Mon May 18 22:39:32 2015
daily.cld: version 20527, sigs: 1402314, built on Sat May 30 09:39:06 2015
Total number of signatures: 3826584
Platform information
--------------------
uname: Linux 3.10-0.bpo.3-amd64 #1 SMP Debian 3.10.11-1~bpo70+1 (2013-09-24)
x86_64
OS: linux-gnu, ARCH: i386, CPU: i486
Full OS version: Debian GNU/Linux 6.0.10 (squeeze)
zlib version: 1.2.3.4 (1.2.3.4), compile flags: 55
Triple: i386-pc-linux-gnu
CPU: i686, Little-endian
platform id: 0x0a1150500404040501040405
Build information
-----------------
GNU C: 4.4.5 (4.4.5)
GNU C++: 4.4.5 (4.4.5)
CPPFLAGS:
CFLAGS: -g -O2 -Wall -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
CXXFLAGS: -g -O2 -Wall -D_FILE_OFFSET_BITS=64
LDFLAGS:
Configure: '--build=i486-linux-gnu' '--prefix=/usr' '--includedir=/usr/include'
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc'
'--localstatedir=/var' '--libexecdir=/usr/lib/clamav'
'--disable-maintainer-mode' '--disable-dependency-tracking' 'CFLAGS=-g -O2
-Wall -D_FILE_OFFSET_BITS=64' 'CPPFLAGS=' 'CXXFLAGS=-g -O2 -Wall
-D_FILE_OFFSET_BITS=64' 'LDFLAGS=' '--with-dbdir=/var/lib/clamav'
'--sysconfdir=/etc/clamav' '--disable-clamav' '--disable-unrar'
'--enable-milter' '--enable-dns-fix' '--with-libjson' '--with-gnu-ld'
'build_alias=i486-linux-gnu'
sizeof(void*) = 4
Engine flevel: 80, dconf: 80
--- data dir ---
total 247912
-rw-r--r-- 1 clamav clamav 389120 May 19 01:38 bytecode.cld
-rw-r--r-- 1 clamav clamav 145904 Aug 13 2004 clamav-cb2c1c03be783b9d
-rw-r--r-- 1 clamav clamav 24352 Jul 4 2004 clamav-eac3491f91258d7e
-rw-r--r-- 1 clamav clamav 89816576 May 30 13:10 daily.cld
-rw-r--r-- 1 root root 33 Jun 9 2004 etc.freshclam.conf.md5sum
-rw-r--r-- 1 clamav clamav 163468288 Sep 18 2013 main.cld
-rw------- 1 clamav clamav 1768 May 30 13:10 mirrors.dat
-- System Information:
Debian Release: 6.0.10
APT prefers squeeze-lts
APT policy: (500, 'squeeze-lts'), (500, 'oldoldstable-updates'), (500,
'oldoldstable')
Architecture: i386 (x86_64)
Kernel: Linux 3.10-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_CH.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages clamav-daemon depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii clamav-base 0.98.7+dfsg-0+deb6u2 anti-virus utility for Unix - base
ii clamav-freshclam 0.98.7+dfsg-0+deb6u2 anti-virus utility for Unix - viru
ii debconf [debconf- 1.5.36.1 Debian configuration management sy
ii libbz2-1.0 1.0.5-6+squeeze1 high-quality block-sorting file co
ii libc6 2.11.3-4+deb6u6 Embedded GNU C Library: Shared lib
ii libclamav6 0.98.7+dfsg-0+deb6u2 anti-virus utility for Unix - libr
ii libjson0 0.9-1 JSON manipulation library - shared
ii libltdl7 2.2.6b-2 A system independent dlopen wrappe
ii libncurses5 5.7+20100313-5 shared libraries for terminal hand
ii libssl0.9.8 0.9.8o-4squeeze20 SSL shared libraries
ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3
ii libxml2 2.7.8.dfsg-2+squeeze11 GNOME XML library
ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii ucf 3.0025+nmu1 Update Configuration File: preserv
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
clamav-daemon recommends no packages.
Versions of packages clamav-daemon suggests:
pn apparmor <none> (no description available)
pn clamav-docs <none> (no description available)
ii daemon 0.6.4-1 turns other processes into daemons
-- Configuration Files:
/etc/logcheck/ignore.d.paranoid/clamav-daemon [Errno 13] Permission denied:
u'/etc/logcheck/ignore.d.paranoid/clamav-daemon'
/etc/logcheck/ignore.d.server/clamav-daemon [Errno 13] Permission denied:
u'/etc/logcheck/ignore.d.server/clamav-daemon'
-- debconf information:
clamav-daemon/debconf: true
clamav-daemon/ReadTimeout: 180
clamav-daemon/StatsEnabled: false
clamav-daemon/MaxConnectionQueueLength: 15
clamav-daemon/AllowAllMatchScan: true
clamav-daemon/ScanOnAccess: false
clamav-daemon/LogFile: /var/log/clamav/clamav.log
clamav-daemon/ScanMail: false
clamav-daemon/BytecodeTimeout: 60000
clamav-daemon/LogTime: true
clamav-daemon/MaxEmbeddedPE: 10M
clamav-daemon/BytecodeSecurity: TrustSigned
clamav-daemon/ScanSWF: true
clamav-daemon/MaxDirectoryRecursion: 15
clamav-daemon/MaxThreads: 3
clamav-daemon/StatsHostID: auto
clamav-daemon/TCPAddr: any
clamav-daemon/DisableCertCheck: false
clamav-daemon/LocalSocket: /var/run/clamav/clamd.ctl
clamav-daemon/LocalSocketMode: 666
clamav-daemon/StatsTimeout: 10
clamav-daemon/LogSyslog: true
clamav-daemon/AddGroups:
clamav-daemon/ScanArchive: true
clamav-daemon/MaxHTMLNormalize: 10M
clamav-daemon/StatsPEDisabled: true
clamav-daemon/FollowDirectorySymlinks: false
clamav-daemon/StreamMaxLength: 100
clamav-daemon/LogRotate: true
clamav-daemon/OnAccessMaxFileSize: 5M
clamav-daemon/TcpOrLocal: UNIX
clamav-daemon/FixStaleSocket: true
clamav-daemon/User: despam
clamav-daemon/LocalSocketGroup: despam
clamav-daemon/MaxScriptNormalize: 5M
clamav-daemon/ForceToDisk: false
clamav-daemon/FollowFileSymlinks: false
clamav-daemon/TCPSocket: 3310
clamav-daemon/SelfCheck: 3600
clamav-daemon/MaxZipTypeRcg: 1M
clamav-daemon/MaxHTMLNoTags: 2M
clamav-daemon/Bytecode: true
--- End Message ---
--- Begin Message ---
Source: clamav
Source-Version: 0.98.7+dfsg-2
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.
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.
Sebastian Andrzej Siewior <[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: SHA512
Format: 1.8
Date: Sat, 13 Jun 2015 15:11:41 +0200
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6
clamav-daemon clamdscan clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all
Version: 0.98.7+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: ClamAV Team <[email protected]>
Changed-By: Sebastian Andrzej Siewior <[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
clamdscan - anti-virus utility for Unix - scanner client
libclamav-dev - anti-virus utility for Unix - development files
libclamav6 - anti-virus utility for Unix - library
Closes: 767353 775112 787249
Changes:
clamav (0.98.7+dfsg-2) unstable; urgency=medium
.
[ Andreas Cadhalpun ]
* Increase MaxRecursion to the upstream default of 16. (Closes: #787249)
* Bump the version for the PidFile removal check in the clamav-daemon and
clamav-freshclam postinst scripts (Closes: #767353)
* Add database existence check also to clamav-daemon.socket.
This works around systemd bug #775458. (Closes: #775112)
.
[ Sebastian Andrzej Siewior ]
* also remove debian/clamav-freshclam.prerm clean
Checksums-Sha1:
4bf57aeafabbdf31e772934840d409c1d4334e07 3075 clamav_0.98.7+dfsg-2.dsc
8bf2c4ae08361e90a305d25476c2e62669c5842d 242356
clamav_0.98.7+dfsg-2.debian.tar.xz
c1911e28d20b5ce0962089212661b4f10adfa5a7 283136
clamav-base_0.98.7+dfsg-2_all.deb
820e5482137a0dfe3108b8631047ce5f72059439 883670
clamav-docs_0.98.7+dfsg-2_all.deb
c390de0d164c464adca04133cea6b02f7a2be004 3098128
clamav-testfiles_0.98.7+dfsg-2_all.deb
Checksums-Sha256:
2961e470ddf50e1e96054903153f2d6587e8db8fe5a7c5ede44784bed5a98426 3075
clamav_0.98.7+dfsg-2.dsc
898dfd0600d56702fcc3789f23d73e063ad41251c95b3b0c351666e1acb3f628 242356
clamav_0.98.7+dfsg-2.debian.tar.xz
160516edd0847bca35f7410be82e7ccb59404754429a603d97e81c42fc97b00e 283136
clamav-base_0.98.7+dfsg-2_all.deb
bb6effbecfbb36efd716930313ee9aa926315ce7ea3dddad4975475129aa4589 883670
clamav-docs_0.98.7+dfsg-2_all.deb
ce38ae8006d912b00548daff60f3132d87c60128a4d7d9694ce57970984d0ad1 3098128
clamav-testfiles_0.98.7+dfsg-2_all.deb
Files:
833fa69a88d6d45c049061b75842afbc 3075 utils optional clamav_0.98.7+dfsg-2.dsc
d61f6926c4d2d59408efba19e58a42b4 242356 utils optional
clamav_0.98.7+dfsg-2.debian.tar.xz
6bc411fc4dcf2021718be5605631d68b 283136 utils optional
clamav-base_0.98.7+dfsg-2_all.deb
9bc14552d86389055fa5d88a5274de41 883670 doc optional
clamav-docs_0.98.7+dfsg-2_all.deb
0bca3b99ce56c23a29ff8be2bf63aa4f 3098128 utils optional
clamav-testfiles_0.98.7+dfsg-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJVfC31AAoJEHuW6BYqjPXRpyMQAMWMM2enbHzKEruv5aWbYXaL
1DnRnoM4R8ZmD69Rwep/+Ka3jC7BKGkC5zV9MdFE7FI8znrojiMRWPZf2qzPK1s5
rCPAJpx2blpmxCUFQvdXRViIqcKn+tWkNKFm67s3G2vkTzFwwp555rJUyBh1do47
21babD52ESVwHC3qpBd7Y0wzubdtoMvqwkdUwG701IyTn+Rc1QaTJXw75D3j/SKk
UY7qdzKq1cjjSlHbZKikw6nIPHFd00JuwVhYgPw3D6gPcqHPsBT3gJ70mlReLscL
w9WmOOwkJaJj2jcO8em0llNnm75JA4ADTP7kyD9idJ1R8rkpXvuxCgaTZqdx9GgF
5+AQAQuxmmcWV14lQuhr5+4FecuqkpJrNfvc7MS+P35z19zbcfSKEzhjN0G6ZMeL
aJ7L769I6Qep3UGtQdUOaYdABNLGLRzg6DCD9O86tnOI0YM8ITcn7gEO1rcRPHt2
EWsSSjwUXPpOl+A+UCBH/8Q/bUCukim4Eg3LLs15BD2Tw4n6/RXiG5TzUHBkOE4i
qx/hihk2Q04WGEBQyPtL+vq9nDAp9iu1XAGh+43LAtMNdmIG9oVTEKLu+3pWSv6m
pX6a9s6Ojm5R5sx8g9o4YRSOJyJo06v654xnVtDlveotqtgkSlVZqvfetHqNm44d
p6bsD8++rqDQFHJhz5nL
=2b8k
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-clamav-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel