diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-02-20 14:20:32 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-02-20 14:20:32 +0000 |
commit | eeb6308f6edff7deeb6af2e732492cd854ff90f2 (patch) | |
tree | 9684450b6a929098a6321393e6161d575ad4a57c /dev-php | |
parent | Fixing SRC_URI for pypi (diff) | |
download | gentoo-2-eeb6308f6edff7deeb6af2e732492cd854ff90f2.tar.gz gentoo-2-eeb6308f6edff7deeb6af2e732492cd854ff90f2.tar.bz2 gentoo-2-eeb6308f6edff7deeb6af2e732492cd854ff90f2.zip |
Version bump
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-taint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/pecl-taint/pecl-taint-0.4.0.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-php/pecl-taint/ChangeLog b/dev-php/pecl-taint/ChangeLog index 7024b048b13e..57c63b48b530 100644 --- a/dev-php/pecl-taint/ChangeLog +++ b/dev-php/pecl-taint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/pecl-taint # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.1 2012/02/18 14:15:06 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/ChangeLog,v 1.2 2012/02/20 14:20:32 olemarkus Exp $ + +*pecl-taint-0.4.0 (20 Feb 2012) + + 20 Feb 2012; Ole Markus With <olemarkus@gentoo.org> +pecl-taint-0.4.0.ebuild: + Version bump *pecl-taint-0.3.0 (18 Feb 2012) diff --git a/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild b/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild new file mode 100644 index 000000000000..e36c2342657a --- /dev/null +++ b/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-taint/pecl-taint-0.4.0.ebuild,v 1.1 2012/02/20 14:20:32 olemarkus Exp $ + +EAPI=4 + +USE_PHP="php5-3 php5-4" + +inherit php-ext-pecl-r2 + +DESCRIPTION="Extension used for detecting XSS codes(tainted string)" +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +pkg_postinst() { + elog 'In order to enable this extension, add' + elog ' taint.enable=1' + elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini' +} |