From e2a406ee9ecbf96c0ffe04178d158c4572acd38d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Apr 2019 12:50:10 +0200 Subject: - exif: Fix #77753 Heap-buffer-overflow in php_ifd_get32s Fix #77831 Heap-buffer-overflow in exif_iif_add_value - sqlite3: Added sqlite3.defensive INI directive --- failed.txt | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'failed.txt') diff --git a/failed.txt b/failed.txt index 28fb7af..9834657 100644 --- a/failed.txt +++ b/failed.txt @@ -1,33 +1,25 @@ -===== 5.6.40-5 (2019-03-12) +===== 5.6.40-7 (2019-04-02) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log -/var/lib/mock/scl56el6x/build.log:Tests failed : 7 -/var/lib/mock/scl56el7x/build.log:Tests failed : 4 -/var/lib/mock/scl56el7x/build.log:Tests failed : 34 -/var/lib/mock/scl56fc26x/build.log:Tests failed : 3 -/var/lib/mock/scl56fc27x/build.log:Tests failed : 7 -/var/lib/mock/scl56fc28x/build.log:Tests failed : 6 -/var/lib/mock/scl56fc29x/build.log:Tests failed : 8 -/var/lib/mock/scl56fc30x/build.log:Tests failed : 11 +/var/lib/mock/scl56el6x/build.log:Tests failed : 3 +/var/lib/mock/scl56el7x/build.log:Tests failed : 0 +/var/lib/mock/scl56el8x/build.log:Tests failed : 28 +/var/lib/mock/scl56fc27x/build.log:Tests failed : 6 +/var/lib/mock/scl56fc28x/build.log:Tests failed : 1 +/var/lib/mock/scl56fc29x/build.log:Tests failed : 3 +/var/lib/mock/scl56fc30x/build.log:Tests failed : 3 -el6x, el7x: - 4 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] -el6x, el7x, fc25x, fc26x, fc27x, fc28x, fc29x, fc30x: - 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] -el6xn el7x, fc26x, fc27x, fc28x, fc29x, fc30x: - 4 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.phpt] - 4 Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] -el6x, fc25x, fc27x, fc29x: +fc27x: + 4 Bug #32086 (strtotime don't work in DST) [ext/date/tests/bug32086.phpt] + 4 Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt] +el6x, fc27x: 3 Bug #65538: SSL context "cafile" disallows URL stream wrappers [ext/openssl/tests/bug65538_002.phpt] 3 gethostbyname() function - basic return valid ip address test [ext/standard/tests/network/gethostbyname_error004.phpt] 3 getmxrr() test [ext/standard/tests/network/getmxrr.phpt] fc27x, fc28x, fc29x, fc30x: 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] -fc28x, fc29x, fc30x: - Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] - date_modify() function [1] [ext/date/tests/date_modify-1.phpt] fc29x, fc30x: openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] -- cgit