From 2de8f36a6cd9816e2a2bf4ad32cafa090e6b34c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Feb 2023 11:41:53 +0100 Subject: fix #81744: Password_verify() always return true with some hash CVE-2023-0567 fix #81746: 1-byte array overrun in common path resolve code CVE-2023-0568 fix DOS vulnerability when parsing multipart request body CVE-2023-0662 --- failed.txt | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index c04d5d0..34e6259 100644 --- a/failed.txt +++ b/failed.txt @@ -1,26 +1,13 @@ -===== 5.6.40-16 (2020-01-21) +===== 5.6.40-36 (2023-02-15) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log -/var/lib/mock/scl56el6x/build.log:Tests failed : 3 -/var/lib/mock/scl56el7x/build.log:Tests failed : 2 -/var/lib/mock/scl56el8x/build.log:Tests failed : 28 -/var/lib/mock/scl56fc30x/build.log:Tests failed : 3 -/var/lib/mock/scl56fc31x/build.log:Tests failed : 3 -/var/lib/mock/scl56fc32x/build.log:Tests failed : 3 +/var/lib/mock/scl56el7x/build.log:Tests failed : 20 +/var/lib/mock/scl56el8x/build.log:Tests failed : 34 -el6x: - 3 Bug #65538: SSL context "cafile" disallows URL stream wrappers [ext/openssl/tests/bug65538_002.phpt] - 3 gethostbyname() function - basic return valid ip address test [ext/standard/tests/network/gethostbyname_error004.phpt] - 3 getmxrr() test [ext/standard/tests/network/getmxrr.phpt] -el7x: - 2 Bug #75457 (heap-use-after-free in php7.0.25) [ext/pcre/tests/bug75457.phpt] -el7x, fc30x, fc31x, fc32x: - openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] -fc30x, fc31x, fc32x: - 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] - TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] +el7x, el8x: + 2 related to tzdata, expired test cert and openssl policy 1 proc_open have erratic results... :( -- cgit