From 9eaf73de2f4aee5d9d08e1ecec219878b9cb8ed5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Sep 2020 11:13:15 +0200 Subject: update to 7.3.23RC1 --- failed.txt | 8 ++++++-- php73.spec | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 8922126..8c711a8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,14 +1,18 @@ -===== 7.3.22 (2020-09-03) +===== 7.3.23RC1 (2020-09-17) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 0 +/var/lib/mock/el6i/build.log:Tests failed : 1 /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 4ea6ef1..58f5aca 100644 --- a/php73.spec +++ b/php73.spec @@ -125,8 +125,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.22 -#global rcver RC1 +%global upver 7.3.23 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2264,6 +2264,9 @@ fi %changelog +* Tue Sep 15 2020 Remi Collet - 7.3.23~RC1-1 +- update to 7.3.23RC1 + * Tue Sep 1 2020 Remi Collet - 7.3.22-1 - Update to 7.3.22 - http://www.php.net/releases/7_3_22.php -- cgit