diff options
author | taca <taca@pkgsrc.org> | 2010-12-19 02:22:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-19 02:22:15 +0000 |
commit | 2ef7fcdc0587ba6c7462c87e5ca0915a2975ec0f (patch) | |
tree | ff268556d56290a7a26141bbd05412db5f45b6fe /security | |
parent | 9ea471ac32fda9774f68247697d3503f7ee9dfcf (diff) | |
download | pkgsrc-2ef7fcdc0587ba6c7462c87e5ca0915a2975ec0f.tar.gz |
Update php-suhosin pacakge to 0.9.32.1.
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
Diffstat (limited to 'security')
-rw-r--r-- | security/php-suhosin/Makefile | 6 | ||||
-rw-r--r-- | security/php-suhosin/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index 5f5aaf1f1a1..e459c0ce231 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2010/03/04 15:38:53 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/12/19 02:22:15 taca Exp $ # MODNAME= suhosin DISTNAME= suhosin-${PECL_VERSION} -PECL_VERSION= 0.9.29 +PECL_VERSION= 0.9.32.1 CATEGORIES= www MASTER_SITES= http://download.suhosin.org/ -EXTRACT_SUFX= .tgz +EXTRACT_SUFX= .tar.gz MAINTAINER= cg@cgall.de HOMEPAGE= http://www.hardened-php.net/suhosin/index.html diff --git a/security/php-suhosin/distinfo b/security/php-suhosin/distinfo index ed4ed27e285..50e15bf3488 100644 --- a/security/php-suhosin/distinfo +++ b/security/php-suhosin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/03/04 15:38:53 taca Exp $ +$NetBSD: distinfo,v 1.3 2010/12/19 02:22:15 taca Exp $ -SHA1 (php-suhosin/suhosin-0.9.29.tgz) = 2fa7c716a32e71fbb577fc3a9feaf46d783a501b -RMD160 (php-suhosin/suhosin-0.9.29.tgz) = 3fb1f291af7777858ca0091e5ea6da400f5069b5 -Size (php-suhosin/suhosin-0.9.29.tgz) = 116137 bytes +SHA1 (php-suhosin/suhosin-0.9.32.1.tar.gz) = 93fcb1d5f96691c4c50808a14dd3d6d4bbfea451 +RMD160 (php-suhosin/suhosin-0.9.32.1.tar.gz) = 6184eef336b9d3d5c885a7d1dcbf20d97b055e8d +Size (php-suhosin/suhosin-0.9.32.1.tar.gz) = 119117 bytes |