[php-suhosin/f13/master: 3/3] * Sat Jul 31 2010 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> - 0.9.32.1-1 Update to version 0.9.

Bart Vanbrabant zoeloelip at fedoraproject.org
Sat Jul 31 09:04:39 UTC 2010


commit b706f43fb89075b9e06ddcd567dc40ef5032ca25
Merge: 5cce3e4 9be45b3
Author: Bart Vanbrabant <bart at vanbrabant.eu>
Date:   Sat Jul 31 11:04:30 2010 +0200

    * 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

 .gitignore       |    2 +-
 php-suhosin.spec |   28 ++++++++++++++++++++++++++--
 sources          |    2 +-
 3 files changed, 28 insertions(+), 4 deletions(-)
---
diff --cc .gitignore
index 8391a47,ed82e76..38a848c
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,2 +1,1 @@@
--suhosin-0.9.29.tgz
+ suhosin-0.9.32.1.tar.gz


More information about the scm-commits mailing list