summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/php-suhosin/DESCR12
-rw-r--r--security/php-suhosin/Makefile20
-rw-r--r--security/php-suhosin/distinfo5
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