summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-16 11:43:19 +0100
committerRemi Collet <remi@remirepo.net>2021-03-16 11:43:19 +0100
commit18ffd7d62cf490f3d5d5b08a2c36b081d377e3c8 (patch)
treec992d60140126ce92f8c66226629fd7bf34640fe
parent6005bf60436672b8d8cd1c1912f81b2d76a436fc (diff)
update to 7.4.17RC1
use oracle client library version 21.1
-rw-r--r--failed.txt7
-rw-r--r--php.spec16
2 files changed, 11 insertions, 12 deletions
diff --git a/failed.txt b/failed.txt
index 05fdb12..7d4d9e3 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,15 +1,14 @@
-===== 7.4.16 (2021-03-04)
+===== 7.4.17RC1 (2021-03-18)
$ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log
-/var/lib/mock/scl74el7x/build.log:Tests failed : 1
+/var/lib/mock/scl74el7x/build.log:Tests failed : 0
/var/lib/mock/scl74el8x/build.log:Tests failed : 0
/var/lib/mock/scl74fc32x/build.log:Tests failed : 0
/var/lib/mock/scl74fc33x/build.log:Tests failed : 0
+/var/lib/mock/scl74fc34x/build.log:Tests failed : 0
-el7x:
- 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 af3d1ca..16a5177 100644
--- a/php.spec
+++ b/php.spec
@@ -49,12 +49,8 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%ifarch x86_64
-%global oraclever 19.9
-%else
-%global oraclever 19.6
-%endif
-%global oraclelib 19.1
+%global oraclever 21.1
+%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI)
%global with_lsws 1
@@ -100,8 +96,8 @@
#global gh_date 20190612
%global gh_owner php
%global gh_project php-src
-%global upver 7.4.16
-#global rcver RC1
+%global upver 7.4.17
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1813,6 +1809,10 @@ fi
%changelog
+* Tue Mar 16 2021 Remi Collet <remi@remirepo.net> - 7.4.17~RC1-1
+- update to 7.4.17RC1
+- use oracle client library version 21.1
+
* 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