From ddeec06d2e8cc546c94aee53585aeec1cea8f741 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Aug 2021 14:05:28 +0200 Subject: add upstream patch for https://bugs.php.net/81325 segfault in simplexml --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c51afd3..73a1644 100644 --- a/php.spec +++ b/php.spec @@ -104,7 +104,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?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-simplexml.patch # Security fixes (200+) @@ -936,6 +937,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .segfault # security patches @@ -1809,6 +1811,9 @@ fi %changelog +* Tue Aug 3 2021 Remi Collet - 8.0.9-2 +- add upstream patch for https://bugs.php.net/81325 segfault in simplexml + * Thu Jul 29 2021 Remi Collet - 8.0.9-1 - Update to 8.0.9 - http://www.php.net/releases/8_0_9.php -- cgit