From 6e6fc0d759091dba376cb0dffcc3b4013f6b03fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Mar 2023 13:24:24 +0100 Subject: update to 8.1.17RC1 --- failed.txt | 7 +++++-- php81.spec | 11 ++++++----- upstream.patch | 56 -------------------------------------------------------- 3 files changed, 11 insertions(+), 63 deletions(-) delete mode 100644 upstream.patch diff --git a/failed.txt b/failed.txt index a646e0b..2296b14 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 8.1.16 (2023-02-14) +===== 8.1.17 (2023-03-02) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x81/build.log:Tests failed : 0 +/var/lib/mock/el7x81/build.log:Tests failed : 2 /var/lib/mock/el8x81/build.log:Tests failed : 0 /var/lib/mock/el9x81/build.log:Tests failed : 0 /var/lib/mock/fc36x81/build.log:Tests failed : 0 @@ -10,6 +10,9 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc38x81/build.log:Tests failed : 2 +el7x: + 5 ReflectionFunctionAbstract::getClosureUsedVariables [ext/reflection/tests/ReflectionFunction_getClosureUsedVariables.phpt] + 5 GH-10623 (ReflectionFunction::getClosureUsedVariables() returns empty array in presence of variadic arguments) [ext/reflection/tests/gh10623.phpt] fc38x: 3 openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt] 3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt] diff --git a/php81.spec b/php81.spec index 7e17f90..b31cbad 100644 --- a/php81.spec +++ b/php81.spec @@ -109,13 +109,13 @@ %bcond_without libgd %bcond_with zip -%global upver 8.1.16 -#global rcver RC1 +%global upver 8.1.17 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -176,7 +176,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: upstream.patch # Security fixes (200+) @@ -1189,7 +1188,6 @@ in pure PHP. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -2196,6 +2194,9 @@ fi %changelog +* Wed Mar 1 2023 Remi Collet - 8.1.17~RC1-1 +- update to 8.1.17RC1 + * Tue Feb 21 2023 Remi Collet - 8.1.16-2 - F38: enable imap extension diff --git a/upstream.patch b/upstream.patch deleted file mode 100644 index 84d43da..0000000 --- a/upstream.patch +++ /dev/null @@ -1,56 +0,0 @@ -From e86d8704b44dde164e36b5364036e1988ac566fe Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Tue, 14 Feb 2023 14:13:40 +0100 -Subject: [PATCH] more config for new FPM tests - ---- - sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt | 4 +++- - .../fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt | 4 +++- - sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-file-uploads.phpt | 4 +++- - 3 files changed, 9 insertions(+), 3 deletions(-) - -diff --git a/sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt b/sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt -index d2239ac3c410..d5c4c4d46987 100644 ---- a/sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt -+++ b/sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt -@@ -21,7 +21,9 @@ php_admin_value[html_errors] = false - php_admin_value[max_input_vars] = 20 - php_admin_value[max_file_uploads] = 5 - php_admin_value[max_multipart_body_parts] = 10 --php_flag[display_errors] = On -+php_admin_flag[display_errors] = On -+php_admin_flag[display_startup_errors] = On -+php_admin_flag[log_errors] = On - EOT; - - $code = <<