pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/php-suhosin Suhosin is an advanced protection...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64115d6b365d
branches:  trunk
changeset: 554671:64115d6b365d
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Feb 17 23:16:14 2009 +0000

description:
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.

diffstat:

 security/php-suhosin/DESCR    |  12 ++++++++++++
 security/php-suhosin/Makefile |  20 ++++++++++++++++++++
 security/php-suhosin/distinfo |   5 +++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 4fc6eac78702 -r 64115d6b365d security/php-suhosin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-suhosin/DESCR        Tue Feb 17 23:16:14 2009 +0000
@@ -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 -r 4fc6eac78702 -r 64115d6b365d security/php-suhosin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-suhosin/Makefile     Tue Feb 17 23:16:14 2009 +0000
@@ -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@localhost
+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 -r 4fc6eac78702 -r 64115d6b365d security/php-suhosin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-suhosin/distinfo     Tue Feb 17 23:16:14 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index