From 955e257c12b099a7dbc2a956eeb1224f866d59bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 18 Mar 2016 12:19:08 +0100 Subject: [PATCH] Upstream bug #1791 is known as CVE-2016-3191 --- pcre2.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pcre2.spec b/pcre2.spec index 3ae9749..3cb4d84 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -25,8 +25,8 @@ Patch1: pcre2-10.21-Detect-unmatched-closing-parentheses-in-the-pre-scan.pat # Fix pcre2test for expressions with a callout inside a look-behind assertion, # upstream bug #1783, fixed in upstream after 10.21 Patch2: pcre2-10.21-Fix-pcre2test-loop-when-a-callout-is-in-an-initial-l.patch -# Fix workspace overflow for (*ACCEPT) with deeply nested parentheses, -# upstream bug #1791, fixed in upstream after 10.21 +# Fix CVE-2016-3191 (workspace overflow for (*ACCEPT) with deeply nested +# parentheses), upstream bug #1791, fixed in upstream after 10.21 Patch3: pcre2-10.21-Fix-workspace-overflow-for-deep-nested-parentheses-w.patch # Fix a typo in pcre2_study(), fixed in upstream after 10.21 Patch4: pcre2-10.21-Fix-typo-in-pcre2_study.patch @@ -218,8 +218,8 @@ make %{?_smp_mflags} check VERBOSE=yes - Report unmatched closing parantheses properly - Fix pcre2test for expressions with a callout inside a look-behind assertion (upstream bug #1783) -- Fix workspace overflow for (*ACCEPT) with deeply nested parentheses - (upstream bug #1791) +- Fix CVE-2016-3191 (workspace overflow for (*ACCEPT) with deeply nested + parentheses) (upstream bug #1791) * Thu Feb 04 2016 Fedora Release Engineering - 10.21-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild