Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ticho 08/02/23 22:37:24
Modified: ChangeLog clamav-0.92.1.ebuild
Log:
Enable AllowSupplementaryGroups option by default for better integration with other apps out of the box.
(Portage version: 2.1.4.4)
Revision Changes Path
1.281 app-antivirus/clamav/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.281&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?rev=1.281&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/ChangeLog?r1=1.280&r2=1.281
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog 19 Feb 2008 18:04:29 -0000 1.280
+++ ChangeLog 23 Feb 2008 22:37:23 -0000 1.281
@@ -1,6 +1,10 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.280 2008/02/19 18:04:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.281 2008/02/23 22:37:23 ticho Exp $
+
+ 23 Feb 2008; Andrej Kacian <ticho@g.o> clamav-0.92.1.ebuild:
+ Enable AllowSupplementaryGroups option by default for better integration
+ with other apps out of the box.
19 Feb 2008; Tobias Scherbaum <dertobi123@g.o>
clamav-0.92.1.ebuild:
1.8 app-antivirus/clamav/clamav-0.92.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild?r1=1.7&r2=1.8
Index: clamav-0.92.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- clamav-0.92.1.ebuild 19 Feb 2008 18:04:29 -0000 1.7
+++ clamav-0.92.1.ebuild 23 Feb 2008 22:37:23 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild,v 1.7 2008/02/19 18:04:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.92.1.ebuild,v 1.8 2008/02/23 22:37:23 ticho Exp $
inherit autotools eutils flag-o-matic fixheadtails multilib
@@ -91,6 +91,7 @@
-e "s:.*\(User\) .*:\1 clamav:" \
-e "s:^\#\(LogFile\) .*:\1 /var/log/clamav/clamd.log:" \
-e "s:^\#\(LogTime\).*:\1 yes:" \
+ -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
"${D}"/etc/clamd.conf
# Do the same for /etc/freshclam.conf
@@ -100,6 +101,7 @@
-e "s:^\#\(UpdateLogFile\) .*:\1 /var/log/clamav/freshclam.log:" \
-e "s:^\#\(NotifyClamd\).*:\1 /etc/clamd.conf:" \
-e "s:^\#\(ScriptedUpdates\).*:\1 yes:" \
+ -e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
"${D}"/etc/freshclam.conf
if use milter ; then
--
gentoo-commits@g.o mailing list
|
|