From 58048c6106203410075ba75c95e4526455cea2bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Oct 2019 11:38:28 +0200 Subject: Update to 7.2.24 - http://www.php.net/releases/7_2_24.php --- failed.txt | 6 ++++-- php.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 969e1af..c1bcb9c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 7.2.24RC1 (2019-10-10) +===== 7.2.24 (2019-10-24) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log -/var/lib/mock/scl72el6x/build.log:Tests failed : 0 +/var/lib/mock/scl72el6x/build.log:Tests failed : 1 /var/lib/mock/scl72el7x/build.log:Tests failed : 0 /var/lib/mock/scl72el8x/build.log:Tests failed : 16 /var/lib/mock/scl72fc29x/build.log:Tests failed : 1 @@ -12,6 +12,8 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log fc29x, fc30x, fc31x: TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] +el76: + sni_server with separate pk and cert [ext/openssl/tests/sni_server_key_cert.phpt] el8x: buildroot issue under investigation diff --git a/php.spec b/php.spec index b89c66c..90631b9 100644 --- a/php.spec +++ b/php.spec @@ -132,7 +132,7 @@ %endif %global upver 7.2.24 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1900,6 +1900,9 @@ fi %changelog +* Tue Oct 22 2019 Remi Collet - 7.2.24-1 +- Update to 7.2.24 - http://www.php.net/releases/7_2_24.php + * Tue Oct 8 2019 Remi Collet - 7.2.24~RC1-1 - update to 7.2.24RC1 -- cgit