diff options
author | Jason Wever <weeve@gentoo.org> | 2005-03-25 03:33:28 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-03-25 03:33:28 +0000 |
commit | 8612a8db6904e1077402386ef5aab0d5a4a1c805 (patch) | |
tree | b0db58dce530a8de193fa9a57cbd8263c7bb25c2 /dev-php/smarty | |
parent | New release. Fixes bug #79981, bug #81289, bug #83383, bug #83416, bug #83565... (diff) | |
download | gentoo-2-8612a8db6904e1077402386ef5aab0d5a4a1c805.tar.gz gentoo-2-8612a8db6904e1077402386ef5aab0d5a4a1c805.tar.bz2 gentoo-2-8612a8db6904e1077402386ef5aab0d5a4a1c805.zip |
Stable on SPARC wrt security bug #86148.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index f8f3c9025d71..3cc5156d82fd 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.27 2005/03/24 16:31:04 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.28 2005/03/25 03:33:28 weeve Exp $ + + 25 Mar 2005; Jason Wever <weeve@gentoo.org> smarty-2.6.8.ebuild: + Stable on SPARC wrt security bug #86148. *smarty-2.6.8 (24 Mar 2005) diff --git a/dev-php/smarty/smarty-2.6.8.ebuild b/dev-php/smarty/smarty-2.6.8.ebuild index e15cd782b130..d91818aada13 100644 --- a/dev-php/smarty/smarty-2.6.8.ebuild +++ b/dev-php/smarty/smarty-2.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.8.ebuild,v 1.1 2005/03/24 16:31:04 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.8.ebuild,v 1.2 2005/03/25 03:33:28 weeve Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -8,7 +8,7 @@ HOMEPAGE="http://smarty.php.net/" SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86 ~amd64" +KEYWORDS="~alpha ~hppa ~ppc sparc ~x86 ~amd64" IUSE="doc" DEPEND="doc? ( dev-php/smarty-docs )" RDEPEND="virtual/php" |