From 7201bc1051c16dd1c3cc05c321ad1a2d4c5fec32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Oct 2018 12:49:37 +0200 Subject: use oracle client library version 18.3 --- failed.txt | 8 ++------ php.spec | 7 +++++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 76ae5f6..34d0e89 100644 --- a/failed.txt +++ b/failed.txt @@ -7,7 +7,7 @@ $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log /var/lib/mock/scl56fc26x/build.log:Tests failed : 3 /var/lib/mock/scl56fc27x/build.log:Tests failed : 7 /var/lib/mock/scl56fc28x/build.log:Tests failed : 4 -/var/lib/mock/scl56fc29x/build.log:Tests failed : 13 +/var/lib/mock/scl56fc29x/build.log:Tests failed : 6 el6x, el7x: @@ -17,17 +17,13 @@ el6x, el7x, fc25x, fc26x, fc27x, fc28x, fc29x: el6xn el7x, fc26x, fc27x, fc28x, fc29x: 4 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.phpt] 4 Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] -el6x, fc25x, fc27x, fc29x: +el6x, fc25x, fc27x: 3 Bug #65538: SSL context "cafile" disallows URL stream wrappers [ext/openssl/tests/bug65538_002.phpt] 3 gethostbyname() function - basic return valid ip address test [ext/standard/tests/network/gethostbyname_error004.phpt] 3 getmxrr() test [ext/standard/tests/network/getmxrr.phpt] fc27x, fc28x, fc29x: 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] fc29x: - Bug #68265: SAN match fails with trailing DNS dot [ext/openssl/tests/bug68265.phpt] - Bug #68879: Match IP address fields in subjectAltName checks [ext/openssl/tests/bug68879.phpt] - Bug #68920: peer_fingerprint input checks should be strict [ext/openssl/tests/bug68920.phpt] - Bug #69215: Crypto servers should send client CA list [ext/openssl/tests/bug69215.phpt] openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] diff --git a/php.spec b/php.spec index a6ba008..fb7dca3 100644 --- a/php.spec +++ b/php.spec @@ -59,7 +59,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 12.2 +%global oraclever 18.3 # Build for LiteSpeed Web Server (LSAPI) %global with_lsws 1 @@ -129,7 +129,7 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1840,6 +1840,9 @@ fi %changelog +* Wed Oct 24 2018 Remi Collet - 5.6.38-2 +- use oracle client library version 18.3 + * Wed Sep 12 2018 Remi Collet - 5.6.38-1 - Update to 5.6.38 - http://www.php.net/releases/5_6_38.php -- cgit