commit 3ffcb170a7c3f66f6685a30eca167c3ccfddf238
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Jan 22 23:36:36 2013 +0200

    up to 5.3.21
    
    17-January-2013
    * Zend Engine:
    - Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
    
    * cURL extension:
    - Fixed bug (segfault due to libcurl connection caching).
    - Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for 
CURLOPT_SSL_VERIFYHOST).
    - Fixed bug #63352 (Can't enable hostname validation when using curl stream 
wrappers).
    - Fixed bug #55438 (Curlwapper is not sending http header randomly).

 php.spec      |  6 +++---
 suhosin.patch | 14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/php.spec b/php.spec
index 7e4681e..8c2836b 100644
--- a/php.spec
+++ b/php.spec
@@ -117,7 +117,7 @@ ERROR: You need to select at least one Apache SAPI to build 
shared modules.
 %define                php_suffix %{nil}
 %endif
 
-%define                rel     3
+%define                rel     1
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -125,13 +125,13 @@ Summary(pt_BR.UTF-8):     A linguagem de script PHP
 Summary(ru.UTF-8):     PHP Версии 5 - язык препроцессирования HTML-файлов, 
выполняемый на сервере
 Summary(uk.UTF-8):     PHP Версії 5 - мова препроцесування HTML-файлів, 
виконувана на сервері
 Name:          %{orgname}%{php_suffix}
-Version:       5.3.20
+Version:       5.3.21
 Release:       %{rel}%{?with_type_hints:.th}%{?with_oci8:.oci}
 Epoch:         4
 License:       PHP
 Group:         Libraries
 Source0:       http://www.php.net/distributions/%{orgname}-%{version}.tar.bz2
-# Source0-md5: 00241b9e89e93adf3baac32c56211e4e
+# Source0-md5: 1b214fc19bb5f5c0902ba27c74d5f4a2
 Source2:       %{orgname}-mod_%{orgname}.conf
 Source3:       %{orgname}-cgi-fcgi.ini
 Source4:       %{orgname}-apache.ini
diff --git a/suhosin.patch b/suhosin.patch
index 82dbcc7..79f63ec 100644
--- a/suhosin.patch
+++ b/suhosin.patch
@@ -1200,15 +1200,15 @@ diff -Naurp php-5.3.6RC1/sapi/apache_hooks/mod_php5.c 
php-5.3.6RC1.oden/sapi/apa
                                                        }
 +#if SUHOSIN_PATCH
 +#if ZEND_DEBUG
-+                                                      php_printf("PHP %s with 
Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP 
Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, 
get_zend_version());
++                                                      php_printf("PHP %s with 
Suhosin-Patch (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP 
Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, 
get_zend_version());
 +#else
-+                                                      php_printf("PHP %s with 
Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", 
PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
++                                                      php_printf("PHP %s with 
Suhosin-Patch (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", 
PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
 +#endif
 +#else
  #if ZEND_DEBUG
-                                                       php_printf("PHP %s (%s) 
(built: %s %s) (DEBUG)\nCopyright (c) 1997-2012 The PHP Group\n%s", 
PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
+                                                       php_printf("PHP %s (%s) 
(built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", 
PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #else
-                                                       php_printf("PHP %s (%s) 
(built: %s %s)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
+                                                       php_printf("PHP %s (%s) 
(built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
  #endif
 +#endif
                                                        
php_request_shutdown((void *) 0);
@@ -1220,12 +1220,12 @@ diff -Naurp php-5.3.6RC1/sapi/apache_hooks/mod_php5.c 
php-5.3.6RC1.oden/sapi/apa
                                }
  
                                request_started = 1;
--                              php_printf("PHP %s (%s) (built: %s %s) 
%s\nCopyright (c) 1997-2012 The PHP Group\n%s",
+-                              php_printf("PHP %s (%s) (built: %s %s) 
%s\nCopyright (c) 1997-2013 The PHP Group\n%s",
 +                              php_printf("PHP %s "
 +#if SUHOSIN_PATCH
 +                                              "with Suhosin-Patch "
 +#endif
-+                                              "(%s) (built: %s %s) 
%s\nCopyright (c) 1997-2012 The PHP Group\n%s",
++                                              "(%s) (built: %s %s) 
%s\nCopyright (c) 1997-2013 The PHP Group\n%s",
                                        PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,
  #if ZEND_DEBUG && defined(HAVE_GCOV)
                                        "(DEBUG GCOV)",
@@ -1237,7 +1237,7 @@ diff -Naurp php-5.3.6RC1/Zend/Makefile.am 
php-5.3.6RC1.oden/Zend/Makefile.am
        zend_default_classes.c \
        zend_iterators.c zend_interfaces.c zend_exceptions.c \
 -      zend_strtod.c zend_closures.c zend_float.c
-+      zend_strtod.c zend_closures.c zend_float.c zend_canary.c 
zend_alloc_canary.c 
++      zend_strtod.c zend_closures.c zend_float.c zend_canary.c 
zend_alloc_canary.c
  
  libZend_la_LDFLAGS =
  libZend_la_LIBADD = @ZEND_EXTRA_LIBS@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/bde3c0d32dcc51f8ed7a225e727564eda956cf53

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to