Import of Suhosin

DESCR:
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.
This commit is contained in:
Christian Gall 2006-10-09 11:34:44 +00:00 committed by Thomas Klausner
parent bf88f27e6a
commit f16099c3e9
4 changed files with 39 additions and 0 deletions

12
php-suhosin/DESCR Normal file
View file

@ -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.

18
php-suhosin/Makefile Normal file
View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2006/10/09 11:34:44 christian_gall Exp $
#
MODNAME= suhosin
DISTNAME= suhosin-0.9.8
PECL_VERSION= 0.9.8
CATEGORIES= www
MASTER_SITES= http://www.hardened-php.net/suhosin/_media/
EXTRACT_SUFX= .tgz
MAINTAINER= cg@cgall.de
HOMEPAGE= http://www.hardened-php.net/suhosin/index.html
COMMENT= Advanced protection system for PHP installations
CONFIGURE_ARGS= --enable-${MODNAME}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"

4
php-suhosin/TODO Normal file
View file

@ -0,0 +1,4 @@
tested on
* NetBSD 4.0_BETA
* apache-2.0.59nb1
* php-5.1.6

5
php-suhosin/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2006/10/09 11:34:44 christian_gall Exp $
SHA1 (php-suhosin/suhosin-0.9.8.tgz) = abb57e10125e203176062eaec29c94b8ed12d71d
RMD160 (php-suhosin/suhosin-0.9.8.tgz) = 3776bd562522d5d9cab37fd3fdc83b7f4667c263
Size (php-suhosin/suhosin-0.9.8.tgz) = 89341 bytes