Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-antivirus/clamav: ChangeLog clamav-0.92.1.ebuild
Date: Sat, 23 Feb 2008 22:37:28
Message-Id: E1JT2zk-00027a-Gk@stork.gentoo.org
1 ticho 08/02/23 22:37:24
2
3 Modified: ChangeLog clamav-0.92.1.ebuild
4 Log:
5 Enable AllowSupplementaryGroups option by default for better integration with other apps out of the box.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.281 app-antivirus/clamav/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.281&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.281&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.280&r2=1.281
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
18 retrieving revision 1.280
19 retrieving revision 1.281
20 diff -u -r1.280 -r1.281
21 --- ChangeLog 19 Feb 2008 18:04:29 -0000 1.280
22 +++ ChangeLog 23 Feb 2008 22:37:23 -0000 1.281
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-antivirus/clamav
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.280 2008/02/19 18:04:29 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.281 2008/02/23 22:37:23 ticho Exp $
28 +
29 + 23 Feb 2008; Andrej Kacian <ticho@g.o> clamav-0.92.1.ebuild:
30 + Enable AllowSupplementaryGroups option by default for better integration
31 + with other apps out of the box.
32
33 19 Feb 2008; Tobias Scherbaum <dertobi123@g.o>
34 clamav-0.92.1.ebuild:
35
36
37
38 1.8 app-antivirus/clamav/clamav-0.92.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild?r1=1.7&r2=1.8
43
44 Index: clamav-0.92.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- clamav-0.92.1.ebuild 19 Feb 2008 18:04:29 -0000 1.7
51 +++ clamav-0.92.1.ebuild 23 Feb 2008 22:37:23 -0000 1.8
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild,v 1.7 2008/02/19 18:04:29 dertobi123 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild,v 1.8 2008/02/23 22:37:23 ticho Exp $
57
58 inherit autotools eutils flag-o-matic fixheadtails multilib
59
60 @@ -91,6 +91,7 @@
61 -e "s:.*\(User\) .*:\1 clamav:" \
62 -e "s:^\#\(LogFile\) .*:\1 /var/log/clamav/clamd.log:" \
63 -e "s:^\#\(LogTime\).*:\1 yes:" \
64 + -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
65 "${D}"/etc/clamd.conf
66
67 # Do the same for /etc/freshclam.conf
68 @@ -100,6 +101,7 @@
69 -e "s:^\#\(UpdateLogFile\) .*:\1 /var/log/clamav/freshclam.log:" \
70 -e "s:^\#\(NotifyClamd\).*:\1 /etc/clamd.conf:" \
71 -e "s:^\#\(ScriptedUpdates\).*:\1 yes:" \
72 + -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
73 "${D}"/etc/freshclam.conf
74
75 if use milter ; then
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list