summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-16 11:56:04 +0100
committerRemi Collet <remi@remirepo.net>2021-03-16 11:56:04 +0100
commitd8250bdff38da2f5600d14c4f8e3d324ba5b27f0 (patch)
treef4aca127cdb751e0340a240801876c5405899adc
parent709007615a164d3faa6bf0bf7b5dbd6afdf994ad (diff)
update to 7.4.17RC1
use oracle client library version 21.1
-rw-r--r--failed.txt6
-rw-r--r--php74.spec16
2 files changed, 10 insertions, 12 deletions
diff --git a/failed.txt b/failed.txt
index ee5587e..a5c9891 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,16 +1,14 @@
-===== 7.4.16 (2021-03-04)
+===== 7.4.17RC1 (2021-03-18)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
-/var/lib/mock/el7x/build.log:Tests failed : 1
+/var/lib/mock/el7x/build.log:Tests failed : 0
/var/lib/mock/el8x74/build.log:Tests failed : 0
/var/lib/mock/fc32x/build.log:Tests failed : 0
/var/lib/mock/fc33x/build.log:Tests failed : 0
/var/lib/mock/fc34x/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/php74.spec b/php74.spec
index ecaa17a..cc64131 100644
--- a/php74.spec
+++ b/php74.spec
@@ -24,12 +24,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
@@ -94,8 +90,8 @@
%global with_libzip 1
%global with_zip 0
-%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: php
@@ -2163,6 +2159,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