From 76be40e7ddfae7f6d9c0ad6150919f220f242e26 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Sep 2020 12:13:11 +0200 Subject: Update to 7.3.23 - http://www.php.net/releases/7_3_23.php --- failed.txt | 8 ++------ php73.spec | 12 +++++------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/failed.txt b/failed.txt index 8c711a8..ca7703b 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,14 @@ -===== 7.3.23RC1 (2020-09-17) +===== 7.3.23 (2020-10-01) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 1 +/var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x73/build.log:Tests failed : 14 /var/lib/mock/fc31x/build.log:Tests failed : 0 -el6i: - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] -el6x: - 1 Test get_headers() function : test with context [ext/standard/tests/url/get_headers_error_003.phpt] el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] 2 buildroot issue with strict openssl policy (fixed in 7.4) diff --git a/php73.spec b/php73.spec index 58f5aca..d2dcb60 100644 --- a/php73.spec +++ b/php73.spec @@ -65,12 +65,7 @@ %global with_sqlite3 1 -# until firebird available in EPEL -%if 0%{?rhel} == 8 -%global with_firebird 0 -%else -%global with_firebird 1 -%endif +%global with_firebird 1 # Build ZTS extension or only NTS %global with_zts 1 @@ -126,7 +121,7 @@ %endif %global upver 7.3.23 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2264,6 +2259,9 @@ fi %changelog +* Tue Sep 29 2020 Remi Collet - 7.3.23-1 +- Update to 7.3.23 - http://www.php.net/releases/7_3_23.php + * Tue Sep 15 2020 Remi Collet - 7.3.23~RC1-1 - update to 7.3.23RC1 -- cgit