diff options
-rw-r--r-- | failed.txt | 5 | ||||
-rw-r--r-- | php.spec | 13 |
2 files changed, 10 insertions, 8 deletions
@@ -10,13 +10,14 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /var/lib/mock/scl70fc27x/build.log:Tests failed : 0 /var/lib/mock/scl70fc28x/build.log:Tests failed : 3 /var/lib/mock/scl70fc29x/build.log:Tests failed : 4 +/var/lib/mock/scl70fc30x/build.log:Tests failed : 4 -fc28x, fc29x: +fc28x, fc29x, fc30x: 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: +fc29x, fc30x: TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] @@ -1718,14 +1718,14 @@ fi cat << EOF ===================================================================== - WARNING : PHP 7.0 have reached its "End of Life" in December 2018. - Even, if this package includes some of the important security fix, - backported from 7.1, - The UPGRADE to a maintained version is very strongly RECOMMENDED. + WARNING : PHP 7.0 have reached its "End of Life" in + December 2018. Even, if this package includes some of + the important security fix, backported from 7.1, the + UPGRADE to a maintained version is very strongly RECOMMENDED. %if %{?fedora}%{!?fedora:99} < 28 - WARNING : Fedora %{fedora} is now EOL : - You should consider upgrading to a supported release + WARNING : Fedora %{fedora} is now EOL : + You should consider upgrading to a supported release %endif ===================================================================== EOF @@ -1929,6 +1929,7 @@ EOF * Wed Jan 9 2019 Remi Collet <remi@remirepo.net> - 7.0.33-2 - core: Fix #77369 memcpy with negative length via crafted DNS response + CVE-2019-9022 - mbstring: Fix #77370 buffer overflow on mb regex functions - fetch_token CVE-2019-9023 |