summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-01 11:48:01 +0100
committerRemi Collet <remi@php.net>2023-03-01 11:48:01 +0100
commit1f9a58426132fe7ed6b40b98c6c48983013c2529 (patch)
tree0afd9970c3cc12e7cbc49ac050d5e2da108ae71e
parent8ac5510b3d9d8e00897be9d8148c2eaf5a996cc2 (diff)
update to 8.2.4RC1
-rw-r--r--failed.txt23
-rw-r--r--php82.spec9
2 files changed, 17 insertions, 15 deletions
diff --git a/failed.txt b/failed.txt
index 59255a4..4272bcb 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,22 +1,21 @@
-===== 8.2.3 (2023-02-14)
+===== 8.2.4RC1 (2023-03-02)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/el7x82/build.log:Tests failed : 0
-/var/lib/mock/el8x82/build.log:Tests failed : 3
-/var/lib/mock/el9x82/build.log:Tests failed : 3
-/var/lib/mock/fc36x82/build.log:Tests failed : 3
-/var/lib/mock/fc37x82/build.log:Tests failed : 3
-/var/lib/mock/fc38x82/build.log:Tests failed : 5
+/var/lib/mock/el7x82/build.log:Tests failed : 2
+/var/lib/mock/el8x82/build.log:Tests failed : 0
+/var/lib/mock/el9x82/build.log:Tests failed : 0
+/var/lib/mock/fc36x82/build.log:Tests failed : 0
+/var/lib/mock/fc37x82/build.log:Tests failed : 0
+/var/lib/mock/fc38x82/build.log:Tests failed : 2
-fc38:
+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]
-all:
- 2 FPM: GHSA-54hq-v5wp-fqgv - exceeding max_file_uploads [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-file-uploads.phpt]
- 2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini default [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt]
- 2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini custom value [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt]
1 proc_open give erratic test results :(
diff --git a/php82.spec b/php82.spec
index b62c87d..1ca64e5 100644
--- a/php82.spec
+++ b/php82.spec
@@ -109,13 +109,13 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.2.3
-#global rcver RC1
+%global upver 8.2.4
+%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
@@ -2195,6 +2195,9 @@ fi
%changelog
+* Wed Mar 1 2023 Remi Collet <remi@remirepo.net> - 8.2.4~RC1-1
+- update to 8.2.4RC1
+
* Tue Feb 21 2023 Remi Collet <remi@remirepo.net> - 8.2.3-2
- F38: enable imap extension