Your message dated Sun, 03 May 2015 18:02:06 +0000
with message-id <[email protected]>
and subject line Bug#778445: fixed in clamav 0.98.7+dfsg-0+deb8u1
has caused the Debian Bug report #778445,
regarding clamav-milter/MilterSocket debconf option ignored during initial 
install
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.)


-- 
778445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778445
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clamav-milter
Version: 0.98.5+dfsg-0+deb7u2
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Attempt to prepare package configuration via debconf-set-selections prior to 
package installation.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

1. Set debconf option via command:

echo "clamav-milter     clamav-milter/MilterSocket      string  
/var/spool/postfix/var/run/clamav/clamav-milter.ctl" | debconf-set-selections

2. Install package clamav-milter:

apt-get install clamav-milter

3. Check the value for option MiletSocket in ClamAV Milter configuration file:

grep MilterSocket /etc/clamav/clamav-milter.conf

   * What was the outcome of this action?

MilterSocket /var/run/clamav/clamav-milter.ctl
MilterSocketGroup clamav
MilterSocketMode 666

   * What outcome did you expect instead?

MilterSocket /var/spool/postfix/var/run/clamav/clamav-milter.ctl
MilterSocketGroup clamav
MilterSocketMode 666

   * Additional comments

Upon installing the package, I can clearly see via debconf-get-selections that 
the debconf option is still set to the path I set it to via 
debconf-set-selections. The interesting part is that in spite of this when 
running dpkg-reconfigure clamav-milter, and getting to question 
clamav-milter/MilterSocket, the value listed for it is 
/var/run/clamav/clamav-milter.ctl. Upon changing the value here, I get the 
desired value in the config file. That's why I think the issue happens during 
installation process only.


-- 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 disabled
LogFacility = "LOG_LOCAL6"
LogVerbose disabled
LogRotate = "yes"
ExtendedDetectionInfo = "yes"
PidFile = "/var/run/clamav/clamd.pid"
TemporaryDirectory disabled
DatabaseDirectory = "/var/lib/clamav"
OfficialDatabaseOnly disabled
LocalSocket = "/var/run/clamav/clamd.ctl"
LocalSocketGroup = "clamav"
LocalSocketMode = "666"
FixStaleSocket = "yes"
TCPSocket disabled
TCPAddr disabled
MaxConnectionQueueLength = "15"
StreamMaxLength = "26214400"
StreamMinPort = "1024"
StreamMaxPort = "2048"
MaxThreads = "12"
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 = "clamav"
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 = "yes"
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 = "yes"
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 = "24"
DNSDatabaseInfo = "current.cvd.clamav.net"
DatabaseMirror = "db.local.clamav.net", "database.clamav.net"
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"

Config file: clamav-milter.conf
-------------------------------
LogFile = "/var/log/clamav/clamav-milter.log"
LogFileUnlock disabled
LogFileMaxSize = "1048576"
LogTime = "yes"
LogSyslog disabled
LogFacility = "LOG_LOCAL6"
LogVerbose disabled
LogRotate = "yes"
PidFile = "/var/run/clamav/clamav-milter.pid"
TemporaryDirectory = "/tmp"
FixStaleSocket = "yes"
MaxThreads = "10"
ReadTimeout = "120"
Foreground disabled
User = "clamav"
AllowSupplementaryGroups = "yes"
MaxFileSize = "26214400"
ClamdSocket = "unix:/var/run/clamav/clamd.ctl"
MilterSocket = "/var/run/clamav/clamav-milter.ctl"
MilterSocketGroup = "clamav"
MilterSocketMode = "666"
LocalNet disabled
OnClean = "Accept"
OnInfected = "Quarantine"
OnFail = "Defer"
RejectMsg disabled
AddHeader = "Replace"
ReportHostname disabled
VirusAction disabled
Chroot disabled
Whitelist disabled
SkipAuthenticated disabled
LogInfected = "Off"
LogClean = "Off"
SupportMultipleRecipients disabled

Software settings
-----------------
Version: 0.98.5
Optional features supported: MEMPOOL IPv6 FRESHCLAM_DNS_FIX AUTOIT_EA06 BZIP2 
LIBXML2 JSON JIT

Database information
--------------------
Database directory: /var/lib/clamav
main.cvd: version 55, sigs: 2424225, built on Tue Sep 17 16:57:28 2013
daily.cvd: version 20063, sigs: 1324962, built on Fri Feb 13 18:53:55 2015
bytecode.cvd: version 246, sigs: 42, built on Thu Feb 12 22:13:36 2015
Total number of signatures: 3749229

