Hello community, here is the log from the commit of package php7 for openSUSE:Factory checked in at 2018-02-10 17:54:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7 (Old) and /work/SRC/openSUSE:Factory/.php7.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7" Sat Feb 10 17:54:28 2018 rev:32 rq:573849 version:7.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/php7/php7.changes 2018-02-05 10:45:10.334323582 +0100 +++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes 2018-02-10 17:54:29.944099393 +0100 @@ -1,0 +2,7 @@ +Wed Feb 7 17:50:36 UTC 2018 - [email protected] + +- updated to 7.2.2: This is a bugfix release, with several bug + fixes included. + http://php.net/ChangeLog-7.php#7.2.2 + +------------------------------------------------------------------- Old: ---- php-7.2.1.tar.xz php-7.2.1.tar.xz.asc New: ---- php-7.2.2.tar.xz php-7.2.2.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7.spec ++++++ --- /var/tmp/diff_new_pack.e7osFw/_old 2018-02-10 17:54:31.032060009 +0100 +++ /var/tmp/diff_new_pack.e7osFw/_new 2018-02-10 17:54:31.036059865 +0100 @@ -47,7 +47,7 @@ %define system_gd 1 %endif Name: php7 -Version: 7.2.1 +Version: 7.2.2 Release: 0 Summary: Interpreter for the PHP scripting language version 7 License: PHP-3.01 ++++++ php-7.2.1.tar.xz -> php-7.2.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/php7/php-7.2.1.tar.xz /work/SRC/openSUSE:Factory/.php7.new/php-7.2.2.tar.xz differ: char 25, line 1 ++++++ php7-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.e7osFw/_old 2018-02-10 17:54:31.200053928 +0100 +++ /var/tmp/diff_new_pack.e7osFw/_new 2018-02-10 17:54:31.200053928 +0100 @@ -1,7 +1,7 @@ -Index: php-7.2.0/ext/standard/info.c +Index: php-7.2.2/ext/standard/info.c =================================================================== ---- php-7.2.0.orig/ext/standard/info.c 2017-11-28 10:23:01.000000000 +0100 -+++ php-7.2.0/ext/standard/info.c 2017-12-11 10:15:31.169547129 +0100 +--- php-7.2.2.orig/ext/standard/info.c 2018-01-30 11:33:46.000000000 +0100 ++++ php-7.2.2/ext/standard/info.c 2018-02-07 18:28:22.660632533 +0100 @@ -830,7 +830,7 @@ PHPAPI void php_print_info(int flag) php_info_print_box_end(); php_info_print_table_start(); @@ -20,62 +20,46 @@ #endif if (sapi_module.pretty_name) { -Index: php-7.2.0/sapi/fpm/fpm/fpm_main.c +Index: php-7.2.2/sapi/cli/php_cli.c =================================================================== ---- php-7.2.0.orig/sapi/fpm/fpm/fpm_main.c 2017-11-28 10:23:05.000000000 +0100 -+++ php-7.2.0/sapi/fpm/fpm/fpm_main.c 2017-12-11 10:15:31.213547858 +0100 -@@ -1755,9 +1755,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-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-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: php-7.2.0/sapi/cli/php_cli.c -=================================================================== ---- php-7.2.0.orig/sapi/cli/php_cli.c 2017-11-28 10:23:05.000000000 +0100 -+++ php-7.2.0/sapi/cli/php_cli.c 2017-12-11 10:15:31.225548056 +0100 +--- php-7.2.2.orig/sapi/cli/php_cli.c 2018-02-07 18:28:22.660632533 +0100 ++++ php-7.2.2/sapi/cli/php_cli.c 2018-02-07 18:34:12.278238172 +0100 @@ -697,8 +697,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-2017 The PHP Group\n%s", +- php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", - PHP_VERSION, cli_sapi_module.name, __DATE__, __TIME__, -+ php_printf("PHP %s (%s) ( %s)\nCopyright (c) 1997-2017 The PHP Group\n%s", ++ php_printf("PHP %s (%s) ( %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", + PHP_VERSION, cli_sapi_module.name, #if ZTS "ZTS " #else -Index: php-7.2.0/sapi/cgi/cgi_main.c +Index: php-7.2.2/sapi/cgi/cgi_main.c =================================================================== ---- php-7.2.0.orig/sapi/cgi/cgi_main.c 2017-11-28 10:23:05.000000000 +0100 -+++ php-7.2.0/sapi/cgi/cgi_main.c 2017-12-11 10:15:31.233548189 +0100 -@@ -2377,9 +2377,9 @@ consult the installation file that came +--- php-7.2.2.orig/sapi/cgi/cgi_main.c 2018-02-07 18:28:22.664632597 +0100 ++++ php-7.2.2/sapi/cgi/cgi_main.c 2018-02-07 18:36:10.200133504 +0100 +@@ -2427,9 +2427,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-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()); +- php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 1997-2018 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-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()); +- php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) \nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); #endif php_request_shutdown((void *) 0); fcgi_shutdown(); -Index: php-7.2.0/configure.ac +Index: php-7.2.2/configure.ac =================================================================== ---- php-7.2.0.orig/configure.ac 2017-11-28 10:22:53.000000000 +0100 -+++ php-7.2.0/configure.ac 2017-12-11 10:17:12.611228343 +0100 -@@ -1268,10 +1268,12 @@ fi - EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLAGS" +--- php-7.2.2.orig/configure.ac 2018-02-07 18:28:22.664632597 +0100 ++++ php-7.2.2/configure.ac 2018-02-07 18:39:14.995286170 +0100 +@@ -1269,10 +1269,12 @@ EXTRA_LDFLAGS="$EXTRA_LDFLAGS $PHP_LDFLA EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $PHP_LDFLAGS" --PHP_BUILD_DATE=`date '+%Y-%m-%d'` + # SOURCE_DATE_EPOCH for reproducible builds https://reproducible-builds.org/specs/source-date-epoch/ +-PHP_BUILD_DATE=`date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d` +#totally fake, not used anywhere in userspace +PHP_BUILD_DATE="1970-01-01" AC_DEFINE_UNQUOTED(PHP_BUILD_DATE,"$PHP_BUILD_DATE",[PHP build date]) @@ -86,3 +70,19 @@ AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[uname -a output]) PHP_OS=`uname | xargs` AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output]) +Index: php-7.2.2/sapi/fpm/fpm/fpm_main.c +=================================================================== +--- php-7.2.2.orig/sapi/fpm/fpm/fpm_main.c 2018-02-07 18:28:22.660632533 +0100 ++++ php-7.2.2/sapi/fpm/fpm/fpm_main.c 2018-02-07 18:32:20.376441703 +0100 +@@ -1755,9 +1755,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-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) (DEBUG)\nCopyright (c) 1997-2018 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-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); ++ php_printf("PHP %s (%s) \nCopyright (c) 1997-2018 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); + #endif + php_request_shutdown((void *) 0); + fcgi_shutdown();
