summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Barisani <lcars@gentoo.org>2005-09-16 12:53:30 +0000
committerAndrea Barisani <lcars@gentoo.org>2005-09-16 12:53:30 +0000
commit2b041cd4d014e3cdb6f9921d71b42ef3acf8438c (patch)
treecb949c939d67bdbedb49834c12dacc922bcbf752 /app-antivirus
parentChanged herd to dev-embedded (diff)
downloadgentoo-2-2b041cd4d014e3cdb6f9921d71b42ef3acf8438c.tar.gz
gentoo-2-2b041cd4d014e3cdb6f9921d71b42ef3acf8438c.tar.bz2
gentoo-2-2b041cd4d014e3cdb6f9921d71b42ef3acf8438c.zip
added timeout option, bug 100980
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog5
-rw-r--r--app-antivirus/clamav/Manifest18
-rw-r--r--app-antivirus/clamav/clamav-0.86.2.ebuild4
3 files changed, 10 insertions, 17 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index 3e50d86e0400..8b5302089e97 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,9 @@
# 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.104 2005/09/08 19:07:26 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.105 2005/09/16 12:53:30 lcars Exp $
+
+ 16 Sep 2005; Andrea Barisani <lcars@gentoo.org> clamav-0.86.2.ebuild:
+ Added timeout to MILTER_OPTS, bug #100980.
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
diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest
index 41d86e8f4a38..7a98761aba89 100644
--- a/app-antivirus/clamav/Manifest
+++ b/app-antivirus/clamav/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 ffdc0a400695f478d5c912fd5d10cc4d clamav-0.86.2.ebuild 3677
-MD5 2a4b5f6e8be0085dea9be871f68289d1 ChangeLog 19193
+MD5 4fcc17c251ee2b977affb3bc99b4695e ChangeLog 19311
+MD5 0fd559b9faa6c516e5039b37599274fa clamav-0.86.2.ebuild 3689
MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184
MD5 08f7b320461c04bbb88555e389c2e544 files/clamav-milter.README.gentoo 1124
-MD5 8365b1166d97452566de3f0f5140ab43 files/digest-clamav-0.86.2 66
-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.2 (GNU/Linux)
-
-iD8DBQFDIIxXQlM6RnzZP+IRAvdCAJ9L4w5swiw2cw3MN8gfMJSCYTFnEACgtgn1
-IwoGSsS6xPaBTW+0RqEs2kk=
-=P9dn
------END PGP SIGNATURE-----
+MD5 f6bf5b894e60e8686cb5a36ba240e1ef files/clamd.rc.new 2032
+MD5 8365b1166d97452566de3f0f5140ab43 files/digest-clamav-0.86.2 66
diff --git a/app-antivirus/clamav/clamav-0.86.2.ebuild b/app-antivirus/clamav/clamav-0.86.2.ebuild
index 1d4e3647013d..25703fc02b11 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.11 2005/09/08 19:07:26 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.86.2.ebuild,v 1.12 2005/09/16 12:53:30 lcars Exp $
inherit eutils flag-o-matic fixheadtails
@@ -95,7 +95,7 @@ src_install() {
>> ${D}/etc/conf.d/clamd
echo "MILTER_SOCKET=\"/var/run/clamav/clmilter.sock\"" \
>>${D}/etc/conf.d/clamd
- echo "MILTER_OPTS=\"-m 10\"" \
+ echo "MILTER_OPTS=\"-m 10 --timeout=0\"" \
>>${D}/etc/conf.d/clamd
fi
}