From 652cab66e0652f1ff20a92bfcd4df14fb7df896c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Feb 2023 16:54: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 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 433adc3..05f798f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,15 +1,15 @@ -===== 7.2.34-12 (2022-09-29) +===== 7.2.34-16 (2023-02-14) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el7x72/build.log:Tests failed : 0 -/var/lib/mock/el8x72/build.log:Tests failed : 18 +/var/lib/mock/el7x72/build.log:Tests failed : 1 +/var/lib/mock/el8x72/build.log:Tests failed : 19 +el7x: + 3 ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt el8x: - 4 Bug #48097 (date_timezone_set function produces wrong datetime result) [ext/date/tests/bug48097.phpt] -el8x: - 3 buildroot issue with strict openssl policy (fixed in 7.4) + 3 buildroot issue with strict openssl policy (fixed in 7.4) and tzdata 1 proc_open give erratic test results :( @@ -17,4 +17,3 @@ el8x: 3 known issue 4 bugs related to tzdata 5 need investigation - -- cgit