Skip to content

Commit

Permalink
dev-php/pecl-taint: Version bump to 2.0.1_beta
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
Brian Evans committed May 5, 2016
1 parent ed5da93 commit 4cd3dcb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-php/pecl-taint/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST taint-2.0.0.tgz 15573 SHA256 2b4c7572460be03bb4304319e23c845a89a098b983821acb9be1476c2e902110 SHA512 f6a8ca778e57cb26fe7e6a9cf8f43e41a66ccd9532f6903f0c12a8c81ec07037e7ab705aee5c94b6def7c2e0a726565473d2c71fd397b2aa87a4333920a7d2ac WHIRLPOOL 905f4f7232ea9f4fc1db8712f8e688f7db4f8763e37e8f991a0ac0ac03b52aa889502b7f4eb6931fd02dbc8327c89ae835f85e3422b9c01568117f71d2f6ee78
DIST taint-2.0.1.tgz 18358 SHA256 981b1f0369674ff1e3555368c68a92b3376e324f91c88ee71dfdfceca6a9b322 SHA512 9a2b4c937d4adee24ab0d84d283665b683ecee45e871781ee1bfd8cd4bc4e11a9b1bdda647c63bd44861e95ab07f0af1e3bd902bec537961d57131e5a615893e WHIRLPOOL 187ff4d0c54ecbe4730f8aa3f4e61220e4e3f456c09ecdb2fba61a9745129b66cd0d84905be51be4f452af04cfd8f5e59c3ea63a0adad6143d1e162c7e274592
21 changes: 21 additions & 0 deletions dev-php/pecl-taint/pecl-taint-2.0.1_beta.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

USE_PHP="php7-0"
MY_PV="${PV/_beta/}"
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'
}

0 comments on commit 4cd3dcb

Please sign in to comment.