-
Tue Dec 06 2016 Petr Pisar <ppisar@redhat.com> - 8.32-17
- Let [:graph:], [:print:], and [:punct:] POSIX classes to handle Unicode
characters in UCP mode to match Perl behavior (bug #1400267)
- Fix matching Unicode ranges in JIT mode (bug #1402288)
-
Wed Apr 27 2016 Petr Pisar <ppisar@redhat.com> - 8.32-16
- Fix CVE-2015-2328 (infinite recursion compiling pattern with recursive
reference in a group with indefinite repeat) (bug #1330509)
- Fix CVE-2015-8385 (buffer overflow caused by named forward reference to
duplicate group number) (bug #1330509)
- Fix CVE-2015-8386 (buffer overflow caused by lookbehind assertion)
(bug #1330509)
- Fix CVE-2015-3217 (stack overflow caused by mishandled group empty match)
(bug #1330509)
- Fix CVE-2015-5073 and CVE-2015-8388 (buffer overflow for forward reference
within backward assertion with excess closing parenthesis) (bug #1330509)
- Fix CVE-2015-8391 (inefficient posix character class syntax check)
(bug #1330509)
- Fix CVE-2016-3191 (workspace overflow for (*ACCEPT) with deeply nested
parentheses) (bug #1330509)
-
Wed Apr 29 2015 Petr Pisar <ppisar@redhat.com> - 8.32-15
- Fix compiling expression where start-anchored character with more than one
other case follows circumflex in multiline UTF mode (bug #1110621)
- Fix character class with a literal quotation (bug #1111091)
- Fix empty-matching possessive zero-repeat groups in interpreted mode
(bug #1119320)
- Fix compiler crash for zero-repeated groups with a recursive back reference
(bug #1119356)
- Reset non-matched groups within capturing group up to forced match
(bug #1161597)
- Fix static linking (bug #1217111)
- Package pcredemo.c as a documentation for pcre-devel (bug #1217118)
-
Tue Dec 02 2014 Petr Pisar <ppisar@redhat.com> - 8.32-14
- Fix CVE-2014-8964 (unused memory usage on zero-repeat assertion condition)
(bug #1169797)
-
Fri Aug 01 2014 Petr Pisar <ppisar@redhat.com> - 8.32-13
- Disable unsupported JIT mode on little-endian 64-bit PowerPC platform
(bug #1125642)
- Raise optimization level to 3 on little-endian 64-bit PowerPC (bug #1123498)
-
Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 8.32-12
- Mass rebuild 2014-01-24
-
Fri Jan 10 2014 Petr Pisar <ppisar@redhat.com> - 8.32-11
- Raise optimization to level 3 on 64-bit PowerPC (bug #1051072)
-
Thu Jan 09 2014 Petr Pisar <ppisar@redhat.com> - 8.32-10
- Fix jitted range check (bug #1048101)
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 8.32-9
- Mass rebuild 2013-12-27
-
Wed Oct 16 2013 Petr Pisar <ppisar@redhat.com> - 8.33-8
- Disable strict-aliasing on PPC64 (bug #881232)