From 0afe7affd1c4b8948654e006e64ec07f77098e03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Feb 2023 16:48:17 +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 | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 429705b..c45af41 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,15 @@ -===== 7.2.34-12 (2022-09-29) +===== 7.2.34-16 (2023-02-14) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl72el7x/build.log:Tests failed : 0 -/var/lib/mock/scl72el8x/build.log:Tests failed : 18 -/var/lib/mock/scl72fc35x/build.log:Tests failed : 18 +/var/lib/mock/scl72el8x/build.log:Tests failed : 20 -el8x - 4 Bug #48097 (date_timezone_set function produces wrong datetime result) [ext/date/tests/bug48097.phpt] -el8x, fc33x, fc34x: - 3 buildroot issue with strict openssl policy (fixed in 7.4) -fc33x, fc34x, fc35x - 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] +el7x: + 3 ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt +el8x: + 3 buildroot issue with strict openssl policy (fixed in 7.4) and tzdata (1) proc_open give erratic test results :( @@ -20,4 +17,3 @@ fc33x, fc34x, fc35x (3) known issue (4) tzdata related (5) need investigation - -- cgit