Your message dated Sat, 13 Sep 2014 13:00:08 +0000
with message-id <[email protected]>
and subject line Bug#636881: fixed in clamav 0.98.5~beta1+dfsg-3
has caused the Debian Bug report #636881,
regarding Milter socket permissions not set properly
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.)
--
636881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636881
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clamav-milter
Version: 0.97.2+dfsg-1~squeeze1
Severity: important
Tags: upstream
It seems no longer possible to set permissions of the milter socket:
root@domine:/var/spool/postfix/clamav# grep Milter
/etc/clamav/clamav-milter.conf
MilterSocket /var/spool/postfix/clamav/clamav-milter.ctl
MilterSocketGroup postfix
MilterSocketMode 660
root@domine:/var/spool/postfix/clamav# /etc/init.d/clamav-milter restart
Stopping Sendmail milter plugin for ClamAV: clamav-milter.
Starting Sendmail milter plugin for ClamAV: clamav-milter.
root@domine:/var/spool/postfix/clamav# ls -l
total 0
s--------- 1 clamav clamav 0 Aug 6 19:20 clamav-milter.ctl
If I uncomment the RWGROUP in /etc/default/clamav-milter, then I get
s----w---- 1 clamav postfix 0 Aug 6 19:21 clamav-milter.ctl
This is because the init.d script now does chgrp and chmod g+w, but
not more.
That this is configurable in both places is subject of #636877.
I think the bug is in clamav-milter, hence tagging this upstream.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
--- End Message ---
--- Begin Message ---
Source: clamav
Source-Version: 0.98.5~beta1+dfsg-3
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.
Scott Kitterman <[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: Fri, 12 Sep 2014 01:58:28 -0400
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 i386
Version: 0.98.5~beta1+dfsg-3
Distribution: experimental
Urgency: medium
Maintainer: ClamAV Team <[email protected]>
Changed-By: Scott Kitterman <[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: 393258 636877 636881
Changes:
clamav (0.98.5~beta1+dfsg-3) experimental; urgency=medium
.
[ Sebastian Andrzej Siewior ]
* Add bb-10731-Allow-to-specificy-a-group-for-the-socket-o.patch as a
prepation to allow running clamav-milter in a group of which the user is
not part of.
* Init milter socket before dropping root permissions (Closes: #636881).
* Drop SOCKET_RWGROUP and start milter as root and let it drop permissions
later. Now there is no need for /etc/default/clamav-milter.
(Closes: #636877)
.
[ Andreas Cadhalpun ]
* Add hardcode-LLVM-linker-flag-because-llvm-config-return.patch to make
clamav link to LLVM dynamically, which considerably decreases the size
of libclamav.
* Drop explicit po2debconf handling from debian/rules. It has been unused,
because the templates are nowadays handled by dh_installdebconf.
* Remove superfluous debian/*.dirs files and unneeded directories from the
remaining debian/*.dirs files.
* Don't mention non-existant file libclamav/crypto.h in debian/copyright.
* Add lintian overrides for false positive tags:
- space-in-std-shortname-in-dep5-copyright
- wildcard-matches-nothing-in-dep5-copyright
- package-contains-timestamped-gzip
* Fix the watch file to correctly mangle beta version numbers.
* Switch back to the sourceforge.net redirector, since #752384 got fixed.
* Don't suggest daemon on hurd, as it doesn't build there.
* Let debian/script include /etc/clamav/clamav-milter.conf in bug reports,
even if clamconf from clamav-daemon is not available.
* Install all documentation PDFs, including phishsigs_howto.pdf.
* Remove unused function wait_for_socket from clamav-milter.init.in.
* Simplify libclamav6.install file by using a wildcard.
* Improve comments in debian/rules.
* Stop ignoring test failures on hurd, because hurd's libc got fixed.
* Don't use '--with systemd' on wheezy, where dh_systemd is not available.
* Add libjson0-dev as alternative to libjson-c-dev, which doesn't exist
in wheezy.
* Split out the clamdscan command from clamav-daemon to its own package.
This makes it possible to only install the clamdscan client, if the
clamav daemon is accessed over the network. (Closes: #393258)
.
[ Scott Kitterman ]
* Fix hyphen-used-as-minus-sign in sigtool.1 and clamsubmit.1
Checksums-Sha1:
c867a5ba678a506c2bc6e3ddc1f8acbdcdd54652 3134 clamav_0.98.5~beta1+dfsg-3.dsc
5f67f3fd94a16968b12a2182847f72ea9e60874a 248296
clamav_0.98.5~beta1+dfsg-3.debian.tar.xz
20b2e53a21343e1c1b66d37768ad3cad2ae81935 276904
clamav-base_0.98.5~beta1+dfsg-3_all.deb
e0ec04409ddad8ca5edfa8d308b7a305130f096e 1385678
clamav-docs_0.98.5~beta1+dfsg-3_all.deb
cbd0cebf9aa6bf415929611f53e123766768ee04 2305436
clamav-dbg_0.98.5~beta1+dfsg-3_i386.deb
1b0bce386d5e97f1c813669a15eddef9bac2ea16 320906
clamav_0.98.5~beta1+dfsg-3_i386.deb
47bd1872207842c2d8e286904c50321b0cbee650 238484
libclamav-dev_0.98.5~beta1+dfsg-3_i386.deb
6b17f82768c9325ab1e8b7a97f59190eda8c3f4e 975578
libclamav6_0.98.5~beta1+dfsg-3_i386.deb
473011a3afdcee0cd6ff00fdba547b7c711c7473 417752
clamav-daemon_0.98.5~beta1+dfsg-3_i386.deb
1906e8ec9d30954de21dfa37d2a7a77599f1fafc 294214
clamdscan_0.98.5~beta1+dfsg-3_i386.deb
b140d97ba2d78341ab99642ccf3662fdb4273217 3088972
clamav-testfiles_0.98.5~beta1+dfsg-3_all.deb
e499aa25154ef4193ba10b6242e1eb965de4246f 345536
clamav-freshclam_0.98.5~beta1+dfsg-3_i386.deb
0b8a2ad1e562b9c4e3125752c01aebd9a5a5bf46 384860
clamav-milter_0.98.5~beta1+dfsg-3_i386.deb
Checksums-Sha256:
0c92da68cffd1476d7349f46711c816b313ba77d51449b05301db094d7a7c4c6 3134
clamav_0.98.5~beta1+dfsg-3.dsc
1c15006d74d4e5e94b66744ba6fba614b86dc634c3d199dd01a5594a191b3a20 248296
clamav_0.98.5~beta1+dfsg-3.debian.tar.xz
898f440c736994f0a5203212eb19a7e6eb51ff08438e4bfb8c09bc7e1ed2a598 276904
clamav-base_0.98.5~beta1+dfsg-3_all.deb
ca21c9f5aebb5829356bccbcccdee7a89a3fc7f9673c250b2833baef16fa1010 1385678
clamav-docs_0.98.5~beta1+dfsg-3_all.deb
a6f5e640012e1c520b852405cdf30e114c5516497ba0f811ba54b0fe5fb678e2 2305436
clamav-dbg_0.98.5~beta1+dfsg-3_i386.deb
49ef9ada426265c9fbd7dcc2176c8f6a6ff40fa8d97d232aca24460c1ac27a4d 320906
clamav_0.98.5~beta1+dfsg-3_i386.deb
e0eefd1798a816f40d2db6c284fda4a2fdd6c4e00f10d2dff714b498d65f4fb2 238484
libclamav-dev_0.98.5~beta1+dfsg-3_i386.deb
3740df3bdbde6ae266cd7c615ef8861664cfb88f810ad4804b8fc1dd1ebf7afb 975578
libclamav6_0.98.5~beta1+dfsg-3_i386.deb
ab29b14c0d54ffc7c62a9636ea28ff7bc93063672758449a80cea2a321c79f2d 417752
clamav-daemon_0.98.5~beta1+dfsg-3_i386.deb
499038b1d8922aa38f48115494b582230d540a4cb70e35e781c40126838573c6 294214
clamdscan_0.98.5~beta1+dfsg-3_i386.deb
c58861cbd97c8da64b8fca8e6d461b5be45afd2af3c0c63a61cbd19eb30d5c35 3088972
clamav-testfiles_0.98.5~beta1+dfsg-3_all.deb
09590580fe7906a021ebd8d78387cc7ac35bff3472f5279ccad0d0504d1179d2 345536
clamav-freshclam_0.98.5~beta1+dfsg-3_i386.deb
a0142e49b602dc6e84858a13e037bc12f22e4b904fd28c9fe61f7aa43eb3b53b 384860
clamav-milter_0.98.5~beta1+dfsg-3_i386.deb
Files:
ca110f700fa7eaa80ab5c8252506dc01 276904 utils optional
clamav-base_0.98.5~beta1+dfsg-3_all.deb
7496f3f4cbf0caa554d8b37e6df0905b 1385678 doc optional
clamav-docs_0.98.5~beta1+dfsg-3_all.deb
7c2e7419ad866ecd1639b22c3ec9df69 2305436 debug extra
clamav-dbg_0.98.5~beta1+dfsg-3_i386.deb
9dcd344c2008f6baa0bd3b5d30dcf87c 320906 utils optional
clamav_0.98.5~beta1+dfsg-3_i386.deb
676dd6c04acf1601d7f12a6e1b64a77a 238484 libdevel optional
libclamav-dev_0.98.5~beta1+dfsg-3_i386.deb
58f0cbb0cdae56c3d7044ac889627785 975578 libs optional
libclamav6_0.98.5~beta1+dfsg-3_i386.deb
dac2ee14036a58b010d45b6b339cd6f3 417752 utils optional
clamav-daemon_0.98.5~beta1+dfsg-3_i386.deb
5c6b0afab2b2a36ee7682d46d54a779c 294214 utils optional
clamdscan_0.98.5~beta1+dfsg-3_i386.deb
b0bca757a0764d4cdc4489b9151eaefe 3088972 utils optional
clamav-testfiles_0.98.5~beta1+dfsg-3_all.deb
93d9572659abb6bc972b6bc59e236bad 345536 utils optional
clamav-freshclam_0.98.5~beta1+dfsg-3_i386.deb
b310f199c8091a5a65a22c31ed539c08 384860 utils extra
clamav-milter_0.98.5~beta1+dfsg-3_i386.deb
018549929e43769cf4bb99efbb1f961a 3134 utils optional
clamav_0.98.5~beta1+dfsg-3.dsc
634aa811883b40f89945a469c0c759dc 248296 utils optional
clamav_0.98.5~beta1+dfsg-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUE9cZAAoJEHjX3vua1ZrxA5AP/Avnvx2vBNZz47IHJaLIam7p
wgikAN2kFO/JXJ4f//CPkNN164upyJCSni2EKmv3Q/W6lQ/10ZrmZcIGgJQrUd1s
1Tnyy+xzzs+brdlTlKoGyO09GD0TcEmC8RNh+vGUTQJ6P52dBFqS+ynBIYZwmCiF
j95YaSNXTU5BJZJpK8RZa9VHPF5iEp+gWLEYGUI9tKpcLxDF8TCe8rMgUw5F16hL
qYkMM7/ePFLRfggWea7ko7hgOWcORWWaLqje9A1f/vniX1I7j8D2QQKUQohk7Ry+
zr+JB+GqovSiE3ODYqZvxrbjvrUBgOw+ic1TXAlaHqvEcZHFUbeUWdak+l5JdZnf
IwDYLvwu3rkfNXYct/1PyuBDlu4GEPhw8AskWJhjk6fTKOf6srClbcTEc39gadCI
kiWh33TSg4m5JqKtxo3GTNKbetBzANEm4QSQxF6NJav4k2N5IctzuEj3EAJZ4Dv8
tZ5qj2UGUJTEHOGdKPng+h2hqB9PpDglERGwVWtkDczvYvYkfmjONLR6xEknB1pe
/jbHNViIKx4TFFv2kmPbhYaGQTvYeoMjqLFapYau7YE08f0SZSPABVxTM7QcFsQK
iyMpQpD4XJwWjSPTHOfwPOPfAXB1TnkQWLm2SNCqUsmPk9RMVih6W+Mq5dJCbURJ
pWlnKmRZZW/49VbQH25y
=hwiq
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-clamav-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-clamav-devel