diff options
| author | Remi Collet <remi@remirepo.net> | 2019-03-05 11:44:26 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-03-05 11:44:26 +0100 | 
| commit | acaef9bcc0a215543c7cbf827b0068eac080910b (patch) | |
| tree | 36ea798cb0c7fa21a514472e415d7cde639ef146 | |
| parent | 8c026d6051827ff72723439bda7650ab3f2d4322 (diff) | |
update test results + add CVEs
| -rw-r--r-- | failed.txt | 6 | ||||
| -rw-r--r-- | php70.spec | 21 | 
2 files changed, 20 insertions, 7 deletions
@@ -1,12 +1,14 @@ -===== 7.0.33-2 (2019-01-10) +===== 7.0.33-5 (2019-03-05)  $ grep -r 'Tests failed' /var/lib/mock/*/build.log  /var/lib/mock/el6i/build.log:Tests failed    :     0  /var/lib/mock/el6x/build.log:Tests failed    :     0 -/var/lib/mock/el7x/build.log:Tests failed    :     0 +/var/lib/mock/el7x/build.log:Tests failed    :     1 +el7x: +	1	Bug #68879: Match IP address fields in subjectAltName checks [ext/openssl/tests/bug68879.phpt]  1	proc_open give erratic test results :( @@ -1820,15 +1820,15 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/php/modules/*.a \  rm -f README.{Zeus,QNX,CVS-RULES} -posttrans +%posttrans  %if %{?fedora}%{!?fedora:99} < 28  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.  =====================================================================  EOF @@ -2083,19 +2083,30 @@ fi  * 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    Fix #77371 heap buffer overflow in mb regex functions compile_string_node +  CVE-2019-9023    Fix #77381 heap buffer overflow in multibyte match_at +  CVE-2019-9023    Fix #77382 heap buffer overflow in expand_case_fold_string +  CVE-2019-9023    Fix #77385 buffer overflow in fetch_token +  CVE-2019-9023    Fix #77394 buffer overflow in multibyte case folding - unicode +  CVE-2019-9023    Fix #77418 heap overflow in utf32be_mbc_to_code +  CVE-2019-9023  - phar:    Fix #77247 heap buffer overflow in phar_detect_phar_fname_ext +  CVE-2019-9021  - xmlrpc:    Fix #77242 heap out of bounds read in xmlrpc_decode +  CVE-2019-9020    Fix #77380 global out of bounds read in xmlrpc base64 code +  CVE-2019-9024  * Wed Dec  5 2018 Remi Collet <remi@remirepo.net> - 7.0.33-1  - Update to 7.0.33 - http://www.php.net/releases/7_0_33.php  | 
