From 502e2cdb7871815a183675a5eeff7d64155a5bec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2019 12:48:01 +0200 Subject: add upstream patch for https://bugs.php.net/78230 segfault with opcache enabled --- php73.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 9e1b7ab..272f198 100644 --- a/php73.spec +++ b/php73.spec @@ -123,7 +123,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 @@ -181,6 +181,7 @@ Patch48: php-7.3.3-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-bug78230.patch # Security fixes (200+) @@ -1144,6 +1145,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .bug78230 # security patches @@ -2228,6 +2230,10 @@ fi %changelog +* Wed Jul 3 2019 Remi Collet - 7.3.7-2 +- add upstream patch for https://bugs.php.net/78230 + segfault with opcache enabled + * Tue Jul 2 2019 Remi Collet - 7.3.7-1 - Update to 7.3.7 - http://www.php.net/releases/7_3_7.php - disable opcache.huge_code_pages in default configuration -- cgit