summaryrefslogtreecommitdiffstats
path: root/failed.txt
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-28 11:01:40 +0200
committerRemi Collet <remi@remirepo.net>2019-05-28 11:01:40 +0200
commit0c1009e782676a99d57a5e1584ea3cbfb5e7476c (patch)
treef1a6e3490db4cc924328cadf7cbe33f7b7952149 /failed.txt
parente54a909c0280ee406c13832b1dc9d52553465aec (diff)
- 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
Diffstat (limited to 'failed.txt')
-rw-r--r--failed.txt6
1 files changed, 4 insertions, 2 deletions
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... :(