From 7b20869557afb0fb1c1006ea1e614372cefc5310 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 08:04:51 +0200 Subject: Update to 7.2.34 - http://www.php.net/releases/7_2_34.php --- failed.txt | 5 ++--- php.spec | 11 ++++------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index 46f9bc6..4efc109 100644 --- a/failed.txt +++ b/failed.txt @@ -1,17 +1,16 @@ -===== 7.2.33 (2020-08-06) +===== 7.2.34 (2020-10-01) $ 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 : 0 /var/lib/mock/scl72el8x/build.log:Tests failed : 17 -/var/lib/mock/scl72fc30x/build.log:Tests failed : 1 /var/lib/mock/scl72fc31x/build.log:Tests failed : 1 /var/lib/mock/scl72fc32x/build.log:Tests failed : 1 /var/lib/mock/scl72fc33x/build.log:Tests failed : 16 -fc30x, fc31x, fc32x, fc33x: +fc31x, fc32x, fc33x: 3 TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] el8x, fc33x: 3 buildroot issue with strict openssl policy (fixed in 7.4) diff --git a/php.spec b/php.spec index ca86872..5400c19 100644 --- a/php.spec +++ b/php.spec @@ -86,12 +86,7 @@ # Optional components; pass "--with mssql" etc to rpmbuild. %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} %global with_imap 1 -# until firebird available in EPEL -%if 0%{?rhel} == 8 -%global with_interbase 0 -%else %global with_interbase 1 -%endif %global with_freetds 1 %global with_tidy 1 %global with_sqlite3 1 @@ -140,8 +135,7 @@ %global db_devel libdb-devel %endif -%global upver 7.2.33 -#global rcver RC1 +%global upver 7.2.34 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1926,6 +1920,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 7.2.34-1 +- Update to 7.2.34 - http://www.php.net/releases/7_2_34.php + * Tue Aug 4 2020 Remi Collet - 7.2.33-1 - Update to 7.2.33 - http://www.php.net/releases/7_2_33.php -- cgit