Debian Bug report logs -
#458015
clamav-base: Could be more robust when group has been removed
Reported by: Robert Millan <rmh@aybabtu.com>
Date: Thu, 27 Dec 2007 23:18:04 UTC
Severity: normal
Found in version clamav/0.92~dfsg-2
Fixed in versions clamav/0.93~dfsg-1, clamav/0.93~dfsg-volatile1
Done: Stephen Gran <sgran@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Stephen Gran <sgran@debian.org>:
Bug#458015; Package clamav-base.
(full text, mbox, link).
Acknowledgement sent to Robert Millan <rmh@aybabtu.com>:
New Bug report received and forwarded. Copy sent to Stephen Gran <sgran@debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: clamav-base
Version: 0.92~dfsg-2
Severity: grave
postinst seems to assume that "clamav" group already exists:
[...]
S'està configurant clamav-base (0.92~dfsg-2) ...
chown: «clamav:clamav»: el grup no és vàlid
dpkg: s'ha produït un error en processar clamav-base (--configure):
el subprocés post-installation script retornà el codi d'eixida d'error 1
-- System Information:
Debian Release: lenny/sid
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#458015; Package clamav-base.
(full text, mbox, link).
Acknowledgement sent to Stephen Gran <sgran@debian.org>:
Extra info received and forwarded to list.
(full text, mbox, link).
Message #10 received at 458015@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
This one time, at band camp, Robert Millan said:
> postinst seems to assume that "clamav" group already exists:
>
> [...]
> S'està configurant clamav-base (0.92~dfsg-2) ...
> chown: «clamav:clamav»: el grup no és vàlid
> dpkg: s'ha produït un error en processar clamav-base (--configure):
> el subprocés post-installation script retornà el codi d'eixida d'error 1
Sorry about taking so long to get back to you - I was on vacation.
Whatis the output of `id clamav` on the affected system? It appears
that you have the user but not the group, which is a "should not happen"
kind of situation.
--
-----------------------------------------------------------------
| ,''`. Stephen Gran |
| : :' : sgran@debian.org |
| `. `' Debian user, admin, and developer |
| `- http://www.debian.org |
-----------------------------------------------------------------
[signature.asc (application/pgp-signature, inline)]
Information forwarded to debian-bugs-dist@lists.debian.org, Stephen Gran <sgran@debian.org>:
Bug#458015; Package clamav-base.
(full text, mbox, link).
Message #13 received at 458015@bugs.debian.org (full text, mbox, reply):
On Mon, Jan 07, 2008 at 11:24:01PM +0000, Stephen Gran wrote:
> This one time, at band camp, Robert Millan said:
> > postinst seems to assume that "clamav" group already exists:
> >
> > [...]
> > S'està configurant clamav-base (0.92~dfsg-2) ...
> > chown: «clamav:clamav»: el grup no és vàlid
> > dpkg: s'ha produït un error en processar clamav-base (--configure):
> > el subprocés post-installation script retornà el codi d'eixida d'error 1
>
> Sorry about taking so long to get back to you - I was on vacation.
No problem.
> Whatis the output of `id clamav` on the affected system? It appears
> that you have the user but not the group, which is a "should not happen"
> kind of situation.
At this time I have neither the user nor the group, but when this error
happened I had only the user. I'm afraid I can't explain why. All I know
is:
- This was a long-standing sid chroot.
- It never had clamav installed before (that I can recall).
- I did "sudo apt-get install clamav", which produced this error.
Which package is responsible for adding the group?
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#458015; Package clamav-base.
(full text, mbox, link).
Acknowledgement sent to Stephen Gran <sgran@debian.org>:
Extra info received and forwarded to list.
(full text, mbox, link).
Message #18 received at 458015@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
This one time, at band camp, Robert Millan said:
> On Mon, Jan 07, 2008 at 11:24:01PM +0000, Stephen Gran wrote:
>
> > Whatis the output of `id clamav` on the affected system? It appears
> > that you have the user but not the group, which is a "should not happen"
> > kind of situation.
>
> At this time I have neither the user nor the group, but when this error
> happened I had only the user. I'm afraid I can't explain why. All I know
> is:
>
> - This was a long-standing sid chroot.
> - It never had clamav installed before (that I can recall).
> - I did "sudo apt-get install clamav", which produced this error.
>
> Which package is responsible for adding the group?
clamav-base. It does a fairly standard:
if [ -z "$2" ]; then
if [ -z "`getent passwd clamav`" ]; then
adduser --system --no-create-home \
--disabled-password --disabled-login \
--shell /bin/false --group --home /var/lib/clamav clamav
fi
chown clamav:clamav $DATABASEDIR
chown clamav:clamav $RUNDIR
chown clamav:clamav $LOGDIR
This can go wrong if you've removed the package but not purged it and
then delgroup'ed the group (if you purge the package, it removes both
user and group), or if even on a fresh install there is a user but no
group present. Both of those are so strange I didn't (and don't)
consider them hugely interesting cases to code around.
I just don't know how you've gotten that error. The only thing I can
think of is that you may have scripts for copying in accounts into the
chroot that fails to also copy in the groups?
--
-----------------------------------------------------------------
| ,''`. Stephen Gran |
| : :' : sgran@debian.org |
| `. `' Debian user, admin, and developer |
| `- http://www.debian.org |
-----------------------------------------------------------------
[signature.asc (application/pgp-signature, inline)]
Information forwarded to debian-bugs-dist@lists.debian.org, Stephen Gran <sgran@debian.org>:
Bug#458015; Package clamav-base.
(full text, mbox, link).
Message #21 received at 458015@bugs.debian.org (full text, mbox, reply):
On Mon, Jan 07, 2008 at 11:42:43PM +0000, Stephen Gran wrote:
>
> clamav-base. It does a fairly standard:
> if [ -z "$2" ]; then
> if [ -z "`getent passwd clamav`" ]; then
> adduser --system --no-create-home \
> --disabled-password --disabled-login \
> --shell /bin/false --group --home /var/lib/clamav clamav
> fi
> chown clamav:clamav $DATABASEDIR
> chown clamav:clamav $RUNDIR
> chown clamav:clamav $LOGDIR
>
> This can go wrong if you've removed the package but not purged it and
> then delgroup'ed the group (if you purge the package, it removes both
> user and group), or if even on a fresh install there is a user but no
> group present. Both of those are so strange I didn't (and don't)
> consider them hugely interesting cases to code around.
>
> I just don't know how you've gotten that error. The only thing I can
> think of is that you may have scripts for copying in accounts into the
> chroot that fails to also copy in the groups?
I can't be sure of this, but what I _might_ have done is copying /etc/passwd
and/or /etc/group from outside the chroot (to propagate UIDs/GIDs).
Perhaps I only copied /etc/passwd (which presumably would include 'clamav')
and not /etc/group ? That would explain it.
In that case, I'd suggest making it more robust. Something like:
if [ -z "`getent group clamav`" ]; then
addgroup clamav
fi
if [ -z "`getent passwd clamav`" ]; then
adduser --system --no-create-home \
--disabled-password --disabled-login \
--shell /bin/false --home /var/lib/clamav clamav \
--ingroup clamav
fi
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#458015; Package clamav-base.
(full text, mbox, link).
Acknowledgement sent to Stephen Gran <sgran@debian.org>:
Extra info received and forwarded to list.
(full text, mbox, link).
Message #26 received at 458015@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
severity 458015 normal
retitle 458015 clamav-base: Could be more robust when group has been removed
thanks
This one time, at band camp, Robert Millan said:
> On Mon, Jan 07, 2008 at 11:42:43PM +0000, Stephen Gran wrote:
> >
> > This can go wrong if you've removed the package but not purged it and
> > then delgroup'ed the group (if you purge the package, it removes both
> > user and group), or if even on a fresh install there is a user but no
> > group present. Both of those are so strange I didn't (and don't)
> > consider them hugely interesting cases to code around.
> >
> > I just don't know how you've gotten that error. The only thing I can
> > think of is that you may have scripts for copying in accounts into the
> > chroot that fails to also copy in the groups?
>
> I can't be sure of this, but what I _might_ have done is copying /etc/passwd
> and/or /etc/group from outside the chroot (to propagate UIDs/GIDs).
>
> Perhaps I only copied /etc/passwd (which presumably would include 'clamav')
> and not /etc/group ? That would explain it.
>
> In that case, I'd suggest making it more robust. Something like:
OK. To be honest, I am not inclined to think of this as a bug in clamav
at this point, but a bug in the environment. The changes are simple, so
I'll probably apply them, but they're certainly not RC.
Cheers,
--
-----------------------------------------------------------------
| ,''`. Stephen Gran |
| : :' : sgran@debian.org |
| `. `' Debian user, admin, and developer |
| `- http://www.debian.org |
-----------------------------------------------------------------
[signature.asc (application/pgp-signature, inline)]
Severity set to `normal' from `grave'
Request was from Stephen Gran <sgran@debian.org>
to control@bugs.debian.org.
(Tue, 08 Jan 2008 12:12:06 GMT) (full text, mbox, link).
Changed Bug title to `clamav-base: Could be more robust when group has been removed' from `"invalid group" error in postinst'.
Request was from Stephen Gran <sgran@debian.org>
to control@bugs.debian.org.
(Tue, 08 Jan 2008 12:12:07 GMT) (full text, mbox, link).
Information forwarded to debian-bugs-dist@lists.debian.org, Stephen Gran <sgran@debian.org>:
Bug#458015; Package clamav-base.
(full text, mbox, link).
Message #33 received at 458015@bugs.debian.org (full text, mbox, reply):
On Tue, Jan 08, 2008 at 11:51:54AM +0000, Stephen Gran wrote:
> severity 458015 normal
> retitle 458015 clamav-base: Could be more robust when group has been removed
> thanks
> This one time, at band camp, Robert Millan said:
> > On Mon, Jan 07, 2008 at 11:42:43PM +0000, Stephen Gran wrote:
> > >
> > > This can go wrong if you've removed the package but not purged it and
> > > then delgroup'ed the group (if you purge the package, it removes both
> > > user and group), or if even on a fresh install there is a user but no
> > > group present. Both of those are so strange I didn't (and don't)
> > > consider them hugely interesting cases to code around.
> > >
> > > I just don't know how you've gotten that error. The only thing I can
> > > think of is that you may have scripts for copying in accounts into the
> > > chroot that fails to also copy in the groups?
> >
> > I can't be sure of this, but what I _might_ have done is copying /etc/passwd
> > and/or /etc/group from outside the chroot (to propagate UIDs/GIDs).
> >
> > Perhaps I only copied /etc/passwd (which presumably would include 'clamav')
> > and not /etc/group ? That would explain it.
> >
> > In that case, I'd suggest making it more robust. Something like:
>
> OK. To be honest, I am not inclined to think of this as a bug in clamav
> at this point, but a bug in the environment. The changes are simple, so
> I'll probably apply them, but they're certainly not RC.
Ok, thanks.
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
Tags added: pending
Request was from Anibal Monsalve Salazar <anibal@debian.org>
to control@bugs.debian.org.
(Tue, 29 Apr 2008 08:15:16 GMT) (full text, mbox, link).
Reply sent to Stephen Gran <sgran@debian.org>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Robert Millan <rmh@aybabtu.com>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #40 received at 458015-close@bugs.debian.org (full text, mbox, reply):
Source: clamav
Source-Version: 0.93~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.93~dfsg-1_all.deb
to pool/main/c/clamav/clamav-base_0.93~dfsg-1_all.deb
clamav-daemon_0.93~dfsg-1_i386.deb
to pool/main/c/clamav/clamav-daemon_0.93~dfsg-1_i386.deb
clamav-dbg_0.93~dfsg-1_i386.deb
to pool/main/c/clamav/clamav-dbg_0.93~dfsg-1_i386.deb
clamav-docs_0.93~dfsg-1_all.deb
to pool/main/c/clamav/clamav-docs_0.93~dfsg-1_all.deb
clamav-freshclam_0.93~dfsg-1_i386.deb
to pool/main/c/clamav/clamav-freshclam_0.93~dfsg-1_i386.deb
clamav-milter_0.93~dfsg-1_i386.deb
to pool/main/c/clamav/clamav-milter_0.93~dfsg-1_i386.deb
clamav-testfiles_0.93~dfsg-1_all.deb
to pool/main/c/clamav/clamav-testfiles_0.93~dfsg-1_all.deb
clamav_0.93~dfsg-1.diff.gz
to pool/main/c/clamav/clamav_0.93~dfsg-1.diff.gz
clamav_0.93~dfsg-1.dsc
to pool/main/c/clamav/clamav_0.93~dfsg-1.dsc
clamav_0.93~dfsg-1_i386.deb
to pool/main/c/clamav/clamav_0.93~dfsg-1_i386.deb
clamav_0.93~dfsg.orig.tar.gz
to pool/main/c/clamav/clamav_0.93~dfsg.orig.tar.gz
libclamav-dev_0.93~dfsg-1_i386.deb
to pool/main/c/clamav/libclamav-dev_0.93~dfsg-1_i386.deb
libclamav4_0.93~dfsg-1_i386.deb
to pool/main/c/clamav/libclamav4_0.93~dfsg-1_i386.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 458015@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stephen Gran <sgran@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 ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 28 Apr 2008 23:57:28 +0100
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav4 clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all i386
Version: 0.93~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran <sgran@debian.org>
Changed-By: Stephen Gran <sgran@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
libclamav4 - anti-virus utility for Unix - library
Closes: 426503 458015 467298 469196 471643 476450 477178 477278
Changes:
clamav (0.93~dfsg-1) unstable; urgency=low
.
* New upstream release (closes: #476450, #477278)
- Fixes failure to lock database directory
(closes: #467298, #471643, #426503)
* Fix logrotation when supervised (closes: #469196)
* Run adduser on every new install - this should work around the
xen-create-image thing of adding users but not groups (closes: #458015)
* Make clamav-milter be a little more self-documenting (closes: #477178)
Checksums-Sha1:
3cdbdc04ddeb89a5baea69db75619b4b81654e80 1279 clamav_0.93~dfsg-1.dsc
b48c109b48744acf05a8b36fab8567ec9be71649 16103173 clamav_0.93~dfsg.orig.tar.gz
84d68f065340b2cb1c632798d68fe18d41514a56 155380 clamav_0.93~dfsg-1.diff.gz
ab4747f27d026a4bbba8559ce3e07b8128028e2a 13811742 clamav-base_0.93~dfsg-1_all.deb
19a5cda38036ee04df18189e8371afdbb8b0b64b 192868 clamav-testfiles_0.93~dfsg-1_all.deb
15394007c8313f68164117c97ead161787060e6a 1047492 clamav-docs_0.93~dfsg-1_all.deb
8b86d9d1361ec41a815640b6ed88d1edfca1f9b7 461824 libclamav4_0.93~dfsg-1_i386.deb
bc5e04fefd18985b71da3f77f319ff4aff35783c 594414 clamav_0.93~dfsg-1_i386.deb
6b5d786a1093a90a04ee6fef571c5e0fd7a5d693 211240 clamav-daemon_0.93~dfsg-1_i386.deb
7b22f543c888bc9913143203593f96809e496c89 228826 clamav-freshclam_0.93~dfsg-1_i386.deb
6f6b3d1e38b27393549a2bc8a114cbbf71f6bbf1 212910 clamav-milter_0.93~dfsg-1_i386.deb
f6f58ff49f7d6d27e06f2b5fecb730f944d093af 475750 libclamav-dev_0.93~dfsg-1_i386.deb
088f120bcaaca459bc1071143f70e2cbf37916c0 723926 clamav-dbg_0.93~dfsg-1_i386.deb
Checksums-Sha256:
c4b74f3fef917879c23dec1943618109916811543c23d03de460467f8aefa621 1279 clamav_0.93~dfsg-1.dsc
439febb9c72c25b139d16e071f0246817ab80de4372f4ad83ad6595e158e5c73 16103173 clamav_0.93~dfsg.orig.tar.gz
ddc91c426e3262ffc9f6b95300b44a09380a4f41732dd87332f613879f8b8d4a 155380 clamav_0.93~dfsg-1.diff.gz
89842d8ad81f87e326ee1286a70192a9ae6447bf8dbebf0e125a2ccf24eb330f 13811742 clamav-base_0.93~dfsg-1_all.deb
99cd226622aaadf91c1d9cc89760a740e5ab5e855d5d139c0ee6f55566856189 192868 clamav-testfiles_0.93~dfsg-1_all.deb
bdebe1867e8e12bec04cb67c41112c7e095dad19900efee67e1dac755b142d87 1047492 clamav-docs_0.93~dfsg-1_all.deb
7042e28275e74193755fb735bdef74e767405a712440a226c30e2f2761716daf 461824 libclamav4_0.93~dfsg-1_i386.deb
f87d585a5184f02b62fb2042ec3304d8fdade22decead59e6be987e2a1d0e437 594414 clamav_0.93~dfsg-1_i386.deb
2d01e8761db5625aab0055d8cd044d607687be9275f52105ef401d2cc27d3d7a 211240 clamav-daemon_0.93~dfsg-1_i386.deb
3624ba9efd4f318d8fc7df95562eefcc66a4ec55f46cf432d1e09968e818a5a8 228826 clamav-freshclam_0.93~dfsg-1_i386.deb
ac62bae1f92f3434041853290b23c9d042b8d3d643e8deb04fcae9e76d35f83f 212910 clamav-milter_0.93~dfsg-1_i386.deb
d6f599901625b337adc428bc206989c5e0c716ac141670ca108a1cc03a99ff81 475750 libclamav-dev_0.93~dfsg-1_i386.deb
ef07cb89cb0b2133dd1d223910e0641fb1bcd22bd1a79c6d447699cc52278513 723926 clamav-dbg_0.93~dfsg-1_i386.deb
Files:
1b248e00fe38e243b86e9c1650feaf57 1279 utils optional clamav_0.93~dfsg-1.dsc
112ed15d15bc91b6b6522e0a566718d4 16103173 utils optional clamav_0.93~dfsg.orig.tar.gz
f83e3c3fc394383574f3cabfcb07d27b 155380 utils optional clamav_0.93~dfsg-1.diff.gz
7085aa23c71cf89ccdd9f9ed4d3f3baf 13811742 utils optional clamav-base_0.93~dfsg-1_all.deb
ad6533750d0b39aaf59810c0ac8f7eb5 192868 utils optional clamav-testfiles_0.93~dfsg-1_all.deb
573f5032dfe8f643f355fa6dfbda6989 1047492 doc optional clamav-docs_0.93~dfsg-1_all.deb
bf4175fec0ed364588f18a190ddc0b9c 461824 libs optional libclamav4_0.93~dfsg-1_i386.deb
8a18fc59e48c137c3fa405a3c60191ad 594414 utils optional clamav_0.93~dfsg-1_i386.deb
ea44053458f90946b4ffebc177a39d7d 211240 utils optional clamav-daemon_0.93~dfsg-1_i386.deb
083c35a220fa56ae12ccbd3318fe220e 228826 utils optional clamav-freshclam_0.93~dfsg-1_i386.deb
ad2a8af3cf9daee8f993f909838c9bba 212910 utils extra clamav-milter_0.93~dfsg-1_i386.deb
ad0b9673adfe38cb8a2c6760414ba627 475750 libdevel optional libclamav-dev_0.93~dfsg-1_i386.deb
07edf0cbe19e142b4f540e8bce03261c 723926 utils extra clamav-dbg_0.93~dfsg-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIFl8WSYIMHOpZA44RAmyuAJ9uMnGRALFqWwtuGOcPgj7IwIeqlACeNzEF
IuUhMkKeNIhMZLjGMR7dyDg=
=kqGD
-----END PGP SIGNATURE-----
Reply sent to Stephen Gran <sgran@debian.org>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Robert Millan <rmh@aybabtu.com>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #45 received at 458015-close@bugs.debian.org (full text, mbox, reply):
Source: clamav
Source-Version: 0.93~dfsg-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.93~dfsg-volatile1_all.deb
to pool/volatile/main/c/clamav/clamav-base_0.93~dfsg-volatile1_all.deb
clamav-daemon_0.93~dfsg-volatile1_i386.deb
to pool/volatile/main/c/clamav/clamav-daemon_0.93~dfsg-volatile1_i386.deb
clamav-dbg_0.93~dfsg-volatile1_i386.deb
to pool/volatile/main/c/clamav/clamav-dbg_0.93~dfsg-volatile1_i386.deb
clamav-docs_0.93~dfsg-volatile1_all.deb
to pool/volatile/main/c/clamav/clamav-docs_0.93~dfsg-volatile1_all.deb
clamav-freshclam_0.93~dfsg-volatile1_i386.deb
to pool/volatile/main/c/clamav/clamav-freshclam_0.93~dfsg-volatile1_i386.deb
clamav-milter_0.93~dfsg-volatile1_i386.deb
to pool/volatile/main/c/clamav/clamav-milter_0.93~dfsg-volatile1_i386.deb
clamav-testfiles_0.93~dfsg-volatile1_all.deb
to pool/volatile/main/c/clamav/clamav-testfiles_0.93~dfsg-volatile1_all.deb
clamav_0.93~dfsg-volatile1.diff.gz
to pool/volatile/main/c/clamav/clamav_0.93~dfsg-volatile1.diff.gz
clamav_0.93~dfsg-volatile1.dsc
to pool/volatile/main/c/clamav/clamav_0.93~dfsg-volatile1.dsc
clamav_0.93~dfsg-volatile1_i386.deb
to pool/volatile/main/c/clamav/clamav_0.93~dfsg-volatile1_i386.deb
clamav_0.93~dfsg.orig.tar.gz
to pool/volatile/main/c/clamav/clamav_0.93~dfsg.orig.tar.gz
libclamav-dev_0.93~dfsg-volatile1_i386.deb
to pool/volatile/main/c/clamav/libclamav-dev_0.93~dfsg-volatile1_i386.deb
libclamav4_0.93~dfsg-volatile1_i386.deb
to pool/volatile/main/c/clamav/libclamav4_0.93~dfsg-volatile1_i386.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 458015@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
volatile.debian.org distribution maintenance software
pp.
Stephen Gran <sgran@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 ftpmaster@volatile.debian.net)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 03 May 2008 12:54:18 +0100
Source: clamav
Binary: clamav libclamav-dev clamav-dbg clamav-milter libclamav4 clamav-base clamav-freshclam clamav-testfiles clamav-daemon clamav-docs
Architecture: source i386 all
Version: 0.93~dfsg-volatile1
Distribution: etch-volatile
Urgency: high
Maintainer: Stephen Gran <sgran@debian.org>
Changed-By: Stephen Gran <sgran@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
libclamav4 - anti-virus utility for Unix - library
Closes: 426503 458015 467298 469196 471643 476450 477178 477278
Changes:
clamav (0.93~dfsg-volatile1) etch-volatile; urgency=high
.
* New upstream release (closes: #476450, #477278)
- Fixes failure to lock database directory
(closes: #467298, #471643, #426503)
* Fix logrotation when supervised (closes: #469196)
* Run adduser on every new install - this should work around the
xen-create-image thing of adding users but not groups (closes: #458015)
* Make clamav-milter be a little more self-documenting (closes: #477178)
* Remove dpatch dependency - we keep the code in a patch system.
Files:
44a7a78aab5da27d0351960462cea7ca 891 utils optional clamav_0.93~dfsg-volatile1.dsc
112ed15d15bc91b6b6522e0a566718d4 16103173 utils optional clamav_0.93~dfsg.orig.tar.gz
3f7a193658a4d6eb93e54910dbf3aff7 152168 utils optional clamav_0.93~dfsg-volatile1.diff.gz
f44171fb3bb6ce6a8f20ca76768b1c74 13809252 utils optional clamav-base_0.93~dfsg-volatile1_all.deb
840ad4f25e45c5516a61f3fb4f9e3256 190716 utils optional clamav-testfiles_0.93~dfsg-volatile1_all.deb
7cce2e4d6ee36cafa273fb8362ef58b6 1049266 doc optional clamav-docs_0.93~dfsg-volatile1_all.deb
e2e9b25102f7925f452bff484dc832fe 461378 libs optional libclamav4_0.93~dfsg-volatile1_i386.deb
195f92222f9e22431544b142c4800ec2 595704 utils optional clamav_0.93~dfsg-volatile1_i386.deb
8136e94c3d041b60601b2c79a1e4ff42 208650 utils optional clamav-daemon_0.93~dfsg-volatile1_i386.deb
1dd16c05e6488b0e1b1390ec25810530 227106 utils optional clamav-freshclam_0.93~dfsg-volatile1_i386.deb
88b3e374f9358a8211f8f496dd1365d7 212066 utils extra clamav-milter_0.93~dfsg-volatile1_i386.deb
c7afd6864f037399c348f99871956ea8 477604 libdevel optional libclamav-dev_0.93~dfsg-volatile1_i386.deb
283f456aacc1330fc385cac34ef3ab8c 730544 utils extra clamav-dbg_0.93~dfsg-volatile1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIHGD2SYIMHOpZA44RAj+/AJ40l8ODFnH/Nu3YEpd4rh6+W8UrjQCeN0Ed
CbkrUz2lqxHUMpbxjS2wOso=
=7LNM
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Wed, 18 Jun 2008 07:28:43 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sat Jul 1 15:46:16 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.