Hello community, here is the log from the commit of package php7 for openSUSE:Factory checked in at 2017-02-02 15:47:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7 (Old) and /work/SRC/openSUSE:Factory/.php7.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7" Changes: -------- --- /work/SRC/openSUSE:Factory/php7/php7.changes 2016-12-13 19:34:51.670048062 +0100 +++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes 2017-02-03 18:55:42.123823902 +0100 @@ -1,0 +2,13 @@ +Thu Feb 2 08:55:33 UTC 2017 - [email protected] + +- suggest php7-* instead of php-* [bsc#1022158c#4] +- do not suggest php-suhosin at all as we do not build it + (not ported to php7 yet) + +------------------------------------------------------------------- +Tue Jan 24 12:39:44 UTC 2017 - [email protected] + +- updated to 7.0.15: Several security bugs were fixed in this + release. + +------------------------------------------------------------------- Old: ---- php-7.0.14.tar.xz php-7.0.14.tar.xz.asc New: ---- php-7.0.15.tar.xz php-7.0.15.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7.spec ++++++ --- /var/tmp/diff_new_pack.qBvRUQ/_old 2017-02-03 18:55:43.227668896 +0100 +++ /var/tmp/diff_new_pack.qBvRUQ/_new 2017-02-03 18:55:43.231668334 +0100 @@ -1,7 +1,7 @@ # # spec file for package php7 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,7 +46,7 @@ %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 0; fi; else echo 0; fi) Name: php7 -Version: 7.0.14 +Version: 7.0.15 Release: 0 Summary: PHP7 Core Files License: PHP-3.01 @@ -181,7 +181,12 @@ Recommends: php-xmlreader php-xmlwriter php-json # other highly reccommended extensions -Suggests: php-mbstring php-gd php-pear php-gettext php-mysql php-suhosin +# suggest php7-* instead of php-* [bsc#1022158c#4] +Suggests: php7-mbstring php7-gd php7-pear php7-gettext php7-mysql + +%if %{with suhosin} +Suggests: php7-suhosin +%endif ## Provides Provides: php = %{version} @@ -1025,7 +1030,7 @@ %patch0 %patch2 %patch3 -%patch4 +%patch4 -p1 %patch5 %patch6 %patch7 -p1 ++++++ php-7.0.14.tar.xz -> php-7.0.15.tar.xz ++++++ /work/SRC/openSUSE:Factory/php7/php-7.0.14.tar.xz /work/SRC/openSUSE:Factory/.php7.new/php-7.0.15.tar.xz differ: char 26, line 1 ++++++ php7-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.qBvRUQ/_old 2017-02-03 18:55:43.395645308 +0100 +++ /var/tmp/diff_new_pack.qBvRUQ/_new 2017-02-03 18:55:43.399644746 +0100 @@ -1,8 +1,8 @@ -Index: ext/standard/info.c +Index: php-7.0.15/ext/standard/info.c =================================================================== ---- ext/standard/info.c.orig 2016-02-02 17:32:29.000000000 +0100 -+++ ext/standard/info.c 2016-02-10 09:00:12.875131246 +0100 -@@ -863,7 +863,7 @@ +--- php-7.0.15.orig/ext/standard/info.c 2017-01-17 12:52:56.000000000 +0100 ++++ php-7.0.15/ext/standard/info.c 2017-01-24 13:25:42.441520643 +0100 +@@ -863,7 +863,7 @@ PHPAPI void php_print_info(int flag) php_info_print_box_end(); php_info_print_table_start(); php_info_print_table_row(2, "System", ZSTR_VAL(php_uname)); @@ -11,7 +11,7 @@ #ifdef COMPILER php_info_print_table_row(2, "Compiler", COMPILER); #endif -@@ -871,7 +871,7 @@ +@@ -871,7 +871,7 @@ PHPAPI void php_print_info(int flag) php_info_print_table_row(2, "Architecture", ARCHITECTURE); #endif #ifdef CONFIGURE_COMMAND @@ -20,24 +20,27 @@ #endif if (sapi_module.pretty_name) { -Index: sapi/fpm/fpm/fpm_main.c +Index: php-7.0.15/sapi/fpm/fpm/fpm_main.c =================================================================== ---- sapi/fpm/fpm/fpm_main.c.orig 2016-02-10 09:00:12.875131246 +0100 -+++ sapi/fpm/fpm/fpm_main.c 2016-02-10 09:01:10.447129387 +0100 -@@ -1735,7 +1735,7 @@ +--- php-7.0.15.orig/sapi/fpm/fpm/fpm_main.c 2017-01-24 13:25:42.445520711 +0100 ++++ php-7.0.15/sapi/fpm/fpm/fpm_main.c 2017-01-24 13:27:27.799301697 +0100 +@@ -1757,9 +1757,9 @@ int main(int argc, char *argv[]) + SG(request_info).no_headers = 1; + #if ZEND_DEBUG - 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()); +- php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2017 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 1997-2017 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); #else -- 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()); +- php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2017 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) \nCopyright (c) 1997-2017 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); #endif php_request_shutdown((void *) 0); fcgi_shutdown(); -Index: configure.in +Index: php-7.0.15/configure.in =================================================================== ---- configure.in.orig 2016-02-02 17:32:18.000000000 +0100 -+++ configure.in 2016-02-10 09:00:12.875131246 +0100 -@@ -1283,8 +1283,8 @@ +--- php-7.0.15.orig/configure.in 2017-01-17 12:51:49.000000000 +0100 ++++ php-7.0.15/configure.in 2017-01-24 13:25:42.445520711 +0100 +@@ -1283,8 +1283,8 @@ fi EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS" EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS" @@ -48,7 +51,7 @@ AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,"$PHP_BUILD_DATE",[PHP build date]) case $host_alias in -@@ -1295,7 +1295,8 @@ +@@ -1295,7 +1295,8 @@ case $host_alias in AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross compiler host]) ;; *) @@ -58,31 +61,34 @@ 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 +Index: php-7.0.15/sapi/cli/php_cli.c =================================================================== ---- sapi/cli/php_cli.c.orig 2016-02-10 09:00:12.875131246 +0100 -+++ sapi/cli/php_cli.c 2016-02-10 09:01:36.347128551 +0100 -@@ -682,8 +682,8 @@ +--- php-7.0.15.orig/sapi/cli/php_cli.c 2017-01-24 13:25:42.445520711 +0100 ++++ php-7.0.15/sapi/cli/php_cli.c 2017-01-24 13:30:26.426323634 +0100 +@@ -685,8 +685,8 @@ static int do_cli(int argc, char **argv) goto out; case 'v': /* show php version & quit */ -- php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) 1997-2016 The PHP Group\n%s", +- php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) 1997-2017 The PHP Group\n%s", - PHP_VERSION, cli_sapi_module.name, __DATE__, __TIME__, -+ php_printf("PHP %s (%s) ( %s)\nCopyright (c) 1997-2016 The PHP Group\n%s", ++ php_printf("PHP %s (%s) ( %s)\nCopyright (c) 1997-2017 The PHP Group\n%s", + PHP_VERSION, cli_sapi_module.name, #if ZTS "ZTS " #else -Index: sapi/cgi/cgi_main.c +Index: php-7.0.15/sapi/cgi/cgi_main.c =================================================================== ---- sapi/cgi/cgi_main.c.orig 2016-02-10 09:00:12.879131246 +0100 -+++ sapi/cgi/cgi_main.c 2016-02-10 09:02:11.411127419 +0100 -@@ -2218,7 +2218,7 @@ +--- php-7.0.15.orig/sapi/cgi/cgi_main.c 2017-01-24 13:25:42.445520711 +0100 ++++ php-7.0.15/sapi/cgi/cgi_main.c 2017-01-24 13:31:28.467373332 +0100 +@@ -2216,9 +2216,9 @@ consult the installation file that came + SG(request_info).no_headers = 1; + } #if ZEND_DEBUG - 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()); +- php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2017 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 1997-2017 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); #else -- 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()); +- php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2017 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) \nCopyright (c) 1997-2017 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); #endif php_request_shutdown((void *) 0); fcgi_shutdown();
