diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-28 17:33:23 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-28 17:33:23 +0100 |
commit | e732fbb64f67e934fc9b8b7724a9de162c482247 (patch) | |
tree | bebe82330a9a08e6bc600527e6e8f62bc2d01f80 /php.spec | |
parent | 893dcf7be45756c684164867115005f023c730a2 (diff) |
add upstream patch for https://bugs.php.net/80682
fix opcache doesn't honour pcre.jit option
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -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 @@ -168,6 +168,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+) @@ -934,6 +935,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .bug80682 # security patches @@ -1807,6 +1809,10 @@ fi %changelog +* Thu Jan 28 2021 Remi Collet <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.0.2~RC1-1 - update to 8.0.2RC1 - oci8 version is now 3.0.1 |