From 43befe9f73a84da1b6f1576d92f3d2a33d76b183 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2019 11:15:56 +0100 Subject: update test results + add CVEs --- failed.txt | 13 +++++++++---- php.spec | 10 ++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 240ccda..1141c93 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,23 @@ -===== 7.0.33-2 (2019-01-10) +===== 7.0.33-5 (2019-03-05) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /var/lib/mock/scl70el6x/build.log:Tests failed : 0 /var/lib/mock/scl70el7x/build.log:Tests failed : 0 +/var/lib/mock/scl70el8x/build.log:Tests failed : 54 /var/lib/mock/scl70fc25x/build.log:Tests failed : 0 /var/lib/mock/scl70fc26x/build.log:Tests failed : 0 /var/lib/mock/scl70fc27x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc28x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc29x/build.log:Tests failed : 1 +/var/lib/mock/scl70fc28x/build.log:Tests failed : 3 +/var/lib/mock/scl70fc29x/build.log:Tests failed : 4 +fc28x, fc29x: + Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] + Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] + date_modify() function [1] [ext/date/tests/date_modify-1.phpt] fc29x: - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] + TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] 1 proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 487ce62..ded3e31 100644 --- a/php.spec +++ b/php.spec @@ -1931,17 +1931,27 @@ EOF Fix #77369 memcpy with negative length via crafted DNS response - mbstring: Fix #77370 buffer overflow on mb regex functions - fetch_token + CVE-2019-9023 Fix #77371 heap buffer overflow in mb regex functions compile_string_node + CVE-2019-9023 Fix #77381 heap buffer overflow in multibyte match_at + CVE-2019-9023 Fix #77382 heap buffer overflow in expand_case_fold_string + CVE-2019-9023 Fix #77385 buffer overflow in fetch_token + CVE-2019-9023 Fix #77394 buffer overflow in multibyte case folding - unicode + CVE-2019-9023 Fix #77418 heap overflow in utf32be_mbc_to_code + CVE-2019-9023 - phar: Fix #77247 heap buffer overflow in phar_detect_phar_fname_ext + CVE-2019-9021 - xmlrpc: Fix #77242 heap out of bounds read in xmlrpc_decode + CVE-2019-9020 Fix #77380 global out of bounds read in xmlrpc base64 code + CVE-2019-9024 * Wed Dec 5 2018 Remi Collet - 7.0.33-1 - Update to 7.0.33 - http://www.php.net/releases/7_0_33.php -- cgit