summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-02 14:12:51 +0100
committerRemi Collet <remi@remirepo.net>2021-03-02 14:12:51 +0100
commit6005bf60436672b8d8cd1c1912f81b2d76a436fc (patch)
tree38253813e359f713f057507a2e5750682078ecb7
parent66e36eb09cdf048cf8e0bf434bcc9d39c7d580dd (diff)
Update to 7.4.16 - http://www.php.net/releases/7_4_16.php
-rw-r--r--failed.txt4
-rw-r--r--php.spec5
2 files changed, 6 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index 030dace..05fdb12 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.4.16RC1 (2021-02-18)
+===== 7.4.16 (2021-03-04)
$ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log
@@ -9,7 +9,7 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log
el7x:
- 5 Bug #80747: Providing RSA key size < 512 generates key that crash PHP [ext/openssl/tests/bug80747.phpt]
+ 2 Bug #80747: Providing RSA key size < 512 generates key that crash PHP [ext/openssl/tests/bug80747.phpt]
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index bd38213..af3d1ca 100644
--- a/php.spec
+++ b/php.spec
@@ -101,7 +101,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 7.4.16
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1813,6 +1813,9 @@ fi
%changelog
+* Tue Mar 2 2021 Remi Collet <remi@remirepo.net> - 7.4.16-1
+- Update to 7.4.16 - http://www.php.net/releases/7_4_16.php
+
* Tue Feb 16 2021 Remi Collet <remi@remirepo.net> - 7.4.16~RC1-1
- update to 7.4.16RC1