Fix compiling a POSIX character class followed by a single ASCII character in a class item while UCP mode is active

This commit is contained in:
Petr Písař 2015-11-18 12:33:17 +01:00
parent 7de6818938
commit 852fc765de
2 changed files with 151 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,6 +34,10 @@ Patch1: pcre-8.32-refused_spelling_terminated.patch
# Fix crash when compiling an expression with long (*MARK) or (*THEN) names,
# in upstream after 8.38-RC1
Patch2: pcre-8.38-RC1-Fix-crash-caused-by-long-MARK-or-THEN-names.patch
# Fix compiling a POSIX character class followed by a single ASCII character
# in a class item while UCP mode is active, upstream bug #1717,
# in upstream after 8.38-RC1
Patch3: pcre-8.38-RC1-Fix-POSIX-class-single-character-bug.patch
BuildRequires: readline-devel
BuildRequires: autoconf
BuildRequires: automake
@ -85,6 +89,7 @@ Utilities demonstrating PCRE capabilities like pcregrep or pcretest.
%patch0 -p1 -b .multilib
%patch1 -p1 -b .terminated_typos
%patch2 -p1
%patch3 -p1
# Because of rpath patch
libtoolize --copy --force
autoreconf -vif
@ -158,6 +163,8 @@ make %{?_smp_mflags} check VERBOSE=yes
%changelog
* Wed Nov 18 2015 Petr Pisar <ppisar@redhat.com> - 8.38-0.2.RC1
- Fix crash when compiling an expression with long (*MARK) or (*THEN) names
- Fix compiling a POSIX character class followed by a single ASCII character
in a class item while UCP mode is active (upstream bug #1717)
* Thu Oct 29 2015 Petr Pisar <ppisar@redhat.com> - 8.38-0.1.RC1
- 8.38-RC1 bump