summaryrefslogtreecommitdiffstats
path: root/php74.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-28 17:32:05 +0100
committerRemi Collet <remi@remirepo.net>2021-01-28 17:32:05 +0100
commit9d1ca7a748b39a67c5c969c8970dc025424d0c79 (patch)
tree1432566e95e81b86a48235dae79a35d7023e5662 /php74.spec
parent08a1617e20f7081e76bce0ddbaa3e27f62d66108 (diff)
add upstream patch for https://bugs.php.net/80682
fix opcache doesn't honour pcre.jit option
Diffstat (limited to 'php74.spec')
-rw-r--r--php74.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php74.spec b/php74.spec
index d76a39a..2b4f325 100644
--- a/php74.spec
+++ b/php74.spec
@@ -100,7 +100,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: 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
@@ -156,6 +156,7 @@ Patch47: php-7.4.8-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-bug80682.patch
# Security fixes (200+)
@@ -1152,6 +1153,7 @@ in pure PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .bug80682
# security patches
@@ -2163,6 +2165,10 @@ fi
%changelog
+* Thu Jan 28 2021 Remi Collet <remi@remirepo.net> - 7.4.15~RC2-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> - 7.4.15~RC2-1
- update to 7.4.15RC2