diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-31 10:49:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-31 10:49:37 +0200 |
commit | da964cc0dc80209b85622e4308982389c30e77ed (patch) | |
tree | b7940214779fa6d558ffc6ead709759791a82d6f | |
parent | 7b440a8932d1e9cdb8811a31447a03fe4d8ac7ae (diff) |
Update to 7.1.31 - http://www.php.net/releases/7_1_31.php
-rw-r--r-- | failed.txt | 9 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 9 insertions, 7 deletions
@@ -1,20 +1,19 @@ -===== 7.1.30 (2019-05-30) +===== 7.1.31 (2019-08-01) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl71el6x/build.log:Tests failed : 0 /var/lib/mock/scl71el7x/build.log:Tests failed : 0 /var/lib/mock/scl71el8x/build.log:Tests failed : 28 -/var/lib/mock/scl71fc27x/build.log:Tests failed : 0 /var/lib/mock/scl71fc28x/build.log:Tests failed : 0 -/var/lib/mock/scl71fc29x/build.log:Tests failed : 1 -/var/lib/mock/scl71fc30x/build.log:Tests failed : 1 +/var/lib/mock/scl71fc29x/build.log:Tests failed : 2 +/var/lib/mock/scl71fc30x/build.log:Tests failed : 2 fc29x, fc30x: + openssl_encrypt() with CCM cipher algorithm tests [ext/openssl/tests/openssl_encrypt_ccm.phpt] TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] - 1 proc_open give erratic test results :( 2 test issue (fixed upstream) 3 known issue @@ -131,12 +131,12 @@ %global db_devel libdb-devel %endif -%global upver 7.1.30 +%global upver 7.1.31 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1867,6 +1867,9 @@ fi %changelog +* Wed Jul 31 2019 Remi Collet <remi@remirepo.net> - 7.1.31-1 +- Update to 7.1.31 - http://www.php.net/releases/7_1_31.php + * Tue Jul 2 2019 Remi Collet <remi@remirepo.net> - 7.1.30-3 - use oracle client library version 19.3 - disable opcache.huge_code_pages in default configuration |