From 4b5aa6b87ed00a959b5d4d5f3283671892acdc7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jan 2021 17:34:17 +0100 Subject: add upstream patch for https://bugs.php.net/80682 fix opcache doesn't honour pcre.jit option --- php80.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index ac172cb..e38415f 100644 --- a/php80.spec +++ b/php80.spec @@ -96,7 +96,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -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 @@ -153,6 +153,7 @@ Patch47: php-8.0.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-bug80682.patch # Security fixes (200+) @@ -1155,6 +1156,7 @@ in pure PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .bug80682 # security patches @@ -2142,6 +2144,10 @@ fi %changelog +* Thu Jan 28 2021 Remi Collet - 8.0.2~RC1-2 +- add upstream patch for https://bugs.php.net/80682 + fix opcache doesn't honour pcre.jit option + * Tue Jan 19 2021 Remi Collet - 8.0.2~RC1-1 - update to 8.0.2RC1 - oci8 version is now 3.0.1 -- cgit