mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Extension used for detecting XSS codes(tainted string)
WWW: http://pecl.php.net/package/taint PR: 165319 Submitted by: John Chen <johnpupu@gmail.com>
This commit is contained in:
parent
d83b141c67
commit
b35b872dee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296718
@ -649,6 +649,7 @@
|
||||
SUBDIR += pecl-gnupg
|
||||
SUBDIR += pecl-pam
|
||||
SUBDIR += pecl-ssh2
|
||||
SUBDIR += pecl-taint
|
||||
SUBDIR += pecl-tcpwrap
|
||||
SUBDIR += pft
|
||||
SUBDIR += pgp
|
||||
|
26
security/pecl-taint/Makefile
Normal file
26
security/pecl-taint/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: php-yaf
|
||||
# Date created: 13 May 2011
|
||||
# Whom: johnpupu <johnpupu@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= taint
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= johnpupu@gmail.com
|
||||
COMMENT= Extension used for detecting XSS codes(tainted string)
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
USE_PHPIZE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/pecl-taint/distinfo
Normal file
2
security/pecl-taint/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/taint-0.5.2.tgz) = 78c429ef8ec50347fceb76e5a0495ff2a4c3fd3a37d45731b4aa65a4acd3f9a5
|
||||
SIZE (PECL/taint-0.5.2.tgz) = 14861
|
3
security/pecl-taint/pkg-descr
Normal file
3
security/pecl-taint/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
extension used for detecting XSS codes(tainted string)
|
||||
|
||||
WWW: http://pecl.php.net/package/taint
|
Loading…
Reference in New Issue
Block a user