diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-11 14:57:37 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-11 14:57:37 +0000 |
commit | 6119cdc480057f996a5b4c51bbef8ecfb5669d9e (patch) | |
tree | 64d95c3e623bdc361678dc99c6353f5f0e830b49 /www-apps/b2evolution | |
parent | Stable on x86, bug #185823. (diff) | |
download | gentoo-2-6119cdc480057f996a5b4c51bbef8ecfb5669d9e.tar.gz gentoo-2-6119cdc480057f996a5b4c51bbef8ecfb5669d9e.tar.bz2 gentoo-2-6119cdc480057f996a5b4c51bbef8ecfb5669d9e.zip |
amd64 stable, security bug 162171
(Portage version: 2.1.2.11)
Diffstat (limited to 'www-apps/b2evolution')
-rw-r--r-- | www-apps/b2evolution/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/b2evolution/b2evolution-1.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/b2evolution/ChangeLog b/www-apps/b2evolution/ChangeLog index 1b89f5ca2e9d..9d58fb5e2142 100644 --- a/www-apps/b2evolution/ChangeLog +++ b/www-apps/b2evolution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/b2evolution # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.23 2007/08/10 11:25:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/ChangeLog,v 1.24 2007/08/11 14:57:37 beandog Exp $ + + 11 Aug 2007; Steve Dibb <beandog@gentoo.org> b2evolution-1.10.2.ebuild: + amd64 stable, security bug 162171 10 Aug 2007; Raúl Porcel <armin76@gentoo.org> b2evolution-1.10.2.ebuild: alpha/x86 stable wrt security #162171 diff --git a/www-apps/b2evolution/b2evolution-1.10.2.ebuild b/www-apps/b2evolution/b2evolution-1.10.2.ebuild index 5d3b062848a7..6ec417408112 100644 --- a/www-apps/b2evolution/b2evolution-1.10.2.ebuild +++ b/www-apps/b2evolution/b2evolution-1.10.2.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/www-apps/b2evolution/b2evolution-1.10.2.ebuild,v 1.3 2007/08/10 11:25:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/b2evolution/b2evolution-1.10.2.ebuild,v 1.4 2007/08/11 14:57:37 beandog Exp $ inherit webapp eutils depend.php @@ -10,7 +10,7 @@ DESCRIPTION="Multilingual multiuser multi-blog engine" HOMEPAGE="http://www.b2evolution.net" SRC_URI="mirror://sourceforge/evocms/${P}${MY_EXT}.zip" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~ppc x86" +KEYWORDS="alpha amd64 ~ppc x86" IUSE="" RDEPEND="virtual/httpd-php" |