From da964cc0dc80209b85622e4308982389c30e77ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 31 Jul 2019 10:49:37 +0200 Subject: Update to 7.1.31 - http://www.php.net/releases/7_1_31.php --- failed.txt | 9 ++++----- php.spec | 7 +++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index d607d17..c157174 100644 --- a/failed.txt +++ b/failed.txt @@ -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 diff --git a/php.spec b/php.spec index 4aa1140..7a87dc4 100644 --- a/php.spec +++ b/php.spec @@ -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 - 7.1.31-1 +- Update to 7.1.31 - http://www.php.net/releases/7_1_31.php + * Tue Jul 2 2019 Remi Collet - 7.1.30-3 - use oracle client library version 19.3 - disable opcache.huge_code_pages in default configuration -- cgit