Platform information
--------------------
uname: Linux 3.2.0-4-486 #1 Debian 3.2.65-1+deb7u1 i686
OS: linux-gnu, ARCH: i386, CPU: i486
Full OS version: Debian GNU/Linux 7.8 (wheezy)
zlib version: 1.2.7 (1.2.7), compile flags: 55
Triple: i386-pc-linux-gnu
CPU: corei7-avx, Little-endian
platform id: 0x0a114f4f0404070201040702

Build information
-----------------
GNU C: 4.7.2 (4.7.2)
GNU C++: 4.7.2 (4.7.2)
CPPFLAGS: -D_FORTIFY_SOURCE=2
CFLAGS: -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE
CXXFLAGS: 
LDFLAGS: -Wl,-z,relro
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 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-Wall -D_FILE_OFFSET_BITS=64' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-Wall -D_FILE_OFFSET_BITS=64' 'LDFLAGS=-Wl,-z,relro' 
'--with-dbdir=/var/lib/clamav' '--sysconfdir=/etc/clamav' '--disable-clamav' 
'--disable-unrar' '--enable-milter' '--enable-dns-fix' '--with-libjson' 
'--with-gnu-ld' '--with-system-tommath' '--without-included-ltdl' 
'-with-system-llvm=/usr/bin/llvm-config' 'build_alias=i486-linux-gnu'
sizeof(void*) = 4
Engine flevel: 79, dconf: 79

--- data dir ---
total 95692
-rw-r--r-- 1 clamav clamav    68662 Feb 14 14:17 bytecode.cvd
-rw-r--r-- 1 clamav clamav 33191317 Feb 14 14:17 daily.cvd
-rw-r--r-- 1 clamav clamav 64720632 Feb 14 14:16 main.cvd
-rw------- 1 clamav clamav      104 Feb 14 15:17 mirrors.dat

-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages clamav-milter depends on:
ii  adduser                         3.113+nmu3
ii  clamav-base                     0.98.5+dfsg-0+deb7u2
ii  clamav-freshclam [clamav-data]  0.98.5+dfsg-0+deb7u2
ii  debconf [debconf-2.0]           1.5.49
ii  dpkg                            1.16.15
ii  libc6                           2.13-38+deb7u7
ii  libjson0                        0.10-1.2
ii  libmilter1.0.1                  8.14.4-4
ii  libssl1.0.0                     1.0.1e-2+deb7u14
ii  logrotate                       3.8.1-4
ii  lsb-base                        4.1+Debian8+deb7u1
ii  procps                          1:3.3.3-3
ii  ucf                             3.0025+nmu3

Versions of packages clamav-milter recommends:
ii  clamav-daemon  0.98.5+dfsg-0+deb7u2

Versions of packages clamav-milter suggests:
pn  clamav-docs  <none>
pn  daemon       <none>

-- debconf information:
* clamav-milter/LogFile: /var/log/clamav/clamav-milter.log
* clamav-milter/ReadTimeout: 120
* clamav-milter/AddGroups:
* clamav-milter/LogFileMaxSize: 1M
* clamav-milter/LogSyslog: false
* clamav-milter/MilterSocket: 
/var/spool/postfix/var/run/clamav/clamav-milter.ctl
* clamav-milter/OnFail: Defer
* clamav-milter/LocalNet:
* clamav-milter/OnInfected: Quarantine
* clamav-milter/debconf: true
* clamav-milter/LogTime: true
* clamav-milter/RejectMsg:
* clamav-milter/TemporaryDirectory: /tmp
* clamav-milter/LogRotate: true
* clamav-milter/SupportMultipleRecipients: false
* clamav-milter/MilterSocketMode: 666
* clamav-milter/User: clamav
* clamav-milter/LogFacility: LOG_LOCAL6
* clamav-milter/ClamdSocket: unix:/var/run/clamav/clamd.ctl
* clamav-milter/MilterSocketGroup: clamav
* clamav-milter/LogInfected: Off
* clamav-milter/MaxFileSize: 25
* clamav-milter/PidFile: /var/run/clamav/clamav-milter.pid
* clamav-milter/FixStaleSocket: true
* clamav-milter/LogClean: Off
* clamav-milter/Foreground: false
* clamav-milter/LogFileUnlock: false
* clamav-milter/AddHeader: Replace
* clamav-milter/Chroot:
* clamav-milter/LogVerbose: false
* clamav-milter/Whitelist:

