Hello community, here is the log from the commit of package php5 for openSUSE:Factory checked in at 2016-02-18 11:06:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php5 (Old) and /work/SRC/openSUSE:Factory/.php5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5" Changes: -------- --- /work/SRC/openSUSE:Factory/php5/php5.changes 2016-01-11 19:11:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes 2016-02-18 12:35:42.000000000 +0100 @@ -1,0 +2,16 @@ +Wed Feb 10 07:12:41 UTC 2016 - [email protected] + +- updated to 5.6.18: Several security bugs were fixed in this + release. + +------------------------------------------------------------------- +Thu Feb 4 12:17:58 UTC 2016 - [email protected] + +- require postgresql-devel < 9.4 for sle12 to fix build + +------------------------------------------------------------------- +Fri Jan 29 07:43:25 UTC 2016 - [email protected] + +- versioned provides + +------------------------------------------------------------------- Old: ---- php-5.6.17.tar.xz php-5.6.17.tar.xz.asc New: ---- php-5.6.18.tar.xz php-5.6.18.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php5.spec ++++++ ++++ 639 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/php5/php5.spec ++++ and /work/SRC/openSUSE:Factory/.php5.new/php5.spec ++++++ php-5.6.17.tar.xz -> php-5.6.18.tar.xz ++++++ /work/SRC/openSUSE:Factory/php5/php-5.6.17.tar.xz /work/SRC/openSUSE:Factory/.php5.new/php-5.6.18.tar.xz differ: char 27, line 1 ++++++ php5-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.fgETOO/_old 2016-02-18 12:35:44.000000000 +0100 +++ /var/tmp/diff_new_pack.fgETOO/_new 2016-02-18 12:35:44.000000000 +0100 @@ -1,8 +1,8 @@ Index: ext/standard/info.c =================================================================== ---- ext/standard/info.c.orig 2015-02-23 12:43:51.351469076 +0100 -+++ ext/standard/info.c 2015-02-23 12:44:02.851643687 +0100 -@@ -736,7 +736,7 @@ +--- ext/standard/info.c.orig 2016-02-03 09:38:08.000000000 +0100 ++++ ext/standard/info.c 2016-02-10 08:07:01.871234261 +0100 +@@ -942,7 +942,7 @@ php_info_print_box_end(); php_info_print_table_start(); php_info_print_table_row(2, "System", php_uname ); @@ -11,7 +11,7 @@ #ifdef COMPILER php_info_print_table_row(2, "Compiler", COMPILER); #endif -@@ -744,7 +744,7 @@ +@@ -950,7 +950,7 @@ php_info_print_table_row(2, "Architecture", ARCHITECTURE); #endif #ifdef CONFIGURE_COMMAND @@ -22,24 +22,21 @@ if (sapi_module.pretty_name) { Index: sapi/fpm/fpm/fpm_main.c =================================================================== ---- sapi/fpm/fpm/fpm_main.c.orig 2015-02-23 12:44:02.852643702 +0100 -+++ sapi/fpm/fpm/fpm_main.c 2015-02-23 12:44:54.723431476 +0100 -@@ -1752,9 +1752,9 @@ - SG(request_info).no_headers = 1; - +--- sapi/fpm/fpm/fpm_main.c.orig 2016-02-10 08:07:01.871234261 +0100 ++++ sapi/fpm/fpm/fpm_main.c 2016-02-10 08:10:16.611227974 +0100 +@@ -1755,7 +1755,7 @@ #if ZEND_DEBUG -- php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); -+ php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); + php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2016 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-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); -+ php_printf("PHP %s (%s)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); +- php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2016 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) \nCopyright (c) 1997-2016 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 2015-02-23 12:43:51.352469092 +0100 -+++ configure.in 2015-02-23 12:44:02.853643718 +0100 +--- configure.in.orig 2016-02-03 09:38:08.000000000 +0100 ++++ configure.in 2016-02-10 08:07:01.871234261 +0100 @@ -1274,8 +1274,8 @@ EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS" @@ -63,32 +60,29 @@ AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output]) Index: sapi/cli/php_cli.c =================================================================== ---- sapi/cli/php_cli.c.orig 2015-02-23 12:44:02.853643718 +0100 -+++ sapi/cli/php_cli.c 2015-02-23 12:47:57.894210451 +0100 +--- sapi/cli/php_cli.c.orig 2016-02-10 08:07:01.871234261 +0100 ++++ sapi/cli/php_cli.c 2016-02-10 08:11:21.383225883 +0100 @@ -693,8 +693,8 @@ goto out; case 'v': /* show php version & quit */ -- php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2015 The PHP Group\n%s", +- php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2016 The PHP Group\n%s", - PHP_VERSION, cli_sapi_module.name, __DATE__, __TIME__, -+ php_printf("PHP %s (%s) %s\nCopyright (c) 1997-2015 The PHP Group\n%s", ++ php_printf("PHP %s (%s) %s\nCopyright (c) 1997-2016 The PHP Group\n%s", + PHP_VERSION, cli_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 2015-02-23 12:44:02.854643733 +0100 -+++ sapi/cgi/cgi_main.c 2015-02-23 12:46:56.606280206 +0100 -@@ -2231,9 +2231,9 @@ - SG(request_info).no_headers = 1; - } +--- sapi/cgi/cgi_main.c.orig 2016-02-10 08:07:01.875234261 +0100 ++++ sapi/cgi/cgi_main.c 2016-02-10 08:11:56.859224738 +0100 +@@ -2235,7 +2235,7 @@ #if ZEND_DEBUG -- php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); -+ php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); + php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2016 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-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); -+ php_printf("PHP %s (%s)\nCopyright (c) 1997-2015 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); +- php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2016 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s)\nCopyright (c) 1997-2016 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); #endif php_request_shutdown((void *) 0); fcgi_shutdown();
