From 725130ba0bb06a3954b3e81c385bea0bca36324e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Aug 2019 15:33:56 +0200 Subject: From 7.1.32 - mbstring: Fix CVE-2019-13224 don't allow different encodings for onig_new_deluxe - pcre: Fix #75457 heap use-after-free in pcrelib --- failed.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 70bd2b4..5020e80 100644 --- a/failed.txt +++ b/failed.txt @@ -1,21 +1,21 @@ -===== 5.6.40-12 (2019-07-30) +===== 5.6.40-13 (2019-08-28) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 4 -/var/lib/mock/el6x/build.log:Tests failed : 1 -/var/lib/mock/el7x/build.log:Tests failed : 0 +/var/lib/mock/el6i/build.log:Tests failed : 2 +/var/lib/mock/el6x/build.log:Tests failed : 0 +/var/lib/mock/el7x/build.log:Tests failed : 2 el6i: 4 Test date_sunrise() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunrise_variation9.phpt] 4 Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] - Peer verification enabled for client streams [ext/openssl/tests/peer_verification.phpt] - Peer verification matches SAN names [ext/openssl/tests/san_peer_matching.phpt] -el6x: - Test disk_free_space and its alias diskfreespace() functions : basic functionality [ext/standard/tests/file/disk_free_space_basic.phpt] +el7x: + TLSv1.1 and TLSv1.2 bitwise stream crypto flag assignment [ext/openssl/tests/stream_crypto_flags_002.phpt] + 2 Bug #75457 (heap-use-after-free in php7.0.25) [ext/pcre/tests/bug75457.phpt] 1 proc_open have erratic results... :( +2 test fixed upstream 3 online test 4 tzdata are no more updated upstream in security branch -- cgit