70bb03ade5
2010-07-23 - 0.9.32.1 - Fixed missing header file resulting in compile errors 2010-07-23 - 0.9.32 - Added support for memory_limit > 2GB - Fixed missing header file resulting in wrong php_combined_lcg() prototype being used - Improved random number seed generation more by adding /dev/urandom juice 2010-03-28 - 0.9.31 - Fix ZTS build of session.c - Increased session identifier entropy by using /dev/urandom if available 2010-03-25 - 0.9.30 - Added line ending characters %0a and %0d to the list of dangerous characters handled by suhosin.server.encode and suhosin.server.strip - Fixed crash bug with PHP 5.3.x and session module (due to changed session globals struct) - Added ! protection to PHP session serializer - Fixed simulation mode now also affects (dis)allowed functions - Fixed missing return (1); in random number generator replacements - Fixed random number generator replacement error case behaviour in PHP 5.3.x - Fixed error case handling in function_exists() PHP 5.3.x - Merged changes/fixes in import_request_variables()/extract() from upstream PHP - Fixed suhosin_header_handler to be PHP 5.3.x compatible - Merge fixes and new features of PHP's file upload code to suhosin
20 lines
502 B
Makefile
20 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/12/19 02:22:15 taca Exp $
|
|
#
|
|
|
|
MODNAME= suhosin
|
|
DISTNAME= suhosin-${PECL_VERSION}
|
|
PECL_VERSION= 0.9.32.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://download.suhosin.org/
|
|
EXTRACT_SUFX= .tar.gz
|
|
|
|
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"
|