import pcre-8.42-6.el8

This commit is contained in:
CentOS Sources 2021-06-06 22:12:17 +00:00 committed by Andrew Lukoshko
parent 3a824f0532
commit 98f58d7725
1 changed files with 4 additions and 1 deletions

View File

@ -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 <ljavorsk@redhat.com> - 8.42-6
- Rebuild for BZ#1954441
* Wed Apr 14 2021 Petr Pisar <ppisar@redhat.com> - 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)