diff options
author | Markus Meier <maekke@gentoo.org> | 2008-03-03 18:21:48 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-03-03 18:21:48 +0000 |
commit | b2f33da89d64c5a0a24b28cd707c76ea00c71a3f (patch) | |
tree | b1fe0a44b02d1c0fd36adf99f704926c2c37acc5 /dev-php/smarty | |
parent | Add /app-portage/portato:etc-proposals (diff) | |
download | gentoo-2-b2f33da89d64c5a0a24b28cd707c76ea00c71a3f.tar.gz gentoo-2-b2f33da89d64c5a0a24b28cd707c76ea00c71a3f.tar.bz2 gentoo-2-b2f33da89d64c5a0a24b28cd707c76ea00c71a3f.zip |
x86 stable, security bug #212147
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index 57de83dc5420..81029beea408 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.75 2008/02/26 16:35:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.76 2008/03/03 18:21:48 maekke Exp $ + + 03 Mar 2008; Markus Meier <maekke@gentoo.org> smarty-2.6.19.ebuild: + x86 stable, security bug #212147 *smarty-2.6.19 (26 Feb 2008) diff --git a/dev-php/smarty/smarty-2.6.19.ebuild b/dev-php/smarty/smarty-2.6.19.ebuild index 794dd3fe13c5..1c23d47bc30b 100644 --- a/dev-php/smarty/smarty-2.6.19.ebuild +++ b/dev-php/smarty/smarty-2.6.19.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.19.ebuild,v 1.1 2008/02/26 16:35:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.19.ebuild,v 1.2 2008/03/03 18:21:48 maekke Exp $ inherit php-lib-r1 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc x86" MY_P="Smarty-${PV}" |