summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-28 17:26:33 +0100
committerRemi Collet <remi@remirepo.net>2021-01-28 17:26:33 +0100
commitb6f6d87fa345d563b42f287549e0647f2f24da1d (patch)
tree73761f4c0dcf1c139e50d5128717810e243e1cbb /php73.spec
parent2bae1e78f69ef3b71016336d331d560a9f66343a (diff)
add upstream patch for https://bugs.php.net/80682
fix opcache doesn't honour pcre.jit option
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php73.spec b/php73.spec
index 64b05d4..d14111d 100644
--- a/php73.spec
+++ b/php73.spec
@@ -126,7 +126,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
@@ -191,6 +191,8 @@ Patch49: php-7.3.24-fpm.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+# Backported from 7.4.16
+Patch100: php-bug80682.patch
# Security fixes (200+)
@@ -1171,6 +1173,7 @@ low-level PHP extension for the libsodium cryptographic library.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .bug80682
# security patches
@@ -2265,6 +2268,10 @@ fi
%changelog
+* Thu Jan 28 2021 Remi Collet <remi@remirepo.net> - 7.3.26-2
+- add upstream patch for https://bugs.php.net/80682
+ fix opcache doesn't honour pcre.jit option
+
* Tue Jan 5 2021 Remi Collet <remi@remirepo.net> - 7.3.26-1
- Update to 7.3.26 - http://www.php.net/releases/7_3_26.php