diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-09-08 19:07:26 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-09-08 19:07:26 +0000 |
commit | 2aa31703a65d09a72faea6e045694b3a368ef769 (patch) | |
tree | 617135878e4fcd5a424b8e0f2936abdac37289e8 /app-antivirus/clamav | |
parent | Mark 0.11 stable on alpha (diff) | |
download | historical-2aa31703a65d09a72faea6e045694b3a368ef769.tar.gz historical-2aa31703a65d09a72faea6e045694b3a368ef769.tar.bz2 historical-2aa31703a65d09a72faea6e045694b3a368ef769.zip |
Removed call to pwconv. Pointed out by Tobias Hahn <tobhahn at web.de>, bug #105278.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/Manifest | 12 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.86.2.ebuild | 3 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 40303cdea87b..3e50d86e0400 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.103 2005/08/28 00:33:26 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.104 2005/09/08 19:07:26 ticho Exp $ + + 08 Sep 2005; Andrej Kacian <ticho@gentoo.org> clamav-0.86.2.ebuild: + Removed call to pwconv. Pointed out by Tobias Hahn <tobhahn at web.de>, bug + #105278. 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> clamav-0.86.2.ebuild: Use -1 for shell argument to enewuser. Bug #103421. diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest index 70238de829f5..41d86e8f4a38 100644 --- a/app-antivirus/clamav/Manifest +++ b/app-antivirus/clamav/Manifest @@ -1,8 +1,8 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 7ef0c991cca3e80d459f117929e8bbe1 clamav-0.86.2.ebuild 3692 -MD5 79b09731b167a5bace2573c1382bf3a4 ChangeLog 19033 +MD5 ffdc0a400695f478d5c912fd5d10cc4d clamav-0.86.2.ebuild 3677 +MD5 2a4b5f6e8be0085dea9be871f68289d1 ChangeLog 19193 MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184 MD5 08f7b320461c04bbb88555e389c2e544 files/clamav-milter.README.gentoo 1124 MD5 8365b1166d97452566de3f0f5140ab43 files/digest-clamav-0.86.2 66 @@ -10,9 +10,9 @@ MD5 f6bf5b894e60e8686cb5a36ba240e1ef files/clamd.rc.new 2032 MD5 e29ee77ca9bfe28ed18dbf67a9c90e75 files/clamd.conf 193 MD5 1b3268d3723e003ad99bf706e6bf4312 files/clamd.rc 1444 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDEQZ5ntT9W3vfTuoRAvD8AKCudmFbMzgw8c/ACmHz397U9kKcjACghFV0 -Ga/7Os/rbyLgwEr2xa3RVCI= -=NaWj +iD8DBQFDIIxXQlM6RnzZP+IRAvdCAJ9L4w5swiw2cw3MN8gfMJSCYTFnEACgtgn1 +IwoGSsS6xPaBTW+0RqEs2kk= +=P9dn -----END PGP SIGNATURE----- diff --git a/app-antivirus/clamav/clamav-0.86.2.ebuild b/app-antivirus/clamav/clamav-0.86.2.ebuild index c30398a1a6f8..1d4e3647013d 100644 --- a/app-antivirus/clamav/clamav-0.86.2.ebuild +++ b/app-antivirus/clamav/clamav-0.86.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.86.2.ebuild,v 1.10 2005/08/23 13:17:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.86.2.ebuild,v 1.11 2005/09/08 19:07:26 ticho Exp $ inherit eutils flag-o-matic fixheadtails @@ -36,7 +36,6 @@ pkg_setup() { fi enewgroup clamav enewuser clamav -1 -1 /dev/null clamav - pwconv || die } src_compile() { |