From 5d905b4688cf0923e7aecb907599420c89e686c9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 11:26:50 +0100 Subject: Update to 7.2.28 - http://www.php.net/releases/7_2_28.php --- failed.txt | 12 ++++-------- php.spec | 5 ++++- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index 7cd7917..b6caf14 100644 --- a/failed.txt +++ b/failed.txt @@ -1,20 +1,16 @@ -===== 7.2.27 (2020-01-23) +===== 7.2.28 (2020-02-20) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 -/var/lib/mock/scl72el7x/build.log:Tests failed : 2 -/var/lib/mock/scl72el8x/build.log:Tests failed : 17 -/var/lib/mock/scl72fc29x/build.log:Tests failed : 1 +/var/lib/mock/scl72el7x/build.log:Tests failed : 0 +/var/lib/mock/scl72el8x/build.log:Tests failed : 18 /var/lib/mock/scl72fc30x/build.log:Tests failed : 1 /var/lib/mock/scl72fc31x/build.log:Tests failed : 1 -fc29x, fc30x, fc31x: +fc30x, fc31x: TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] -el7x: - 1 Bug #73072: Invalid path SNI_server_certs causes segfault [ext/openssl/tests/bug73072.phpt] - 1 Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt] el8x: buildroot issue under investigation diff --git a/php.spec b/php.spec index 1d0cf99..875d210 100644 --- a/php.spec +++ b/php.spec @@ -135,7 +135,7 @@ %global db_devel libdb-devel %endif -%global upver 7.2.27 +%global upver 7.2.28 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -1905,6 +1905,9 @@ fi %changelog +* Tue Feb 18 2020 Remi Collet - 7.2.28-1 +- Update to 7.2.28 - http://www.php.net/releases/7_2_28.php + * Wed Jan 22 2020 Remi Collet - 7.2.27-1 - Update to 7.2.27 - http://www.php.net/releases/7_2_27.php -- cgit