Your message dated Mon, 02 Nov 2009 16:50:06 +0000
with message-id <e1n506y-0004yi...@valente.debian.org>
and subject line Bug#553333: fixed in clamav 0.95.3+dfsg-1~volatile1
has caused the Debian Bug report #553333,
regarding clamav-milter: inet milter socket configuration changes the owner of
/root to clamav
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 ow...@bugs.debian.org
immediately.)
--
553333: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553333
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clamav-milter
Version: 0.95.2+dfsg-1~volatile1
Severity: serious
Tags: patch
Because of some communication problems between postfix and
clamav-milter local socket, I've choosed to configure clamav-milter
with a network socket:
MilterSocket = "inet:7...@127.0.0.1"
The problem is that every execution of the init.d script will change
the owner of /root directory to 'clamav'. This patch fixes the
problem:
COBRANEW:~# diff -pU2
/etc/init.d/clamav-milter_0.95.2+dfsg-1~volatile1
/etc/init.d/clamav-milter
--- /etc/init.d/clamav-milter_0.95.2+dfsg-1~volatile1 2009-07-11
21:50:02.000000000 +0300
+++ /etc/init.d/clamav-milter 2009-10-30 12:45:20.000000000 +0200
@@ -172,5 +172,5 @@ make_dir()
[ -n "$User" ] || User=clamav
mkdir -p -m 0755 "$DIR"
- chown "$User:$User" "$DIR"
+ chown "$User" "$DIR"
}
@@ -279,5 +279,5 @@ fi
make_dir "$DataBaseDirectory"
-if [ "${SOCKET_PATH#inet}" = "${SOCKET_PATH}" ]; then
+if [ "${SOCKET_TYPE}" = "local" ]; then
make_dir $(dirname "$SOCKET_PATH")
chown $User $(dirname "$SOCKET_PATH")
Please include it in the next upload (probably for the new upstream
release 0.95.3).
Thanks
-- Package-specific info:
--- configuration ---
Checking configuration files in /etc/clamav
Config file: clamd.conf
-----------------------
LogFile = "/var/log/clamav/clamav.log"
LogFileUnlock disabled
LogFileMaxSize disabled
LogTime = "yes"
LogClean disabled
LogSyslog = "yes"
LogFacility = "LOG_MAIL"
LogVerbose disabled
PidFile = "/var/run/clamav/clamd.pid"
TemporaryDirectory disabled
DatabaseDirectory = "/var/lib/clamav"
LocalSocket = "/var/run/clamav/clamd.ctl"
FixStaleSocket = "yes"
TCPSocket disabled
TCPAddr disabled
MaxConnectionQueueLength = "15"
StreamMaxLength disabled
StreamMinPort = "1024"
StreamMaxPort = "2048"
MaxThreads = "12"
ReadTimeout = "180"
CommandReadTimeout = "5"
SendBufTimeout = "200"
MaxQueue = "100"
IdleTimeout = "30"
ExcludePath disabled
MaxDirectoryRecursion = "20"
FollowDirectorySymlinks disabled
FollowFileSymlinks disabled
SelfCheck = "3600"
VirusEvent disabled
ExitOnOOM disabled
Foreground disabled
Debug disabled
LeaveTemporaryFiles disabled
User = "clamav"
AllowSupplementaryGroups = "yes"
DetectPUA disabled
ExcludePUA disabled
IncludePUA disabled
AlgorithmicDetection = "yes"
ScanPE = "yes"
ScanELF = "yes"
DetectBrokenExecutables disabled
ScanMail = "yes"
MailFollowURLs disabled
ScanPartialMessages disabled
PhishingSignatures = "yes"
PhishingScanURLs = "yes"
PhishingAlwaysBlockCloak disabled
PhishingAlwaysBlockSSLMismatch disabled
HeuristicScanPrecedence disabled
StructuredDataDetection disabled
StructuredMinCreditCardCount = "3"
StructuredMinSSNCount = "3"
StructuredSSNFormatNormal = "yes"
StructuredSSNFormatStripped disabled
ScanHTML = "yes"
ScanOLE2 = "yes"
ScanPDF = "yes"
ScanArchive = "yes"
ArchiveBlockEncrypted disabled
MaxScanSize = "104857600"
MaxFileSize = "26214400"
MaxRecursion = "16"
MaxFiles = "10000"
ClamukoScanOnAccess disabled
ClamukoScanOnOpen disabled
ClamukoScanOnClose disabled
ClamukoScanOnExec disabled
ClamukoIncludePath disabled
ClamukoExcludePath disabled
ClamukoMaxFileSize = "5242880"
DevACOnly disabled
DevACDepth disabled
Config file: freshclam.conf
---------------------------
LogFileMaxSize disabled
LogTime disabled
LogSyslog disabled
LogFacility = "LOG_LOCAL6"
LogVerbose disabled
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"
MaxAttempts = "5"
ScriptedUpdates = "yes"
CompressLocalDatabase 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
SafeBrowsing disabled
Config file: clamav-milter.conf
-------------------------------
LogFile = "/var/log/clamav/milter.log"
LogFileUnlock disabled
LogFileMaxSize disabled
LogTime = "yes"
LogSyslog = "yes"
LogFacility = "LOG_MAIL"
LogVerbose = "yes"
PidFile = "/var/run/clamav/clamav-milter.pid"
TemporaryDirectory = "/tmp"
FixStaleSocket = "yes"
MaxThreads = "10"
ReadTimeout = "120"
Foreground disabled
User = "clamav"
AllowSupplementaryGroups = "yes"
MaxFileSize disabled
ClamdSocket = "unix:/var/run/clamav/clamd.ctl"
MilterSocket = "inet:7...@127.0.0.1"
LocalNet = "local"
OnClean = "Accept"
OnInfected = "Reject"
OnFail = "Defer"
RejectMsg disabled
AddHeader = "Replace"
Chroot disabled
Whitelist disabled
SkipAuthenticated disabled
LogInfected = "Full"
Software settings
-----------------
Version: 0.95.2
Optional features supported: MEMPOOL IPv6 FRESHCLAM_DNS_FIX AUTOIT_EA06 BZIP2
Database directory: /var/lib/clamav/
main.cvd: version 51, sigs: 545035, built on Thu May 14 17:28:45 2009
daily.cld: version 9964, sigs: 96802, built on Fri Oct 30 03:39:02 2009
daily.cld: WARNING: This database requires f-level 44 (current f-level: 43)
--- data dir ---
total 26608
-rw-r--r-- 1 clamav clamav 5947392 2009-10-30 04:37 daily.cld
-rw-r--r-- 1 clamav clamav 21253696 2009-10-26 15:02 main.cvd
-rw------- 1 clamav clamav 572 2009-10-30 12:37 mirrors.dat
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages clamav-milter depends on:
ii adduser 3.110 add and remove users and groups
ii clamav-base 0.95.2+dfsg-1~volatile1 anti-virus utility for Unix - base
ii clamav-freshclam 0.95.2+dfsg-1~volatile1 anti-virus utility for Unix - viru
ii debconf [debconf 1.5.24 Debian configuration management sy
ii libc6 2.7-18 GNU C Library: Shared libraries
ii libmilter1.0.1 8.14.3-5 Sendmail Mail Filter API (Milter)
ii logrotate 3.7.1-5 Log rotation utility
ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
ii ucf 3.0016 Update Configuration File: preserv
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages clamav-milter recommends:
ii clamav-daemon 0.95.2+dfsg-1~volatile1 anti-virus utility for Unix - scan
Versions of packages clamav-milter suggests:
pn clamav-docs <none> (no description available)
pn daemon <none> (no description available)
-- debconf information:
* clamav-milter/LogFile: /var/log/clamav/milter.log
* clamav-milter/LogSyslog: true
* clamav-milter/MilterSocket: inet:7...@127.0.0.1
* clamav-milter/OnInfected: Reject
* clamav-milter/User: clamav
* clamav-milter/LogInfected: Full
* clamav-milter/MaxFileSize: 0
* clamav-milter/FixStaleSocket: true
* clamav-milter/LogFileUnlock: false
* clamav-milter/Chroot:
* clamav-milter/ReadTimeout: 120
clamav-milter/AddGroups:
* clamav-milter/LogFileMaxSize: 0
* clamav-milter/OnFail: Defer
* clamav-milter/LocalNet: local
* clamav-milter/debconf: true
* clamav-milter/LogTime: true
* clamav-milter/RejectMsg:
* clamav-milter/TemporaryDirectory: /tmp
* clamav-milter/LogFacility: LOG_MAIL
* clamav-milter/ClamdSocket: unix:/var/run/clamav/clamd.ctl
* clamav-milter/PidFile: /var/run/clamav/clamav-milter.pid
* clamav-milter/Foreground: false
* clamav-milter/AddHeader: Replace
* clamav-milter/LogVerbose: true
* clamav-milter/Whitelist:
--- End Message ---
--- Begin Message ---
Source: clamav
Source-Version: 0.95.3+dfsg-1~volatile1
We believe that the bug you reported is fixed in the latest version of
clamav, which is due to be installed in the volatile.debian.org FTP archive:
clamav-base_0.95.3+dfsg-1~volatile1_all.deb
to pool/volatile/main/c/clamav/clamav-base_0.95.3+dfsg-1~volatile1_all.deb
clamav-daemon_0.95.3+dfsg-1~volatile1_amd64.deb
to pool/volatile/main/c/clamav/clamav-daemon_0.95.3+dfsg-1~volatile1_amd64.deb
clamav-dbg_0.95.3+dfsg-1~volatile1_amd64.deb
to pool/volatile/main/c/clamav/clamav-dbg_0.95.3+dfsg-1~volatile1_amd64.deb
clamav-docs_0.95.3+dfsg-1~volatile1_all.deb
to pool/volatile/main/c/clamav/clamav-docs_0.95.3+dfsg-1~volatile1_all.deb
clamav-freshclam_0.95.3+dfsg-1~volatile1_amd64.deb
to
pool/volatile/main/c/clamav/clamav-freshclam_0.95.3+dfsg-1~volatile1_amd64.deb
clamav-milter_0.95.3+dfsg-1~volatile1_amd64.deb
to pool/volatile/main/c/clamav/clamav-milter_0.95.3+dfsg-1~volatile1_amd64.deb
clamav-testfiles_0.95.3+dfsg-1~volatile1_all.deb
to
pool/volatile/main/c/clamav/clamav-testfiles_0.95.3+dfsg-1~volatile1_all.deb
clamav_0.95.3+dfsg-1~volatile1.diff.gz
to pool/volatile/main/c/clamav/clamav_0.95.3+dfsg-1~volatile1.diff.gz
clamav_0.95.3+dfsg-1~volatile1.dsc
to pool/volatile/main/c/clamav/clamav_0.95.3+dfsg-1~volatile1.dsc
clamav_0.95.3+dfsg-1~volatile1_amd64.deb
to pool/volatile/main/c/clamav/clamav_0.95.3+dfsg-1~volatile1_amd64.deb
clamav_0.95.3+dfsg.orig.tar.gz
to pool/volatile/main/c/clamav/clamav_0.95.3+dfsg.orig.tar.gz
libclamav-dev_0.95.3+dfsg-1~volatile1_amd64.deb
to pool/volatile/main/c/clamav/libclamav-dev_0.95.3+dfsg-1~volatile1_amd64.deb
libclamav6_0.95.3+dfsg-1~volatile1_amd64.deb
to pool/volatile/main/c/clamav/libclamav6_0.95.3+dfsg-1~volatile1_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 553...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
volatile.debian.org distribution maintenance software
pp.
Michael Tautschnig <m...@debian.org> (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 ftpmas...@volatile.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 02 Nov 2009 17:19:38 +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.3+dfsg-1~volatile1
Distribution: lenny-volatile
Urgency: low
Maintainer: ClamAV Team <pkg-clamav-de...@lists.alioth.debian.org>
Changed-By: Michael Tautschnig <m...@debian.org>
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: 534443 535672 536669 537471 537629 543309 545061 545753 546450 548050
553333
Changes:
clamav (0.95.3+dfsg-1~volatile1) lenny-volatile; urgency=low
.
[ Michael Meskes ]
* Debconf translation updates
- Czech (closes: #535672)
- Italian (closes: #537471)
- Dutch (closes: #545061)
- German (closes: #545753)
- Vietnamese (closes: #548050)
* Fixed LSB header information. (Closes: #546450) - thanks to Petter
Reinholdtsen <p...@hungry.com>
* Bumped Standards-Version to 3.8.3, no changes needed.
.
[ Stephen Gran ]
* Remove clamav-milter logrotate file on purge (closes: #536669)
* Always use clamav-milter.ctl as local socket (closes: #543309)
* Lots more milter maintainer script cleanups
* Fix the changelog
.
[ Michael Tautschnig ]
* Remove all remaining files during purge
* New upstream version
* Should fix clamd segfault on startup (closes: #537629)
* Updated info in clamd.conf man page (closes: #534443)
* Proper socket ownership setup, no chgrp in make_dir (closes: #553333)
* Fixed changelog syntax errors
Checksums-Sha1:
e3897bac651e6732c39e7746c9aa4778b4ebdbd6 1476
clamav_0.95.3+dfsg-1~volatile1.dsc
2d4294e55d8471985104e723d3e17978f14de99f 26892533
clamav_0.95.3+dfsg.orig.tar.gz
1b05cda1e2ff28e1127ff52d89c6be2af7ab52a0 262678
clamav_0.95.3+dfsg-1~volatile1.diff.gz
5a566edb9f1649e1e707c5b909183c25573e875d 24049208
clamav-base_0.95.3+dfsg-1~volatile1_all.deb
38fc82ae9fd02c3446748d959c8d6e2ea9579165 229212
clamav-testfiles_0.95.3+dfsg-1~volatile1_all.deb
332eced0492d886024e8cfcd55a1d69cafdd7f6c 1124526
clamav-docs_0.95.3+dfsg-1~volatile1_all.deb
28ee2e9ef192ea9b1274daba3d417018c55285e1 574396
libclamav6_0.95.3+dfsg-1~volatile1_amd64.deb
ce8801101c64a7081a500770e921cd9cc41ee141 276644
clamav_0.95.3+dfsg-1~volatile1_amd64.deb
eb3e3376379b7cec822e0a539853d33ba2956905 376630
clamav-daemon_0.95.3+dfsg-1~volatile1_amd64.deb
33bdaf748ffe5abbde908cfa3ea98b8be9c9cc38 282620
clamav-freshclam_0.95.3+dfsg-1~volatile1_amd64.deb
b6306c4d09d0d29d8ee86b6ef9e91d9e0162e9d8 303116
clamav-milter_0.95.3+dfsg-1~volatile1_amd64.deb
24ea822516c46af264c0450d0057f8037ea9aca1 609044
libclamav-dev_0.95.3+dfsg-1~volatile1_amd64.deb
c50b1572ffd7c51442d6d075241de9da95685cbc 1106350
clamav-dbg_0.95.3+dfsg-1~volatile1_amd64.deb
Checksums-Sha256:
fb69da317cf9ef56472ee94db2a23e9ba319d7e84732ec4f4b8eb4d12d42ba91 1476
clamav_0.95.3+dfsg-1~volatile1.dsc
755442ca97937234230f2007766e758424be8f9d478836dd60dd9d35deefa6db 26892533
clamav_0.95.3+dfsg.orig.tar.gz
417847fe3b8d821fd3151b14ae7188c1a486a52d950377b964a453e7e70da1d3 262678
clamav_0.95.3+dfsg-1~volatile1.diff.gz
42d3edcc8d874d59d4c9700f41507c29e71b79264fb967156be5e50e65c4b256 24049208
clamav-base_0.95.3+dfsg-1~volatile1_all.deb
2370a9a82d1006e4ff33872b0de7da9f717440358a5ce4ee4296178dff8fcd82 229212
clamav-testfiles_0.95.3+dfsg-1~volatile1_all.deb
3b3362fb526f7457d5edd0654b131be48629955373992ec5329c7c91a51de695 1124526
clamav-docs_0.95.3+dfsg-1~volatile1_all.deb
304fc1527c4aa9971598da12b7642a6ba712df6459a5cf8942305c03e6bd7f26 574396
libclamav6_0.95.3+dfsg-1~volatile1_amd64.deb
91ecf53fdd7c3161c437c2a2758749d324316207fdc6b58228cf8d1ae452529a 276644
clamav_0.95.3+dfsg-1~volatile1_amd64.deb
685108d72e86ddbf4040e19399d781a3235c07665acafba5385dc7ae1f7bc14b 376630
clamav-daemon_0.95.3+dfsg-1~volatile1_amd64.deb
deed7612a3b3ee517f6347f975a085950493e21ce5e222ea617de3e486855a7f 282620
clamav-freshclam_0.95.3+dfsg-1~volatile1_amd64.deb
097d9f46b8c624c808e5332f1d39bfaffc9e30a6112704a70f5b5ee96d1d296f 303116
clamav-milter_0.95.3+dfsg-1~volatile1_amd64.deb
1d520c809e45e3d48b813e1f6ca8bdf93933dc7af6f7504a251bfb6eaa1ca580 609044
libclamav-dev_0.95.3+dfsg-1~volatile1_amd64.deb
c21d42917bf4f45d94d7de173f037f8ec0106ad0ac0565073bebcececb4ca94d 1106350
clamav-dbg_0.95.3+dfsg-1~volatile1_amd64.deb
Files:
795690afd5f76134176d9c7741ed48f4 1476 utils optional
clamav_0.95.3+dfsg-1~volatile1.dsc
dfe1348c52223ab48f049123021aea4a 26892533 utils optional
clamav_0.95.3+dfsg.orig.tar.gz
4124d52333acb99d3270a594d089c563 262678 utils optional
clamav_0.95.3+dfsg-1~volatile1.diff.gz
991d3049a1b7e4cd1dfe353a519e564d 24049208 utils optional
clamav-base_0.95.3+dfsg-1~volatile1_all.deb
bca77e3e572fd17376fad06bdc4451a2 229212 utils optional
clamav-testfiles_0.95.3+dfsg-1~volatile1_all.deb
850b33da258bc579c647bdda7d67e727 1124526 doc optional
clamav-docs_0.95.3+dfsg-1~volatile1_all.deb
829adcb145b9078c696b75f95862c42c 574396 libs optional
libclamav6_0.95.3+dfsg-1~volatile1_amd64.deb
596833ecc5be6b355b1283abaf4482a0 276644 utils optional
clamav_0.95.3+dfsg-1~volatile1_amd64.deb
13f197bbe27063fd4241ab0c5e4c78b8 376630 utils optional
clamav-daemon_0.95.3+dfsg-1~volatile1_amd64.deb
6fb7c07e84b7e301ce373ce9ba689d3a 282620 utils optional
clamav-freshclam_0.95.3+dfsg-1~volatile1_amd64.deb
3d483d3b002889280bd368c413a3e8bf 303116 utils extra
clamav-milter_0.95.3+dfsg-1~volatile1_amd64.deb
a34d56558f55a8e45e13f074cec91aac 609044 libdevel optional
libclamav-dev_0.95.3+dfsg-1~volatile1_amd64.deb
e646d821ebad4615e3ec74fb2ba028a4 1106350 debug extra
clamav-dbg_0.95.3+dfsg-1~volatile1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkrvC5cACgkQvx6dH3bVKsS+IgCeLWC4SeP5ICmeTqxgX4OuemXf
/i8AoN0vOc2xPOnODzqjSyXrGRrZ1RDd
=ga3i
-----END PGP SIGNATURE-----
--- End Message ---