From 0c1009e782676a99d57a5e1584ea3cbfb5e7476c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 May 2019 11:01:40 +0200 Subject: - iconv: Fix #78069 Out-of-bounds read in iconv.c:_php_iconv_mime_decode() CVE-2019-11039 - exif: Fix #77988 Heap-buffer-overflow on php_jpg_get16 CVE-2019-11040 - sqlite3: Fix #77967 Bypassing open_basedir restrictions via file uris --- failed.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 3762584..023e9a8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 5.6.40-8 (2019-04-30) +===== 5.6.40-9 (2019-05-28) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 2 +/var/lib/mock/el6i/build.log:Tests failed : 4 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 @@ -10,6 +10,8 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log 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] 1 proc_open have erratic results... :( -- cgit