diff options
| -rw-r--r-- | failed.txt | 19 | ||||
| -rw-r--r-- | php82.spec | 13 | 
2 files changed, 21 insertions, 11 deletions
| @@ -1,15 +1,22 @@ -===== 8.2.2 (2023-02-02) +===== 8.2.3 (2023-02-14)  $ 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   :    0 -/var/lib/mock/el9x82/build.log:Tests failed   :    0 -/var/lib/mock/fc35x82/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/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 +fc38: +	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 :( @@ -40,11 +40,11 @@  # Optional Oracle extensions; pass "--with oci8" etc to rpmbuild.  %bcond_with           oci8 -%if 0%{?fedora} >= 38 +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10  # uw-imap is not available -%bcond_with          imap +%bcond_with           imap  %else -%bcond_without       imap +%bcond_without        imap  %endif  %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -114,13 +114,13 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.2.2 +%global upver          8.2.3  #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 @@ -2200,6 +2200,9 @@ fi  %changelog +* Tue Feb 14 2023 Remi Collet <remi@remirepo.net> - 8.2.3-1 +- Update to 8.2.3 - http://www.php.net/releases/8_2_3.php +  * Fri Feb 10 2023 Remi Collet <remi@remirepo.net> - 8.2.2-2  - F38: disable imap extension | 
