From c38140589209d61232f43a47589850057529fb47 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Mar 2019 14:00:17 +0100 Subject: F30 build --- failed.txt | 5 +++-- php.spec | 13 +++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 1141c93..8a55425 100644 --- a/failed.txt +++ b/failed.txt @@ -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] diff --git a/php.spec b/php.spec index ded3e31..c8807f9 100644 --- a/php.spec +++ b/php.spec @@ -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 - 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 -- cgit