From ff8309edd793a376af82fdc60fee51bbf4d2af27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Jun 2021 11:42:55 +0200 Subject: Fix #81122 SSRF bypass in FILTER_VALIDATE_URL CVE-2021-21705 Fix #76448 Stack buffer overflow in firebird_info_cb Fix #76449 SIGSEGV in firebird_handle_doer Fix #76450 SIGSEGV in firebird_stmt_execute Fix #76452 Crash while parsing blob data in firebird_fetch_blob CVE-2021-21704 --- failed.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 38a63e7..06afa5a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,24 +1,23 @@ -===== 7.2.34-3 (2021-02-03) +===== 7.2.34-6 (2021-06-28) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el7x/build.log:Tests failed : 0 -/var/lib/mock/scl72el8x/build.log:Tests failed : 17 -/var/lib/mock/scl72fc31x/build.log:Tests failed : 2 +/var/lib/mock/scl72el8x/build.log:Tests failed : 18 /var/lib/mock/scl72fc32x/build.log:Tests failed : 2 /var/lib/mock/scl72fc33x/build.log:Tests failed : 17 +/var/lib/mock/scl72fc34x/build.log:Tests failed : 17 -fc31x, fc32x, fc33x: - Bug #48097 (date_timezone_set function produces wrong datetime result) [ext/date/tests/bug48097.phpt] -fc31x, fc32x, fc33x: - 3 TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] -el8x, fc33x: +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) (1) proc_open give erratic test results :( (2) test issue (fixed upstream) (3) known issue +(4) tzdata related (5) need investigation -- cgit