diff options
author | 2015-04-30 14:05:22 +0000 | |
---|---|---|
committer | 2015-04-30 14:05:22 +0000 | |
commit | 843be4c87826673605a96fa6701b141cc74140b9 (patch) | |
tree | 49a82d674b39ddd2002697b0fda0d4e0f74cd417 /dev-php/smarty | |
parent | Stable for ppc, wrt bug #530174 (diff) | |
download | gentoo-2-843be4c87826673605a96fa6701b141cc74140b9.tar.gz gentoo-2-843be4c87826673605a96fa6701b141cc74140b9.tar.bz2 gentoo-2-843be4c87826673605a96fa6701b141cc74140b9.zip |
Drop vulnerable version wrt security bug 526542
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/smarty/smarty-3.1.12.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog index dcee6b77377d..799478738bec 100644 --- a/dev-php/smarty/ChangeLog +++ b/dev-php/smarty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/smarty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.140 2015/04/30 10:58:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.141 2015/04/30 14:05:22 grknight Exp $ + + 30 Apr 2015; Brian Evans <grknight@gentoo.org> -smarty-3.1.12.ebuild: + Drop vulnerable version wrt security bug 526542 30 Apr 2015; Agostino Sarubbo <ago@gentoo.org> smarty-3.1.21-r1.ebuild: Stable for alpha/hppa/ia64/ppc/ppc64/sparc/x86, wrt bug #526542 diff --git a/dev-php/smarty/smarty-3.1.12.ebuild b/dev-php/smarty/smarty-3.1.12.ebuild deleted file mode 100644 index 60adfec7ae3c..000000000000 --- a/dev-php/smarty/smarty-3.1.12.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.1.12.ebuild,v 1.11 2014/08/10 21:05:33 slyfox Exp $ - -EAPI=4 - -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" - -MY_P="Smarty-${PV}" -DOC_PV="3.1.8" - -DESCRIPTION="A template engine for PHP" -HOMEPAGE="http://www.smarty.net/" -SRC_URI="http://www.smarty.net/files/${MY_P}.tar.gz - doc? ( http://www.smarty.net/files/docs/manual-en-${DOC_PV}.zip )" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc" - -DEPEND="doc? ( app-arch/unzip )" -RDEPEND="dev-lang/php" - -S="${WORKDIR}/${MY_P}" - -src_install() { - insinto "/usr/share/php/${PN}" - doins -r libs/* - - dodoc *.txt README - use doc && dohtml -r "${WORKDIR}/manual-en/"* -} - -pkg_postinst() { - elog "${PN} has been installed in /usr/share/php/${PN}/." - elog "To use it in your scripts, either" - elog "1. define('SMARTY_DIR', \"/usr/share/php/${PN}/\") in your scripts, or" - elog "2. add '/usr/share/php/${PN}/' to the 'include_path' variable in your" - elog "php.ini file under /etc/php/SAPI (where SAPI is e.g apache2-php5.3," - elog "cgi-php5.3, etc)." -} |