Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2013-03-08 10:55:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5 (Old)
 and      /work/SRC/openSUSE:Factory/.php5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/php5/php5.changes        2012-10-26 
17:28:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2013-03-08 
10:55:22.000000000 +0100
@@ -1,0 +2,25 @@
+Mon Feb 25 10:13:28 UTC 2013 - pgaj...@suse.com
+
+- updated to 5.3.22:
+  . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). 
(Johannes)
+  . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
+  . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
+    (Laruence)
+  . Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
+    (Laruence, Derick)
+  . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
+  . Added check that soap.wsdl_cache_dir conforms to open_basedir
+    (CVE-2013-1635). (Dmitry)
+  . Disabled external entities loading (CVE-2013-1643). (Dmitry)
+  . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). 
(Nikita Popov)
+
+-------------------------------------------------------------------
+Thu Feb  7 12:05:01 UTC 2013 - pgaj...@suse.com
+
+- updated to 5.3.21:
+  * Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
+  * Fixed bug (segfault due to libcurl connection caching).
+  * Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for 
CURLOPT_SSL_VERIFYHOST).
+  etc. see NEWS for details
+
+-------------------------------------------------------------------

Old:
----
  php-5.3.17.tar.bz2

New:
----
  php-5.3.22.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.ZKBWgk/_old  2013-03-08 10:55:24.000000000 +0100
+++ /var/tmp/diff_new_pack.ZKBWgk/_new  2013-03-08 10:55:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -106,7 +106,7 @@
 #define builtin_tz_ver         2007.9
 ###
 ###
-Version:        5.3.17
+Version:        5.3.22
 Release:        0
 Provides:       php
 Provides:       php-api = %{apiver}
@@ -180,6 +180,7 @@
 Patch36:        php-5.3.8-crypt-tests.patch
 # related to previous patch; !(defined(_REENTRANT) || defined(_THREAD_SAFE))
 Patch37:        php-5.3.8-no-reentrant-crypt.patch
+# following is fixed in 5.4 branch
 Patch38:        php-5.3.8-CVE-2011-4153.patch
 Url:            http://www.php.net
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


++++++ php-5.3.2-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.ZKBWgk/_old  2013-03-08 10:55:24.000000000 +0100
+++ /var/tmp/diff_new_pack.ZKBWgk/_new  2013-03-08 10:55:24.000000000 +0100
@@ -1,3 +1,5 @@
+Index: ext/standard/info.c
+===================================================================
 --- ext/standard/info.c.orig
 +++ ext/standard/info.c
 @@ -697,7 +697,7 @@ PHPAPI void php_print_info(int flag TSRM
@@ -18,20 +20,24 @@
  #endif
  
                if (sapi_module.pretty_name) {
+Index: sapi/fpm/fpm/fpm_main.c
+===================================================================
 --- sapi/fpm/fpm/fpm_main.c.orig
 +++ sapi/fpm/fpm/fpm_main.c
-@@ -1700,7 +1700,7 @@ int main(int argc, char *argv[])
+@@ -1719,7 +1719,7 @@ int main(int argc, char *argv[])
  #if ZEND_DEBUG
-                               php_printf("PHP %s (%s) (built: %s %s) 
(DEBUG)\nCopyright (c) 1997-2009 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-2009 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,      get_zend_version());
-+                              php_printf("PHP %s (%s)\nCopyright (c) 
1997-2009 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
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());
++                              php_printf("PHP %s (%s)\nCopyright (c) 
1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
get_zend_version());
  #endif
                                php_request_shutdown((void *) 0);
                                fcgi_shutdown();
+Index: configure.in
+===================================================================
 --- configure.in.orig
 +++ configure.in
-@@ -1192,8 +1192,8 @@ fi
+@@ -1202,8 +1202,8 @@ fi
  
  EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS"
  EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS"
@@ -42,7 +48,7 @@
  AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,"$PHP_BUILD_DATE",[PHP build date])
  
  case $host_alias in
-@@ -1204,7 +1204,8 @@ case $host_alias in
+@@ -1214,7 +1214,8 @@ case $host_alias in
    AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross 
compiler host])
    ;;
  *)
@@ -52,3 +58,31 @@
    AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output])
    PHP_OS=`uname | xargs`
    AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
+Index: sapi/cli/php_cli.c
+===================================================================
+--- sapi/cli/php_cli.c.orig
++++ sapi/cli/php_cli.c
+@@ -826,8 +826,8 @@ int main(int argc, char *argv[])
+                               }
+ 
+                               request_started = 1;
+-                              php_printf("PHP %s (%s) (built: %s %s) 
%s\nCopyright (c) 1997-2013 The PHP Group\n%s",
+-                                      PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,
++                              php_printf("PHP %s (%s) %s\nCopyright (c) 
1997-2013 The PHP Group\n%s",
++                                      PHP_VERSION, sapi_module.name,
+ #if ZEND_DEBUG && defined(HAVE_GCOV)
+                                       "(DEBUG GCOV)",
+ #elif ZEND_DEBUG
+Index: sapi/cgi/cgi_main.c
+===================================================================
+--- sapi/cgi/cgi_main.c.orig
++++ sapi/cgi/cgi_main.c
+@@ -1958,7 +1958,7 @@ consult the installation file that came
+ #if ZEND_DEBUG
+                                                       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-2013 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, __DATE__, __TIME__, get_zend_version());
++                                                      php_printf("PHP %s 
(%s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, get_zend_version());
+ #endif
+                                                       
php_request_shutdown((void *) 0);
+                                                       fcgi_shutdown();

++++++ php-5.3.17.tar.bz2 -> php-5.3.22.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/php5/php-5.3.17.tar.bz2 
/work/SRC/openSUSE:Factory/.php5.new/php-5.3.22.tar.bz2 differ: char 11, line 1

++++++ php-5.3.4-format-string-issues.patch ++++++
--- /var/tmp/diff_new_pack.ZKBWgk/_old  2013-03-08 10:55:24.000000000 +0100
+++ /var/tmp/diff_new_pack.ZKBWgk/_new  2013-03-08 10:55:24.000000000 +0100
@@ -87,27 +87,4 @@
  {
        p = realloc(p, len);
        if (p) {
---- sapi/cli/php_cli.c.orig
-+++ sapi/cli/php_cli.c
-@@ -826,8 +826,8 @@ int main(int argc, char *argv[])
-                               }
- 
-                               request_started = 1;
--                              php_printf("PHP %s (%s) (built: %s %s) 
%s\nCopyright (c) 1997-2012 The PHP Group\n%s",
--                                      PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__,
-+                              php_printf("PHP %s (%s) %s\nCopyright (c) 
1997-2012 The PHP Group\n%s",
-+                                      PHP_VERSION, sapi_module.name,
- #if ZEND_DEBUG && defined(HAVE_GCOV)
-                                       "(DEBUG GCOV)",
- #elif ZEND_DEBUG
---- sapi/cgi/cgi_main.c.orig
-+++ sapi/cgi/cgi_main.c
-@@ -1935,7 +1935,7 @@ consult the installation file that came
- #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());
- #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)\nCopyright (c) 1997-2012 The PHP Group\n%s", PHP_VERSION, 
sapi_module.name, get_zend_version());
- #endif
-                                                       
php_request_shutdown((void *) 0);
-                                                       fcgi_shutdown();
+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to