diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-22 11:39:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-22 11:39:16 +0200 |
commit | c1e8e29248c034421920c64d8db34ca0bfa84697 (patch) | |
tree | 1f2e226eaa0f087a1bb42127b87ff0c8289adcf7 | |
parent | bfbea258bab91ab14e45818a8c4bbc8e182eba50 (diff) |
Update to 7.2.24 - http://www.php.net/releases/7_2_24.php
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php72.spec | 9 |
2 files changed, 12 insertions, 5 deletions
@@ -1,17 +1,19 @@ -===== 7.2.24RC1 (2019-10-10) +===== 7.2.24 (2019-10-24) $ 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.logTests failed : 16 +/var/lib/mock/el7x/build.log:Tests failed : 1 +/var/lib/mock/el8x73/build.logTests failed : 17 /var/lib/mock/fc29i/build.log:Tests failed : 1 /var/lib/mock/fc29x/build.log:Tests failed : 1 fc29i, fc29x: 5 TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] +el7x: + 1 Bug #69521 Segfault in gc_collect_cycles() [ext/standard/tests/streams/bug69521.phpt] el8x: 5 openssl failure under investigation @@ -117,7 +117,7 @@ %endif %global upver 7.2.24 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -341,7 +341,8 @@ Provides: php(httpd) %endif %if %{with_nginx} # for /etc/nginx ownership -Requires: nginx-filesystem +# Temporarily not mandatory to allow nginx for nginx repo +Recommends: nginx-filesystem %endif %if 0%{?rhel} Obsoletes: php53-fpm, php53u-fpm, php54-fpm, php54w-fpm, php55u-fpm, php55w-fpm, php56u-fpm, php56w-fpm @@ -2209,6 +2210,10 @@ fi %changelog +* Tue Oct 22 2019 Remi Collet <remi@remirepo.net> - 7.2.24-1 +- Update to 7.2.24 - http://www.php.net/releases/7_2_24.php +- change dependency on nginx-filesystem to weak + * Tue Oct 8 2019 Remi Collet <remi@remirepo.net> - 7.2.24~RC1-1 - update to 7.2.24RC1 |