[php-suhosin] Update to version 0.9.32.1 - Fixed missing header file resulting in compile errors - Added s

Bart Vanbrabant zoeloelip at fedoraproject.org
Sat Jul 31 08:31:44 UTC 2010


commit 9be45b314cf7fa529f82e4523ae2197402fc9b0c
Author: Bart Vanbrabant <bart at vanbrabant.eu>
Date:   Sat Jul 31 10:31:25 2010 +0200

    Update to version 0.9.32.1
        - Fixed missing header file resulting in compile errors
        - 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
        - Fix ZTS build of session.c
        - Increased session identifier entropy by using /dev/urandom if available
        - 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

 .gitignore       |    1 +
 php-suhosin.spec |   28 ++++++++++++++++++++++++++--
 sources          |    2 +-
 3 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8391a47..ed82e76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 suhosin-0.9.29.tgz
+suhosin-0.9.32.1.tar.gz
diff --git a/php-suhosin.spec b/php-suhosin.spec
index 9c2e409..e709fa5 100644
--- a/php-suhosin.spec
+++ b/php-suhosin.spec
@@ -3,14 +3,14 @@
 %global php_version %(php-config --version 2>/dev/null || echo 0)
 
 Name:           php-suhosin
-Version:        0.9.29
+Version:        0.9.32.1
 Release:        1%{?dist}
 Summary:        Suhosin is an advanced protection system for PHP installations
 
 Group:          Development/Languages
 License:        PHP
 URL:            http://www.hardened-php.net/suhosin/
-Source0:        http://download.suhosin.org/suhosin-%{version}.tgz
+Source0:        http://download.suhosin.org/suhosin-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  php-devel
@@ -49,6 +49,30 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/suhosin.so
 
 %changelog
+* Sat Jul 31 2010 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> - 0.9.32.1-1
+Update to version 0.9.32.1
+    - Fixed missing header file resulting in compile errors
+    - 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
+    - Fix ZTS build of session.c
+    - Increased session identifier entropy by using /dev/urandom if available
+    - 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
+
 * Sat Oct 31 2009 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> - 0.9.29-1
 Update to version 0.9.29
 - Fixing crash bugs with PHP 5.3.0 caused by unexpected NULL in 
diff --git a/sources b/sources
index c694a38..c8938d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3c599e7e344e981f935b2dab90592c1  suhosin-0.9.29.tgz
+26a86f0f684a656c3e789e3eb4ec1db3  suhosin-0.9.32.1.tar.gz


More information about the scm-commits mailing list