From e07150a69c1a42bc70fd4a5063ce6f43f6859d94 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Feb 2023 15:55:24 +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 add dependency on pcre2 minimal version --- failed.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 94cd67c..a43a613 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,15 @@ -===== 7.3.33-4 (2022-09-29) +===== 7.3.33-8 (2023-02-14) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x73/build.log:Tests failed : 1 -/var/lib/mock/el8x73/build.log:Tests failed : 15 +/var/lib/mock/el8x73/build.log:Tests failed : 14 el7x: 5 ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt el8x: 2 buildroot issue with strict openssl policy (fixed in 7.4) - 5 ext/standard/tests/strings/setlocale_variation2.phpt 1 proc_open give erratic test results :( 2 test issue -- cgit