diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2007-01-14 14:03:53 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2007-01-14 14:03:53 +0000 |
commit | 34fe85a58e6428213f2e58efe5b8e55e2887a7e9 (patch) | |
tree | e77fba9c48bdc8618378ac1ee058750efcbe409c /net-analyzer/cacti | |
parent | Made jython dependency optional with the python use flag and added a tcl use ... (diff) | |
download | gentoo-2-34fe85a58e6428213f2e58efe5b8e55e2887a7e9.tar.gz gentoo-2-34fe85a58e6428213f2e58efe5b8e55e2887a7e9.tar.bz2 gentoo-2-34fe85a58e6428213f2e58efe5b8e55e2887a7e9.zip |
Stable on alpha wrt security bug #159278
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-analyzer/cacti')
-rw-r--r-- | net-analyzer/cacti/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.6i-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/cacti/ChangeLog b/net-analyzer/cacti/ChangeLog index 040f6ab5ecf3..3f0a5512ae55 100644 --- a/net-analyzer/cacti/ChangeLog +++ b/net-analyzer/cacti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/cacti # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.81 2007/01/14 00:17:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.82 2007/01/14 14:03:53 yoswink Exp $ + + 14 Jan 2007; Jose Luis Rivero <yoswink@gentoo.org> cacti-0.8.6i-r1.ebuild: + Stable on alpha wrt security bug #159278 14 Jan 2007; Andrej Kacian <ticho@gentoo.org> cacti-0.8.6i-r1.ebuild: Stable on x86, security bug #159278. diff --git a/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild b/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild index 260d679df82a..40917b3226bc 100644 --- a/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild +++ b/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild,v 1.3 2007/01/14 00:17:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6i-r1.ebuild,v 1.4 2007/01/14 14:03:53 yoswink Exp $ inherit eutils webapp depend.apache depend.php @@ -25,7 +25,7 @@ if [ $HAS_PATCHES == 1 ] ; then fi LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ~ppc ppc64 ~sparc x86" IUSE="snmp" DEPEND="" |