diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-02-17 23:16:14 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-02-17 23:16:14 +0000 |
commit | 0f8ce7903d678e7fff6cf9d0842e1ddf1e932136 (patch) | |
tree | 596bd43f52c968a46662f9bee40cfd734cf6d900 | |
parent | 3a112d57db9d6fefa21b1a7e9322b07a90ac3562 (diff) | |
download | pkgsrc-0f8ce7903d678e7fff6cf9d0842e1ddf1e932136.tar.gz |
Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections.
-rw-r--r-- | security/php-suhosin/DESCR | 12 | ||||
-rw-r--r-- | security/php-suhosin/Makefile | 20 | ||||
-rw-r--r-- | security/php-suhosin/distinfo | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/security/php-suhosin/DESCR b/security/php-suhosin/DESCR new file mode 100644 index 00000000000..31f3b6644fb --- /dev/null +++ b/security/php-suhosin/DESCR @@ -0,0 +1,12 @@ +Suhosin is an advanced protection system for PHP installations. It was +designed to protect servers and users from known and unknown flaws in +PHP applications and the PHP core. Suhosin comes in two independent +parts, that can be used separately or in combination. The first part is +a small patch against the PHP core, that implements a few low-level +protections against bufferoverflows or format string vulnerabilities and +the second part is a powerful PHP extension that implements all the other +protections. + +Unlike our Hardening-Patch Suhosin is binary compatible to normal PHP +installation, which means it is compatible to 3rd party binary extension +like ZendOptimizer. diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile new file mode 100644 index 00000000000..308547cd913 --- /dev/null +++ b/security/php-suhosin/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/17 23:16:14 adrianp Exp $ +# + +MODNAME= suhosin +DISTNAME= suhosin-${PECL_VERSION} +PECL_VERSION= 0.9.27 +CATEGORIES= www +MASTER_SITES= http://download.suhosin.org/ +EXTRACT_SUFX= .tgz + +MAINTAINER= cg@cgall.de +HOMEPAGE= http://www.hardened-php.net/suhosin/index.html +COMMENT= Advanced protection system for PHP installations + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFIGURE_ARGS= --enable-${MODNAME} + +.include "../../lang/php/ext.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/php-suhosin/distinfo b/security/php-suhosin/distinfo new file mode 100644 index 00000000000..38706f8f7dd --- /dev/null +++ b/security/php-suhosin/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/17 23:16:14 adrianp Exp $ + +SHA1 (php-suhosin/suhosin-0.9.27.tgz) = 3033bd3840c75786179cf8240f63d97b5f6accbf +RMD160 (php-suhosin/suhosin-0.9.27.tgz) = 46bf47daf0dab05359da62fde8a76ba7c43b3dbc +Size (php-suhosin/suhosin-0.9.27.tgz) = 115936 bytes |