From 98f58d77258ea9c9f7aa6871b293acccfa9b13c8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sun, 6 Jun 2021 22:12:17 +0000 Subject: [PATCH] import pcre-8.42-6.el8 --- SPECS/pcre.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/pcre.spec b/SPECS/pcre.spec index 291efc1..d027bf9 100644 --- a/SPECS/pcre.spec +++ b/SPECS/pcre.spec @@ -2,7 +2,7 @@ #%%global rcversion RC1 Name: pcre Version: 8.42 -Release: %{?rcversion:0.}5%{?rcversion:.%rcversion}%{?dist} +Release: %{?rcversion:0.}6%{?rcversion:.%rcversion}%{?dist} %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library ## Source package only: @@ -239,6 +239,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcretest.* %changelog +* Wed Jun 02 2021 Lukas Javorsky - 8.42-6 +- Rebuild for BZ#1954441 + * Wed Apr 14 2021 Petr Pisar - 8.42-5 - Fix CVE-2019-20838 (a subject buffer overread in JIT when UTF is disabled and \X or \R has a greater than 1 fixed quantifier) (bug #1852252)