diff options
Diffstat (limited to 'php72.spec')
-rw-r--r-- | php72.spec | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -28,7 +28,7 @@ %ifarch ppc ppc64 %global oraclever 10.2.0.2 %else -%global oraclever 12.2 +%global oraclever 18.3 %endif # Build for LiteSpeed Web Server (LSAPI) @@ -111,8 +111,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.10 -#global rcver RC1 +%global upver 7.2.11 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -175,9 +175,6 @@ Patch48: php-7.2.8-getallheaders.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: https://github.com/php/php-src/commit/cd0a37994e3cbf1f0aa1174155d3d662cefe2e7a.patch -Patch101: https://github.com/php/php-src/commit/be50a72715c141befe6f34ece660745da894aaf3.patch -Patch102: https://github.com/php/php-src/commit/c1729272b17a1fe893d1a54e423d3b71470f3ee8.patch # Security fixes (200+) @@ -1090,9 +1087,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up1 -%patch101 -p1 -b .up2 -%patch102 -p1 -b .up3 # security patches @@ -2149,6 +2143,10 @@ fi %changelog +* Wed Sep 26 2018 Remi Collet <remi@remirepo.net> - 7.2.11~RC1-1 +- update to 7.2.11RC1 +- use oracle client library version 18.3 + * Tue Sep 11 2018 Remi Collet <remi@remirepo.net> - 7.2.10-1 - Update to 7.2.10 - http://www.php.net/releases/7_2_10.php |