From 0a98432bd04da634325a23d7bedfab168ef5ba8b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 29 Sep 2018 08:49:19 +0200 Subject: update to 7.1.23RC1 use oracle client library version 18.3 --- php.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 4056aa1..4c4890f 100644 --- a/php.spec +++ b/php.spec @@ -55,7 +55,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 @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.1.22 -#global rcver RC1 +%global upver 7.1.23 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -183,7 +183,6 @@ Patch48: php-7.1.9-openssl-load-config.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch100: https://github.com/php/php-src/commit/be50a72715c141befe6f34ece660745da894aaf3.patch # Security fixes (200+) @@ -905,7 +904,6 @@ support for JavaScript Object Notation (JSON) to PHP. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up1 # security patches @@ -1846,6 +1844,10 @@ fi %changelog +* Sat Sep 29 2018 Remi Collet - 7.1.23~RC1-1 +- update to 7.1.23RC1 +- use oracle client library version 18.3 + * Tue Sep 11 2018 Remi Collet - 7.1.22-1 - Update to 7.1.22 - http://www.php.net/releases/7_1_22.php -- cgit