diff options
Diffstat (limited to 'dev-php/pecl-taint')
-rw-r--r-- | dev-php/pecl-taint/Manifest | 2 | ||||
-rw-r--r-- | dev-php/pecl-taint/pecl-taint-2.0.2.ebuild (renamed from dev-php/pecl-taint/pecl-taint-2.0.1_beta.ebuild) | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dev-php/pecl-taint/Manifest b/dev-php/pecl-taint/Manifest index aadb5d038638..2291d32eba73 100644 --- a/dev-php/pecl-taint/Manifest +++ b/dev-php/pecl-taint/Manifest @@ -1 +1 @@ -DIST taint-2.0.1.tgz 18358 SHA256 981b1f0369674ff1e3555368c68a92b3376e324f91c88ee71dfdfceca6a9b322 SHA512 9a2b4c937d4adee24ab0d84d283665b683ecee45e871781ee1bfd8cd4bc4e11a9b1bdda647c63bd44861e95ab07f0af1e3bd902bec537961d57131e5a615893e WHIRLPOOL 187ff4d0c54ecbe4730f8aa3f4e61220e4e3f456c09ecdb2fba61a9745129b66cd0d84905be51be4f452af04cfd8f5e59c3ea63a0adad6143d1e162c7e274592 +DIST taint-2.0.2.tgz 18550 SHA256 2d0f672890a5c2b341f99db10e5a96f8e1e77c6e690e189d8c4a9545d410139b SHA512 fe1375062f716a32b093942d173cf78024ed457fb5980ec8b50852ca922d8e15ec82696be2478cbbf8b9cd0620be0c2f88b18de55dec4dacec5be664b95c7108 WHIRLPOOL b1e197df36918813d900926a8739edb8c4873a91b740165f5b56bc5680c996a6fa4bc15b734db5195a66427d28ef45de1a2b8063058de3f0f18e3d3578c77b7a diff --git a/dev-php/pecl-taint/pecl-taint-2.0.1_beta.ebuild b/dev-php/pecl-taint/pecl-taint-2.0.2.ebuild index c62a985c8fa7..9df227c77824 100644 --- a/dev-php/pecl-taint/pecl-taint-2.0.1_beta.ebuild +++ b/dev-php/pecl-taint/pecl-taint-2.0.2.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -USE_PHP="php7-0" -MY_PV="${PV/_beta/}" -inherit php-ext-pecl-r2 +USE_PHP="php7-0 php7-1" +inherit php-ext-pecl-r3 -DESCRIPTION="Extension used for detecting XSS codes(tainted string)" +DESCRIPTION="Extension used for detecting XSS code (tainted strings)" LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" pkg_postinst() { - elog 'In order to enable this extension, add' + elog 'To enable this extension, add' elog ' taint.enable=1' elog 'to /etc/php/<sapi>-<slot>/ext/taint.ini' } |