From a3a86755b6862c0d12ffde785217e0840ba14e4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Feb 2023 10:38:19 +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 | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 21d9256..a796422 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,13 @@ -===== 7.1.33-12 (2021-02-03) +===== 7.1.33-24 (2023-02-15) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log -/var/lib/mock/scl71el7x/build.log:Tests failed : 0 -/var/lib/mock/scl71el8x/build.log:Tests failed : 29 -/var/lib/mock/scl71fc29x/build.log:Tests failed : 2 -/var/lib/mock/scl71fc30x/build.log:Tests failed : 2 -/var/lib/mock/scl71fc31x/build.log:Tests failed : 2 +/var/lib/mock/scl71el7x/build.log:Tests failed : 15 +/var/lib/mock/scl71el8x/build.log:Tests failed : 30 -fc29x, fc30x, fc31x: - openssl_encrypt() with CCM cipher algorithm tests [ext/openssl/tests/openssl_encrypt_ccm.phpt] - TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] +el8x: + 2 related to tzdata, expired test cert and openssl policy 1 proc_open give erratic test results :( -- cgit