From a1dbb57fb367a407ace5513fb71a1382dbbca319 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Sep 2018 11:53:51 +0200 Subject: Update to 7.2.10 - http://www.php.net/releases/7_2_10.php --- php72.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'php72.spec') diff --git a/php72.spec b/php72.spec index 4113dd3..77b93b0 100644 --- a/php72.spec +++ b/php72.spec @@ -112,7 +112,7 @@ %endif %global upver 7.2.10 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -175,6 +175,9 @@ 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+) @@ -1087,6 +1090,9 @@ 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 @@ -2143,6 +2149,9 @@ fi %changelog +* Tue Sep 11 2018 Remi Collet - 7.2.10-1 +- Update to 7.2.10 - http://www.php.net/releases/7_2_10.php + * Tue Aug 28 2018 Remi Collet - 7.2.10~RC1-1 - update to 7.2.10RC1 -- cgit