summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-03 06:43:36 +0100
committerRemi Collet <remi@remirepo.net>2021-03-03 06:43:36 +0100
commit5bf29a9a10520da901d1fb66afbaa3785e57e795 (patch)
tree0798ab340a461ce66d4fd728edf69d596d76b149
parent816ebb6943338c1bd6a68e341112bb802c8b8a98 (diff)
Update to 8.0.3 - http://www.php.net/releases/8_0_3.phpv8.0.3
-rw-r--r--failed.txt8
-rw-r--r--php.spec7
2 files changed, 8 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index f6734e4..a495a82 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,17 +1,15 @@
-===== 8.0.3RC1 (2021-02-18)
+===== 8.0.3 (2021-03-04)
$ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log
-/var/lib/mock/scl80el7x/build.log:Tests failed : 3
+/var/lib/mock/scl80el7x/build.log:Tests failed : 1
/var/lib/mock/scl80el8x/build.log:Tests failed : 0
/var/lib/mock/scl80fc32x/build.log:Tests failed : 0
/var/lib/mock/scl80fc33x/build.log:Tests failed : 0
el7x:
- Bug #80747: Providing RSA key size < 512 generates key that crash PHP [ext/openssl/tests/bug80747.phpt]
- Bug #60180 ($_SERVER["PHP_SELF"] incorrect) [ext/standard/tests/streams/bug64433.phpt]
- Bug #70198 Checking liveness does not work as expected [ext/standard/tests/streams/bug70198.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 69ab523..7ccf9d0 100644
--- a/php.spec
+++ b/php.spec
@@ -103,8 +103,8 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.0.3
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1807,6 +1807,9 @@ fi
%changelog
+* Wed Mar 3 2021 Remi Collet <remi@remirepo.net> - 8.0.3-1
+- Update to 8.0.3 - http://www.php.net/releases/8_0_3.php
+
* Thu Feb 18 2021 Remi Collet <remi@remirepo.net> - 8.0.3~RC1-1
- update to 8.0.3RC1