diff options
-rw-r--r-- | failed.txt | 5 | ||||
-rw-r--r-- | php73.spec | 7 |
2 files changed, 8 insertions, 4 deletions
@@ -1,17 +1,18 @@ -===== 7.3.24RC1 (2020-10-13) +===== 7.3.24 (2020-10-29) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /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/el8x73/build.log:Tests failed : 15 /var/lib/mock/fc31x/build.log:Tests failed : 0 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) + 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] 1 proc_open give erratic test results :( @@ -121,12 +121,12 @@ %endif %global upver 7.3.24 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2263,6 +2263,9 @@ fi %changelog +* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 7.3.24-1 +- Update to 7.3.24 - http://www.php.net/releases/7_3_24.php + * Fri Oct 23 2020 Remi Collet <remi@remirepo.net> - 7.3.24~RC1-2 - backport fix for https://bugs.php.net/74083 from 7.4 master PHP-fpm is stopped on multiple reloads |