From 83faa500e8c3b0f8f9c2a618a9b6a5db462b3c4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Dec 2017 09:28:21 +0100 Subject: add upstream patch for https://bugs.php.net/75579 --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 29ae7b8..c140e4a 100644 --- a/php.spec +++ b/php.spec @@ -130,7 +130,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -182,6 +182,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: bug75579.patch # Security fixes (200+) @@ -914,6 +915,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .upstream # security patches @@ -1839,6 +1841,9 @@ fi %changelog +* Fri Dec 29 2017 Remi Collet - 7.2.1~RC1-2 +- add upstream patch for https://bugs.php.net/75579 + * Wed Dec 13 2017 Remi Collet - 7.2.1~RC1-1 - update to 7.2.1RC1 -- cgit