--- End Message ---
--- Begin Message ---
Source: clamav
Source-Version: 0.98.7+dfsg-0+deb8u1

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: SHA256

Format: 1.8
Date: Sat, 02 May 2015 23:27:36 +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 amd64
Version: 0.98.7+dfsg-0+deb8u1
Distribution: stable
Urgency: high
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: 778406 778445 779758 781088 783720
Changes:
 clamav (0.98.7+dfsg-0+deb8u1) stable; urgency=high
 .
   [ Andreas Cadhalpun ]
   * Fix variable name mismatch in clamav-milter.postinst in order to
     make preseeding work correctly. (Closes: #778445)
   * Rename DEBCONFILE to DEBCONFFILE in clamav-freshclam.postinst making it
     consistent with the other postinst scripts.
   * Build against libsystemd-dev. (Closes: #779758)
   * Drop 'XS-Testsuite: autopkgtest' from debian/control.
     Debhelper automatically adds the Testsuite field.
     This fixes the lintian warning xs-testsuite-header-in-debian-control.
   * Shorten debian/copyright. This fixes some lintian warnings:
      - dep5-copyright-license-name-not-unique
      - wildcard-matches-nothing-in-dep5-copyright
      - unused-file-paragraph-in-dep5-copyright
   * Use pathfind to avoid hardcoding paths.
     This fixes command-with-path-in-maintainer-script lintian warnings.
   * Fix syntax errors in clamav-freshclam.postinst. Thanks piuparts!
   * Fix cleanup on purge in clamav-base.postrm.
   * Use SocketUser, SocketGroup and RemoveOnStop systemd socket options
     instead of using ExecStartPost and ExecStopPost for that.
   * Respect clamav-daemon's LocalSocket* options with the systemd unit by
     extending the clamav-daemon.socket file appropriately, when running
     dpkg-reconfigure clamav-daemon. (Closes: #783720)
   * Disable this extendend configuration, when handling the configuration
     file with debconf is disabled.
   * Disable clamav-daemon.socket in prerm script.
 .
   [ Sebastian Andrzej Siewior ]
   * Replace ” with " in debian/common_functions (Closes: #781088)
   * Drop __DATE__ from tfm to make the package build reproducible with
     -Werror=date-time. With this change faketime is no longer required.
   * Import new upstream:
     - Improvements to PDF processing: decryption, escape sequence
       handling, and file property collection.
     - Scanning/analysis of additional Microsoft Office 2003 XML format.
     - Fix infinite loop condition on crafted y0da cryptor file. Identified
       and patch suggested by Sebastian Andrzej Siewior. CVE-2015-2221.
     - Fix crash on crafted petite packed file. Reported and patch
       supplied by Sebastian Andrzej Siewior. CVE-2015-2222.
     - Fix false negatives on files within iso9660 containers. This issue
       was reported by Minzhuan Gong.
     - Fix a couple crashes on crafted upack packed file. Identified and
       patches supplied by Sebastian Andrzej Siewior.
     - Fix a crash during algorithmic detection on crafted PE file.
       Identified and patch supplied by Sebastian Andrzej Siewior.
     - Fix an infinite loop condition on a crafted "xz" archive file.
       This was reported by Dimitri Kirchner and Goulven Guiheux.
       CVE-2015-2668.
     - Fix compilation error after ./configure --disable-pthreads.
       Reported and fix suggested by John E. Krokes.
     - Apply upstream patch for possible heap overflow in Henry Spencer's
       regex library. CVE-2015-2305 (Closes: #778406).
     - Fix crash in upx decoder with crafted file. Discovered and patch
       supplied by Sebastian Andrzej Siewior. CVE-2015-2170.
     - Fix segfault scanning certain HTML files. Reported with sample by
       Kai Risku.
     - Improve detections within xar/pkg files.
   * update GPG key used to verify releases to get uscan/get_orig.sh working
     again.
   * update symbol version for cl_retflevel due to CL_FLEVEL change.
Checksums-Sha1:
 4f8a3473c07d8a867a3d40a78acfc53ae0383ced 3103 clamav_0.98.7+dfsg-0+deb8u1.dsc
 d00df0b36ca5ef72518e891e5cb2bdf7ffbf9b9c 8322932 clamav_0.98.7+dfsg.orig.tar.xz
 db1cdda13f1f6b30dd051f31809a4277a9efcd6b 242188 
clamav_0.98.7+dfsg-0+deb8u1.debian.tar.xz
 fadd8527827ec136c902b7268e7480edd6306c13 283210 
clamav-base_0.98.7+dfsg-0+deb8u1_all.deb
 5e32d6635434a4bba85bcfc86a643c56f78b24bb 883632 
clamav-docs_0.98.7+dfsg-0+deb8u1_all.deb
 9d4839e7c735732b8c1d9d6a6485ece66362c1a5 2431586 
clamav-dbg_0.98.7+dfsg-0+deb8u1_amd64.deb
 b7b71a9b38f60a7b9b0a4c9c71adc7fcf8b21767 324672 
clamav_0.98.7+dfsg-0+deb8u1_amd64.deb
 388d63f7af4bb0e45d4535a6035fdfbe3eba65a9 244372 
libclamav-dev_0.98.7+dfsg-0+deb8u1_amd64.deb
 81cf4e3f52be341db13da439852af7f721305ed7 925998 
libclamav6_0.98.7+dfsg-0+deb8u1_amd64.deb
 c20f56aaa1a4cbc57bdb815afc931481bdead188 420898 
clamav-daemon_0.98.7+dfsg-0+deb8u1_amd64.deb
 ebe6511c58a236c14b6ae3b12d416357b4b316c8 297568 
clamdscan_0.98.7+dfsg-0+deb8u1_amd64.deb
 d887dc49ed7f2f3341ec27fe2aafe9d85802de97 3096342 
clamav-testfiles_0.98.7+dfsg-0+deb8u1_all.deb
 58cc5ba582c0dfc3f0632a95e680fc2bd5350ed3 348190 
clamav-freshclam_0.98.7+dfsg-0+deb8u1_amd64.deb
 4752d420319a4e5fc5662977cb0e1bc058c8f383 387118 
clamav-milter_0.98.7+dfsg-0+deb8u1_amd64.deb
Checksums-Sha256:
 82d2f957ea83a7dd8f4f16140098b99ffe4724acc514daa0f852250590fcad2e 3103 
clamav_0.98.7+dfsg-0+deb8u1.dsc
 3a153ccdde90702dc175bd251784b66f09431b517da4ca8c99407ecd3e295fa5 8322932 
clamav_0.98.7+dfsg.orig.tar.xz
 aa6c16cfcdf6d8eac26348926e493524360aa5abaf3eeaf9d9e0b8c67949e3d1 242188 
clamav_0.98.7+dfsg-0+deb8u1.debian.tar.xz
 560ad980d4eae99f9828d2a4d23d66e148268e43e730e9c05263c782eb54b59c 283210 
clamav-base_0.98.7+dfsg-0+deb8u1_all.deb
 2e688dd5958b67d6fd3c733025ad85a20e6c7355c012ace23ab831c4f417beb0 883632 
clamav-docs_0.98.7+dfsg-0+deb8u1_all.deb
 6ab58a8ba33f600b8b8ba4f1787ca9c2bbf7de40a9ab5f685e6090166da6395c 2431586 
clamav-dbg_0.98.7+dfsg-0+deb8u1_amd64.deb
 c322ccd4f4d09e57adfdff2f4e582c4aa6618f89d0d33207d4dc8e46e6b903d2 324672 
clamav_0.98.7+dfsg-0+deb8u1_amd64.deb
 d87374c9f17e444edca57dba262c0c73fc6965b29ad2dc2885a8c957eeb20f4a 244372 
libclamav-dev_0.98.7+dfsg-0+deb8u1_amd64.deb
 e3f3d035dff7b3b4901f99ba7cb82318f24a46fe69142899c47a055fb605fda3 925998 
libclamav6_0.98.7+dfsg-0+deb8u1_amd64.deb
 093fcafcdf3dd7a313a4710f9d520cc64aa999cd86d2af1836c1b1d2f5fc953c 420898 
clamav-daemon_0.98.7+dfsg-0+deb8u1_amd64.deb
 c4f5c28027bf40a89d1054275cf84947605ea7a48cf5faa6ec3b128ae18e1b18 297568 
clamdscan_0.98.7+dfsg-0+deb8u1_amd64.deb
 0398231ad84da583f302062d24e5b2b0bc2574abff65146b78e9d49b8502a8b4 3096342 
clamav-testfiles_0.98.7+dfsg-0+deb8u1_all.deb
 666026f42603d4177859d3ccdd46dbfead2202c88261260fe165072b35dc7673 348190 
clamav-freshclam_0.98.7+dfsg-0+deb8u1_amd64.deb
 25bd24c7b246eb61ff2489d5d5f18c98b24d484a50d4126a08239a4bdc25973b 387118 
clamav-milter_0.98.7+dfsg-0+deb8u1_amd64.deb
Files:
 9e1841fabc2a0c773d738a48eef42ffa 3103 utils optional 
clamav_0.98.7+dfsg-0+deb8u1.dsc
 7a012088d4389bd3ac2ac35442b98d37 8322932 utils optional 
clamav_0.98.7+dfsg.orig.tar.xz
 3e6e3b0aa9469b01afd2df00032d4ffb 242188 utils optional 
clamav_0.98.7+dfsg-0+deb8u1.debian.tar.xz
 b673f8e8d57f6a03305936070990dd29 283210 utils optional 
clamav-base_0.98.7+dfsg-0+deb8u1_all.deb
 10fad5c8cb1cc31a679f95c1b02ac494 883632 doc optional 
clamav-docs_0.98.7+dfsg-0+deb8u1_all.deb
 a708f2fa19bde4a2ba8f0962aff424d9 2431586 debug extra 
clamav-dbg_0.98.7+dfsg-0+deb8u1_amd64.deb
 2d6b49521323ecff7128d65a052f0d06 324672 utils optional 
clamav_0.98.7+dfsg-0+deb8u1_amd64.deb
 0814abc809685c59c1a4c9692f3e20df 244372 libdevel optional 
libclamav-dev_0.98.7+dfsg-0+deb8u1_amd64.deb
 ac681117183648854fa7a9234c29a421 925998 libs optional 
libclamav6_0.98.7+dfsg-0+deb8u1_amd64.deb
 ab6122f1e8639438faf2a3cc4285c7c6 420898 utils optional 
clamav-daemon_0.98.7+dfsg-0+deb8u1_amd64.deb
 eb0dac6ea43214ffefeec105d5f94a31 297568 utils optional 
clamdscan_0.98.7+dfsg-0+deb8u1_amd64.deb
 1696b6a736f1ec11c13c996e64422699 3096342 utils optional 
clamav-testfiles_0.98.7+dfsg-0+deb8u1_all.deb
 ba090e5d5cb97ababc7ed1c154ce01ed 348190 utils optional 
clamav-freshclam_0.98.7+dfsg-0+deb8u1_amd64.deb
 3635b7bfcb180ed16c80cfdf04591a3e 387118 utils extra 
clamav-milter_0.98.7+dfsg-0+deb8u1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVRj+6AAoJEHjX3vua1ZrxZuoP/1RNUBWfyC/mzNopez29GiOi
9IEKQM6uPo/IkaU8Vyy9lZ/gIKOr+8GgA/3qJYGuwo6l+uAIBPN8MTJhEZWrbTHa
qfKGYDnidFw8F5MdTEYuKJgdjZEXSM8Nl1vlk5lehRKhycbfQdjazOXBLcZsOkJd
mqBKbQObdz43gNZIlZILmrXAczNWh679yA2y0UxLAcszkFbd5VKuqB7y1Use4dM2
INKycGu6IZu+aq+IVkyZPyo1HqjTGwmiKpsxK3O9o5D5VewJgHa5RIhHBmUqLeCa
RyeezdrCL3b/NmV7P1E/fTiNMj6vEMWC1ObcJVOHs9Dm7k6Al4xG/8+/VQn8dNMT
PblApcVFKjIEGQjLq9o+k1GHySuPSMA209LS3mJx3OT6Zcv1c05Potd0+Bcq0gf4
1CD2pUSs0bYoIgYCwjsbFGPvd9TC6qOWU7zfQidCVu40H6dEd4rkReGDpUa6ubYo
Vh7CDqV4D0UbbABVrdiLlgKXqXhMUCHOCw97UJZuMzs753E6mQPGNivegfkvz/r7
xOQ52PGzOcjJJKYGc3xoe8ZMQbC43l0jRuir/faw9ufmZiSViqdPQ6m184vIlSIo
97QztNCecZE8noyWpJaWz7w0BOS9UxtEUAQ5nMUTiWuo1oKO4UXNYIK6um/bqE3b
aDX5dZX87RFOWnFgIp8M
=EFre
-----END PGP SIGNATURE-----

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

Reply via email to