diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-22 12:41:57 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-22 12:41:57 +0000 |
commit | 6d33a8af4d4315455c25b0d321368b6895e33ea5 (patch) | |
tree | 7020b8e8cc5422f839547cae17223de989aa548a /dev-php/smarty | |
parent | x86 stable, bug 269950 (diff) | |
download | gentoo-2-6d33a8af4d4315455c25b0d321368b6895e33ea5.tar.gz gentoo-2-6d33a8af4d4315455c25b0d321368b6895e33ea5.tar.bz2 gentoo-2-6d33a8af4d4315455c25b0d321368b6895e33ea5.zip |
stable x86, security bug 270494
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'dev-php/smarty')
-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}" |