diff options
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index cbeb085a7810..6f2cbf03e7bc 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.98 2009/05/21 01:40:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.99 2009/05/22 12:41:57 fauli Exp $ + + 22 May 2009; Christian Faulhammer <fauli@gentoo.org> smarty-2.6.24.ebuild: + stable x86, security bug 270494 21 May 2009; Jeroen Roovers <jer@gentoo.org> smarty-2.6.24.ebuild: Stable for HPPA (bug #270494). diff --git a/dev-php/smarty/smarty-2.6.24.ebuild b/dev-php/smarty/smarty-2.6.24.ebuild index 8a985a3f9f37..f9c990798918 100644 --- a/dev-php/smarty/smarty-2.6.24.ebuild +++ b/dev-php/smarty/smarty-2.6.24.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.24.ebuild,v 1.2 2009/05/21 01:40:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.24.ebuild,v 1.3 2009/05/22 12:41:57 fauli Exp $ inherit php-lib-r1 eutils -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc x86" MY_P="Smarty-${PV}" |