Blame SPECS/pcre.spec

20439a
# Is this a stable/testing release:
20439a
#%%global rcversion RC1
20439a
Name:       pcre
20439a
Version:    8.42
20439a
Release:    %{?rcversion:0.}4%{?rcversion:.%rcversion}%{?dist}
20439a
%global myversion %{version}%{?rcversion:-%rcversion}
20439a
Summary:    Perl-compatible regular expression library
20439a
## Source package only:
20439a
# INSTALL:                  FSFAP
20439a
# install-sh:               MIT and Public Domain
20439a
# ltmain.sh:                (GPLv2+ or BSD) and (GPLv3+ or MIT)
20439a
# missing:                  GPLv2+ or BSD
20439a
# compile:                  GPLv2+ or BSD
20439a
# config.sub:               GPLv3+ or BSD
20439a
# m4/ax_pthread.m4:         GPLv3+ with exception
20439a
# m4/libtool.m4:            GPLv2+ or BSD
20439a
# m4/ltversion.m4:          FSFULLR
20439a
# m4/pcre_visibility.m4:    FSFULLR
20439a
# m4/lt~obsolete.m4:        FSFULLR
20439a
# m4/ltsugar.m4:            FSFULLR
20439a
# m4/ltoptions.m4:          FSFULLR
20439a
# aclocal.m4:               (GPLv2+ or BSD) and FSFULLR 
20439a
# Makefile.in:              FSFULLR
20439a
# configure:                FSFUL
20439a
# test-driver:              GPLv2+ with exception
20439a
# testdata:                 Public Domain (see LICENSE file)
20439a
## Binary packages:
20439a
# other files:              BSD
20439a
License:    BSD
20439a
URL:        http://www.pcre.org/
20439a
Source:     ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{?rcversion:Testing/}%{name}-%{myversion}.tar.bz2
20439a
# Upstream thinks RPATH is a good idea.
20439a
Patch0:     pcre-8.21-multilib.patch
20439a
# Refused by upstream, bug #675477
20439a
Patch1:     pcre-8.32-refused_spelling_terminated.patch
20439a
# Fix recursion stack estimator, upstream bug #2173, refused by upstream
20439a
Patch2:     pcre-8.41-fix_stack_estimator.patch
20439a
# Fix handling UTF and start-of-pattern options in C++ wrapper,
20439a
# upstream bug #2283, in upstream after 8.42
20439a
Patch3:     pcre-8.42-Fix-two-C-wrapper-bugs-unnoticed-for-years.patch
20439a
# Fix an error message and locale handling in pcregrep tool,
20439a
# in upstream after 8.42
20439a
Patch4:     pcre-8.42-Fix-typos-in-pcrgrep.patch
20439a
# Fix autopossessifying a repeated negative class with no characters less than
20439a
# 256 that is followed by a positive class with only characters less than 256,
20439a
# bug #1619228, upstream bug #2300, in upstream after 8.42
20439a
Patch5:     pcre-8.42-Fix-bad-auto-possessify-for-certain-classes.patch
20439a
# Fix anchoring in conditionals with only one branch, bug #1619228,
20439a
# upstream bug #2307, in upstream after 8.42
20439a
Patch6:     pcre-8.42-Fix-anchoring-bug-in-conditional-subexpression.patch
20439a
BuildRequires:  readline-devel
20439a
BuildRequires:  autoconf
20439a
BuildRequires:  automake
20439a
BuildRequires:  coreutils
20439a
BuildRequires:  gcc
20439a
BuildRequires:  gcc-c++
20439a
BuildRequires:  glibc-common
20439a
BuildRequires:  libtool
20439a
BuildRequires:  make
20439a
# perl not used because config.h.generic is pregenerated
20439a
# Tests:
20439a
BuildRequires:  bash
20439a
BuildRequires:  diffutils
20439a
BuildRequires:  grep
20439a
20439a
%description
20439a
PCRE, Perl-compatible regular expression, library has its own native API, but
20439a
a set of wrapper functions that are based on the POSIX API are also supplied
20439a
in the libpcreposix library. Note that this just provides a POSIX calling
20439a
interface to PCRE: the regular expressions themselves still follow Perl syntax
20439a
and semantics. This package provides support for strings in 8-bit and UTF-8
20439a
encodings. Detailed change log is provided by %{name}-doc package.
20439a
20439a
%package utf16
20439a
Summary:    UTF-16 variant of PCRE
20439a
Conflicts:  %{name}%{?_isa} < 8.38-12
20439a
20439a
%description utf16
20439a
This is Perl-compatible regular expression library working on UTF-16 strings.
20439a
Detailed change log is provided by %{name}-doc package.
20439a
20439a
%package utf32
20439a
Summary:    UTF-32 variant of PCRE
20439a
Conflicts:  %{name}%{?_isa} < 8.38-12
20439a
20439a
%description utf32
20439a
This is Perl-compatible regular expression library working on UTF-32 strings.
20439a
Detailed change log is provided by %{name}-doc package.
20439a
20439a
%package cpp
20439a
Summary:    C++ bindings for PCRE
20439a
Requires:   %{name}%{?_isa} = %{version}-%{release}
20439a
20439a
%description cpp
20439a
This is C++ bindings for the Perl-compatible regular expression library.
20439a
Detailed change log is provided by %{name}-doc package.
20439a
20439a
%package doc
20439a
Summary:    Change log for %{name}
20439a
BuildArch:  noarch
20439a
20439a
%description doc
20439a
These are large documentation files about PCRE.
20439a
20439a
%package devel
20439a
Summary:    Development files for %{name}
20439a
Requires:   %{name}%{?_isa} = %{version}-%{release}
20439a
Requires:   %{name}-cpp%{?_isa} = %{version}-%{release}
20439a
Requires:   %{name}-utf16%{?_isa} = %{version}-%{release}
20439a
Requires:   %{name}-utf32%{?_isa} = %{version}-%{release}
20439a
20439a
%description devel
20439a
Development files (Headers, libraries for dynamic linking, etc) for %{name}.
20439a
20439a
%package static
20439a
Summary:    Static library for %{name}
20439a
Requires:   %{name}-devel%{_isa} = %{version}-%{release}
20439a
20439a
%description static
20439a
Library for static linking for %{name}.
20439a
20439a
%package tools
20439a
Summary:    Auxiliary utilities for %{name}
20439a
Requires:   %{name}%{_isa} = %{version}-%{release}
20439a
20439a
%description tools
20439a
Utilities demonstrating PCRE capabilities like pcregrep or pcretest.
20439a
20439a
%prep
20439a
%setup -q -n %{name}-%{myversion}
20439a
# Get rid of rpath
20439a
%patch0 -p1
20439a
%patch1 -p1
20439a
%patch2 -p2
20439a
%patch3 -p1
20439a
%patch4 -p1
20439a
%patch5 -p1
20439a
%patch6 -p1
20439a
# Because of rpath patch
20439a
libtoolize --copy --force
20439a
autoreconf -vif
20439a
# One contributor's name is non-UTF-8
20439a
for F in ChangeLog; do
20439a
    iconv -f latin1 -t utf8 "$F" >"${F}.utf8"
20439a
    touch --reference "$F" "${F}.utf8"
20439a
    mv "${F}.utf8" "$F"
20439a
done
20439a
20439a
%build
20439a
# There is a strict-aliasing problem on PPC64, bug #881232
20439a
%ifarch ppc64
20439a
%global optflags %{optflags} -fno-strict-aliasing
20439a
%endif
20439a
%configure \
20439a
%ifarch s390 s390x sparc64 sparcv9 riscv64
20439a
    --disable-jit \
20439a
%else
20439a
    --enable-jit \
20439a
%endif
20439a
    --enable-pcretest-libreadline \
20439a
    --enable-utf \
20439a
    --enable-unicode-properties \
20439a
    --enable-pcre8 \
20439a
    --enable-pcre16 \
20439a
    --enable-pcre32 \
20439a
    --disable-silent-rules
20439a
make %{?_smp_mflags}
20439a
20439a
%install
20439a
make install DESTDIR=$RPM_BUILD_ROOT
20439a
# Get rid of unneeded *.la files
20439a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
20439a
# These are handled by %%doc in %%files
20439a
rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre
20439a
20439a
%check
20439a
%ifarch s390 s390x ppc
20439a
# larger stack is needed on s390, ppc
20439a
ulimit -s 10240
20439a
%endif
20439a
make %{?_smp_mflags} check VERBOSE=yes
20439a
20439a
%ldconfig_scriptlets
20439a
%ldconfig_scriptlets utf16
20439a
%ldconfig_scriptlets utf32
20439a
%ldconfig_scriptlets cpp
20439a
20439a
%files
20439a
%{_libdir}/libpcre.so.*
20439a
%{_libdir}/libpcreposix.so.*
20439a
%{!?_licensedir:%global license %%doc}
20439a
%license COPYING LICENCE
20439a
%doc AUTHORS NEWS
20439a
20439a
%files utf16
20439a
%{_libdir}/libpcre16.so.*
20439a
%license COPYING LICENCE
20439a
%doc AUTHORS NEWS
20439a
20439a
%files utf32
20439a
%{_libdir}/libpcre32.so.*
20439a
%license COPYING LICENCE
20439a
%doc AUTHORS NEWS
20439a
20439a
%files cpp
20439a
%{_libdir}/libpcrecpp.so.*
20439a
20439a
%files doc
20439a
%doc ChangeLog
20439a
20439a
%files devel
20439a
%{_libdir}/*.so
20439a
%{_libdir}/pkgconfig/*
20439a
%{_includedir}/*.h
20439a
%{_mandir}/man1/pcre-config.*
20439a
%{_mandir}/man3/*
20439a
%{_bindir}/pcre-config
20439a
%doc doc/*.txt doc/html
20439a
%doc README HACKING pcredemo.c
20439a
20439a
%files static
20439a
%{_libdir}/*.a
20439a
%{!?_licensedir:%global license %%doc}
20439a
%license COPYING LICENCE
20439a
20439a
%files tools
20439a
%{_bindir}/pcregrep
20439a
%{_bindir}/pcretest
20439a
%{_mandir}/man1/pcregrep.*
20439a
%{_mandir}/man1/pcretest.*
20439a
20439a
%changelog
20439a
* Mon Sep 03 2018 Petr Pisar <ppisar@redhat.com> - 8.42-4
20439a
- Fix anchoring in conditionals with only one branch (bug #1619228)
20439a
20439a
* Mon Aug 20 2018 Petr Pisar <ppisar@redhat.com> - 8.42-3
20439a
- Fix autopossessifying a repeated negative class with no characters less than
20439a
  256 that is followed by a positive class with only characters less than 256
20439a
  (bug #1619228)
20439a
20439a
* Thu Jun 28 2018 Petr Pisar <ppisar@redhat.com> - 8.42-2
20439a
- Fix handling UTF and start-of-pattern options in C++ wrapper
20439a
  (upstream bug #2283)
20439a
- Fix an error message and locale handling in pcregrep tool
20439a
20439a
* Tue Mar 20 2018 Petr Pisar <ppisar@redhat.com> - 8.42-1
20439a
- 8.42 bump
20439a
20439a
* Mon Feb 26 2018 Petr Pisar <ppisar@redhat.com> - 8.42-0.2.RC1
20439a
- Fix compiler warnings in pcregrep
20439a
20439a
* Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 8.42-0.1.RC1
20439a
- 8.42-RC1 bump
20439a
20439a
* Tue Feb 20 2018 Petr Pisar <ppisar@redhat.com> - 8.41-6
20439a
- Fix returning unset groups in POSIX interface if REG_STARTEND has a non-zero
20439a
  starting offset (upstream bug #2244)
20439a
20439a
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-5.2
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
20439a
20439a
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.41-5.1
20439a
- Switch to %%ldconfig_scriptlets
20439a
20439a
* Tue Jan 30 2018 Petr Pisar <ppisar@redhat.com> - 8.41-5
20439a
- Fix out-of-bounds read for partial matching of /./ against an empty string
20439a
  when the newline type is CRLF (upstream bug #2226)
20439a
20439a
* Fri Jan 12 2018 Petr Pisar <ppisar@redhat.com> - 8.41-4
20439a
- Allow pcregrep match counter to handle values larger than 2147483647
20439a
  (upstream bug #2208)
20439a
- Fix incorrect first matching character when a backreference with zero minimum
20439a
  repeat starts a pattern (upstream bug #2209)
20439a
20439a
* Thu Nov 02 2017 Petr Pisar <ppisar@redhat.com> - 8.41-3
20439a
- Accept files names longer than 128 bytes in recursive mode of pcregrep
20439a
  (upstream bug #2177)
20439a
20439a
* Mon Oct 09 2017 Petr Pisar <ppisar@redhat.com> - 8.41-2
20439a
- Fix recursion stack estimator (upstream bug #2173)
20439a
20439a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-1.2
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
20439a
20439a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-1.1
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
20439a
20439a
* Fri Jul 07 2017 Petr Pisar <ppisar@redhat.com> - 8.41-1
20439a
- 8.41 bump
20439a
20439a
* Wed Jun 14 2017 Petr Pisar <ppisar@redhat.com> - 8.41-0.1.RC1
20439a
- 8.41 RC1 bump
20439a
20439a
* Fri Apr 21 2017 Petr Pisar <ppisar@redhat.com> - 8.40-7
20439a
- Fix a buffer overflow in pcretest tool when copying a string in UTF-32 mode
20439a
- Fix CVE-2017-7186 in JIT mode (a crash when finding a Unicode property for
20439a
  a character with a code point greater than 0x10ffff in UTF-32 library while
20439a
  UTF mode is disabled) (bug #1434504)
20439a
20439a
* Mon Mar 27 2017 Petr Pisar <ppisar@redhat.com> - 8.40-6
20439a
- Fix DFA match for a possessively repeated character class (upstream bug #2086)
20439a
20439a
* Mon Feb 27 2017 Petr Pisar <ppisar@redhat.com> - 8.40-5
20439a
- Fix a crash in pcretest when \O directive was supplied with too big number
20439a
  (upstream bug #2044)
20439a
- Document pcretest input cannot contain binary zeroes (upstream bug #2045)
20439a
- Fix CVE-2017-7244 (a crash when finding a Unicode property for a character
20439a
  with a code point greater than 0x10ffff in UTF-32 library while UTF mode is
20439a
  disabled) (upstream bug #2052)
20439a
20439a
* Thu Feb 23 2017 Petr Pisar <ppisar@redhat.com> - 8.40-4
20439a
- Fix a crash in pcretest when printing non-ASCII characters
20439a
  (upstream bug #2043)
20439a
20439a
* Tue Feb 21 2017 Petr Pisar <ppisar@redhat.com> - 8.40-3
20439a
- Fix parsing comments between quantifiers (upstream bug #2019)
20439a
20439a
* Tue Feb 14 2017 Petr Pisar <ppisar@redhat.com> - 8.40-2
20439a
- Fix pcregrep multi-line matching --only-matching option (upstream bug #1848)
20439a
- Fix CVE-2017-6004 (a crash in JIT compilation) (upstream bug #2035)
20439a
- Fix a potenial buffer overflow in formatting a pcregrep error message
20439a
  (upstream bug #2037)
20439a
20439a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.40-1.2
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
20439a
20439a
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 8.40-1.1
20439a
- Rebuild for readline 7.x
20439a
20439a
* Thu Jan 12 2017 Petr Pisar <ppisar@redhat.com> - 8.40-1
20439a
- 8.40 bump
20439a
20439a
* Mon Dec 12 2016 Petr Pisar <ppisar@redhat.com> - 8.40-0.1.RC1
20439a
- 8.40-RC1 bump
20439a
20439a
* Mon Oct 24 2016 Petr Pisar <ppisar@redhat.com> - 8.39-6
20439a
- Document assert capture limitation (upstream bug #1887)
20439a
20439a
* Wed Oct 19 2016 Petr Pisar <ppisar@redhat.com> - 8.39-5
20439a
- Fix internal option documentation in pcrepattern(3) (upstream bug #1875)
20439a
- Fix optimization bugs for patterns starting with lookaheads
20439a
  (upstream bug #1882)
20439a
20439a
* Fri Oct 14 2016 Petr Pisar <ppisar@redhat.com> - 8.39-4
20439a
- Fix displaying position in pcretest callout with an escape sequence greater
20439a
  than \x{ff}
20439a
- Fix pcrepattern(3) documentation
20439a
- Fix miscopmilation of conditionals when a group name start with "R"
20439a
  (upstream bug #1873)
20439a
20439a
* Tue Aug 30 2016 Petr Pisar <ppisar@redhat.com> - 8.39-3
20439a
- Fix register overwite in JIT when SSE2 acceleration is enabled
20439a
- Fix matching characters above 255 when a negative character type was used
20439a
  without enabled UCP in a positive class (upstream bug #1866)
20439a
20439a
* Mon Jun 20 2016 Petr Pisar <ppisar@redhat.com> - 8.39-2
20439a
- Fix repeated pcregrep output if -o with -M options were used and the match
20439a
  extended over a line boundary (upstream bug #1848)
20439a
20439a
* Tue Jun 14 2016 Petr Pisar <ppisar@redhat.com> - 8.39-1
20439a
- 8.39 bump
20439a
20439a
* Tue May 24 2016 Petr Pisar <ppisar@redhat.com> - 8.39-0.1.RC1
20439a
- 8.39-RC1 bump
20439a
20439a
* Thu Apr 07 2016 Petr Pisar <ppisar@redhat.com> - 8.38-14
20439a
- Separate pcre-cpp subpackage for C++ bindings, thanks to Yaakov Selkowitz
20439a
  (bug #1324580)
20439a
- Correct pcre-devel dependencies
20439a
- Remove rich dependency from pcre-doc
20439a
20439a
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 8.38-13
20439a
- Remove useless dependencies between UTF variants
20439a
20439a
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 8.38-12
20439a
- Move UTF-16 and UTF-32 libraries into pcre-ut16 and pcre-32 subpackages
20439a
20439a
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 8.38-11
20439a
- Ship ChangeLog in pcre-doc package
20439a
20439a
* Sat Mar  5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 8.38-10
20439a
- Don't ship ChangeLog, details covered in NEWS
20439a
- Ship README in devel as it covers API and build, not general info
20439a
20439a
* Mon Feb 29 2016 Petr Pisar <ppisar@redhat.com> - 8.38-9
20439a
- Fix a non-diagnosis of missing assection after (?(?C) that could corrupt
20439a
  process stack (upstream bug #1780)
20439a
- Fix a typo in pcre_study()
20439a
20439a
* Mon Feb 29 2016 Petr Pisar <ppisar@redhat.com> - 8.38-8
20439a
- Fix CVE-2016-1283 (a heap buffer overflow in handling of nested duplicate
20439a
  named groups with a nested back reference) (bug #1295386)
20439a
- Fix a heap buffer overflow in pcretest causing infinite loop when matching
20439a
  globally with an ovector less than 2 (bug #1312786)
20439a
20439a
* Thu Feb 11 2016 Petr Pisar <ppisar@redhat.com> - 8.38-7
20439a
- Fix pcretest for expressions with a callout inside a look-behind assertion
20439a
  (upstream bug #1783)
20439a
- Fix CVE-2016-3191 (workspace overflow for (*ACCEPT) with deeply nested
20439a
  parentheses) (upstream bug #1791)
20439a
20439a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.38-6.1
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
20439a
20439a
* Tue Dec 08 2015 Petr Pisar <ppisar@redhat.com> - 8.38-6
20439a
- Fix a crash in pcre_get_substring_list() if the use of \K caused the start
20439a
  of the match to be earlier than the end (upstream bug #1744)
20439a
20439a
* Mon Dec 07 2015 Petr Pisar <ppisar@redhat.com> - 8.38-5
20439a
- Fix possible crash in pcre_copy_named_substring() if a named substring has
20439a
  number greater than the space in the ovector (upstream bug #1741)
20439a
- Fix a buffer overflow when compiling an expression with named groups with
20439a
  a group that reset capture numbers (upstream bug #1742)
20439a
20439a
* Fri Dec 04 2015 Petr Pisar <ppisar@redhat.com> - 8.38-4
20439a
- Fix compiling expressions with global extended modifier that is disabled by
20439a
  local no-extended option at the start of the expression just after
20439a
  a whitespace
20439a
20439a
* Tue Dec 01 2015 Petr Pisar <ppisar@redhat.com> - 8.38-3
20439a
- Fix compiling expressions with negated classes in UCP mode
20439a
  (upstream bug #1732)
20439a
- Fix compiling expressions with an isolated \E between an item and its
20439a
  qualifier with auto-callouts (upstream bug #1724)
20439a
- Fix crash in regexec() if REG_STARTEND option is set and pmatch argument is
20439a
  NULL (upstream bug #1727)
20439a
- Fix a stack overflow when formatting a 32-bit integer in pcregrep tool
20439a
  (upstream bug #1728)
20439a
- Fix compiling expressions with an empty \Q\E sequence between an item and
20439a
  its qualifier with auto-callouts (upstream bug #1735)
20439a
20439a
* Fri Nov 27 2015 Petr Pisar <ppisar@redhat.com> - 8.38-2
20439a
- Fix compiling comments with auto-callouts
20439a
20439a
* Tue Nov 24 2015 Petr Pisar <ppisar@redhat.com> - 8.38-1
20439a
- 8.38 bump
20439a
20439a
* Wed Nov 18 2015 Petr Pisar <ppisar@redhat.com> - 8.38-0.2.RC1
20439a
- Fix crash when compiling an expression with long (*MARK) or (*THEN) names
20439a
- Fix compiling a POSIX character class followed by a single ASCII character
20439a
  in a class item while UCP mode is active (upstream bug #1717)
20439a
- Fix mismatching characters in the range 128-255 against [:punct:] in UCP
20439a
  mode (upstream bug #1718)
20439a
20439a
* Thu Oct 29 2015 Petr Pisar <ppisar@redhat.com> - 8.38-0.1.RC1
20439a
- 8.38-RC1 bump
20439a
20439a
* Mon Oct 12 2015 Petr Pisar <ppisar@redhat.com> - 8.37-5
20439a
- Fix compiling classes with a negative escape and a property escape
20439a
  (upstream bug #1697)
20439a
20439a
* Tue Aug 25 2015 Petr Pisar <ppisar@redhat.com> - 8.37-4
20439a
- Fix CVE-2015-8381 (a heap overflow when compiling certain expression with
20439a
  named references) (bug #1256452)
20439a
20439a
* Thu Aug 06 2015 Petr Pisar <ppisar@redhat.com> - 8.37-3
20439a
- Fix a buffer overflow with duplicated named groups with a reference between
20439a
  their definition, with a group that reset capture numbers
20439a
- Fix a buffer overflow with a forward reference by name to a group whose
20439a
  number is the same as the current group
20439a
- Fix CVE-2015-8385 (a buffer overflow with duplicated named groups and an
20439a
  occurrence of "(?|") (bug #1250946)
20439a
20439a
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> - 8.37-2
20439a
- Fix CVE-2015-3210 (heap overflow when compiling an expression with named
20439a
  recursive back reference and the name is duplicated) (bug #1236659)
20439a
- Fix CVE-2015-5073 (heap overflow when compiling an expression with an
20439a
  forward reference within backward asserion with excessive closing
20439a
  paranthesis) (bug #1237224)
20439a
20439a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.37-1.1
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
20439a
20439a
* Tue Apr 28 2015 Petr Pisar <ppisar@redhat.com> - 8.37-1
20439a
- 8.37 bump
20439a
20439a
* Thu Apr 23 2015 Petr Pisar <ppisar@redhat.com> - 8.37-0.2.RC1
20439a
- Fix static linking (bug #1214494)
20439a
- Package pcredemo.c as a documentation for pcre-devel
20439a
- Fix JIT on AArch64
20439a
20439a
* Wed Apr 22 2015 Petr Pisar <ppisar@redhat.com> - 8.37-0.1.RC1
20439a
- 8.37 RC1 bump
20439a
20439a
* Thu Apr 09 2015 Petr Pisar <ppisar@redhat.com> - 8.36-5
20439a
- Fix computing size for pattern with a negated special calss in on-UCP mode
20439a
  (bug #1210383)
20439a
- Fix compilation of a pattern with mutual recursion nested inside other group
20439a
  (bug #1210393)
20439a
- Fix compilation of a parenthesized comment (bug #1210410)
20439a
- Fix compliation of mutual recursion inside a lookbehind assertion
20439a
  (bug #1210417)
20439a
- Fix pcregrep loop when \K is used in a lookbehind assertion (bug #1210423)
20439a
- Fix pcretest loop when \K is used in a lookbehind assertion (bug #1210423)
20439a
- Fix backtracking for \C\X* in UTF-8 mode (bug #1210576)
20439a
20439a
* Thu Mar 26 2015 Petr Pisar <ppisar@redhat.com> - 8.36-4
20439a
- Fix computing size of JIT read-only data (bug #1206131)
20439a
20439a
* Thu Feb 19 2015 David Tardon <dtardon@redhat.com> - 8.36-3.1
20439a
- rebuild for C++ stdlib API changes in gcc5
20439a
20439a
* Thu Nov 20 2014 Petr Pisar <ppisar@redhat.com> - 8.36-3
20439a
- Fix CVE-2014-8964 (unused memory usage on zero-repeat assertion condition)
20439a
  (bug #1165626)
20439a
20439a
* Fri Nov 07 2014 Petr Pisar <ppisar@redhat.com> - 8.36-2
20439a
- Reset non-matched groups within capturing group up to forced match
20439a
  (bug #1161587)
20439a
20439a
* Tue Oct 07 2014 Petr Pisar <ppisar@redhat.com> - 8.36-1
20439a
- 8.36 bump
20439a
20439a
* Tue Sep 16 2014 Petr Pisar <ppisar@redhat.com> - 8.36-0.1.RC1
20439a
- 8.36 RC1 bump
20439a
- Enable JIT on aarch64
20439a
20439a
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.35-6.1
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
20439a
20439a
* Mon Aug 11 2014 Petr Pisar <ppisar@redhat.com> - 8.35-6
20439a
- Fix compile-time loop for recursive reference within a group with an
20439a
  indefinite repeat (bug #1128577)
20439a
20439a
* Wed Jul 30 2014 Tom Callaway <spot@fedoraproject.org> - 8.35-5
20439a
- fix license handling
20439a
20439a
* Mon Jul 14 2014 Petr Pisar <ppisar@redhat.com> - 8.35-4
20439a
- Fix empty-matching possessive zero-repeat groups in interpreted mode
20439a
  (bug #1119241)
20439a
- Fix memory leaks in pcregrep (bug #1119257)
20439a
- Fix compiler crash for zero-repeated groups with a recursive back reference
20439a
  (bug #1119272)
20439a
20439a
* Thu Jun 19 2014 Petr Pisar <ppisar@redhat.com> - 8.35-3
20439a
- Fix bad starting data when char with more than one other case follows
20439a
  circumflex in multiline UTF mode (bug #1110620)
20439a
- Fix not including VT in starting characters for \s if pcre_study() is used
20439a
  (bug #1111045)
20439a
- Fix character class with a literal quotation (bug #1111054)
20439a
20439a
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.35-2.1
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
20439a
20439a
* Fri Apr 11 2014 Petr Pisar <ppisar@redhat.com> - 8.35-2
20439a
- Do no rely on wrapping signed integer while parsing {min,max} expression
20439a
  (bug #1086630)
20439a
20439a
* Wed Apr 09 2014 Petr Pisar <ppisar@redhat.com> - 8.35-1
20439a
- 8.35 bump
20439a
- Run tests in parallel
20439a
20439a
* Fri Mar 14 2014 Petr Pisar <ppisar@redhat.com> - 8.35-0.1.RC1
20439a
- 8.35-RC1 bump
20439a
20439a
* Tue Mar 11 2014 Petr Pisar <ppisar@redhat.com> - 8.34-4
20439a
- Fix max/min quantifiers in ungreedy mode (bug #1074500)
20439a
20439a
* Tue Jan 21 2014 Dan Horák <dan[at]danny.cz> - 8.34-3
20439a
- enlarge stack for tests on s390x
20439a
20439a
* Thu Jan 09 2014 Petr Pisar <ppisar@redhat.com> - 8.34-2
20439a
- Fix jitted range check (bug #1048097)
20439a
20439a
* Mon Dec 16 2013 Petr Pisar <ppisar@redhat.com> - 8.34-1
20439a
- 8.34 bump
20439a
20439a
* Wed Oct 16 2013 Petr Pisar <ppisar@redhat.com> - 8.33-3
20439a
- Disable strict-aliasing on PPC64 (bug #881232)
20439a
20439a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.33-2.1
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
20439a
20439a
* Mon Jun 03 2013 Petr Pisar <ppisar@redhat.com> - 8.33-2
20439a
- Disable unsupported JIT on aarch64 (bug #969693)
20439a
20439a
* Thu May 30 2013 Petr Pisar <ppisar@redhat.com> - 8.33-1
20439a
- 8.33 bump
20439a
20439a
* Thu May 16 2013 Petr Pisar <ppisar@redhat.com> - 8.33-0.3.RC1
20439a
- Fix passing too small output vector to pcre_dfa_exec (bug #963284)
20439a
20439a
* Mon May 13 2013 Petr Pisar <ppisar@redhat.com> - 8.33-0.2.RC1
20439a
- Fix bad handling of empty lines in pcregrep tool (bug #961789)
20439a
- Fix possible pcretest crash with a data line longer than 65536 bytes
20439a
20439a
* Thu May 02 2013 Petr Pisar <ppisar@redhat.com> - 8.33-0.1.RC1
20439a
- 8.33-RC1 bump
20439a
20439a
* Mon Jan 28 2013 Petr Pisar <ppisar@redhat.com> - 8.32-4
20439a
- Fix forward search in JIT when link size is 3 or greater
20439a
- Fix buffer over-read in UTF-16 and UTF-32 modes with JIT
20439a
20439a
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 8.32-3
20439a
- Adjust autoreconf to fix FTBFS on F-19
20439a
20439a
* Mon Jan 07 2013 Petr Pisar <ppisar@redhat.com> - 8.32-2
20439a
- Make inter-subpackage dependencies architecture specific (bug #892187)
20439a
20439a
* Fri Nov 30 2012 Petr Pisar <ppisar@redhat.com> - 8.32-1
20439a
- 8.32 bump
20439a
20439a
* Thu Nov 29 2012 Petr Pisar <ppisar@redhat.com> - 8.32-0.2.RC1
20439a
- Inter-depend sub-packages to prevent from mixing different versions
20439a
20439a
* Tue Nov 13 2012 Petr Pisar <ppisar@redhat.com> - 8.32-0.1.RC1
20439a
- 8.32-RC1 bump
20439a
20439a
* Mon Sep 03 2012 Petr Pisar <ppisar@redhat.com> - 8.31-2
20439a
- Set re_nsub in regcomp() properly (bug #853990)
20439a
20439a
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.31-1.1
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
20439a
20439a
* Fri Jul 13 2012 Petr Pisar <ppisar@redhat.com> - 8.31-1
20439a
- 8.31 bump
20439a
20439a
* Tue Jun 05 2012 Petr Pisar <ppisar@redhat.com> - 8.31-0.1.RC1
20439a
- 8.31-RC1 bump
20439a
20439a
* Sat May 12 2012 Tom Callaway <spot@fedoraproject.org> - 8.30-7
20439a
- disable jit for sparcv9 and sparc64
20439a
20439a
* Fri May 11 2012 Petr Pisar <ppisar@redhat.com> - 8.30-6
20439a
- Fix spelling in manual pages (bug #820978)
20439a
20439a
* Mon Apr 23 2012 Petr Pisar <ppisar@redhat.com> - 8.30-5
20439a
- Possessify high ASCII (bug #815217)
20439a
- Fix ovector overflow (bug #815214)
20439a
20439a
* Fri Apr 20 2012 Petr Pisar <ppisar@redhat.com> - 8.30-4
20439a
- Possesify \s*\R (bug #813237)
20439a
20439a
* Thu Apr 05 2012 Petr Pisar <ppisar@redhat.com> - 8.30-3
20439a
- Fix look-behind assertion in UTF-8 JIT mode (bug #810314)
20439a
20439a
* Tue Feb 28 2012 Petr Pisar <ppisar@redhat.com> - 8.30-2
20439a
- Remove old libpcre.so.0 from distribution
20439a
- Move library to /usr
20439a
20439a
* Thu Feb 09 2012 Petr Pisar <ppisar@redhat.com> - 8.30-1
20439a
- 8.30 bump
20439a
- Add old libpcre.so.0 to preserve compatibility temporarily
20439a
20439a
* Fri Jan 27 2012 Petr Pisar <ppisar@redhat.com> - 8.30-0.1.RC1
20439a
- 8.30 Relase candidate 1 with UTF-16 support and *API change*
20439a
- Enable UTF-16 variant of PCRE library
20439a
- The pcre_info() function has been removed from pcre library.
20439a
- Loading compiled pattern does not fix endianity anymore. Instead an errror
20439a
  is returned and the application can use pcre_pattern_to_host_byte_order() to
20439a
  convert the pattern.
20439a
- Surrogates (0xD800---0xDFFF) are forbidden in UTF-8 mode now.
20439a
20439a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.21-2.1
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
20439a
20439a
* Mon Jan 02 2012 Petr Pisar <ppisar@redhat.com> - 8.21-2
20439a
- Fix unmatched subpattern to not become wildcard (bug #769597)
20439a
- Fix NULL pointer derefernce in pcre_free_study() (upstream bug #1186)
20439a
20439a
* Mon Dec 12 2011 Petr Pisar <ppisar@redhat.com> - 8.21-1
20439a
- 8.21 bump
20439a
20439a
* Thu Dec 08 2011 Karsten Hopp <karsten@redhat.com> 8.21-0.2.RC1
20439a
- ppc needs a larger stack similar to s390
20439a
20439a
* Tue Dec 06 2011 Petr Pisar <ppisar@redhat.com> - 8.21-0.1.RC1
20439a
- 8.21-RC1 bump
20439a
20439a
* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 8.20-7
20439a
- Fix case-less match if cases differ in encoding length (bug #756675)
20439a
20439a
* Fri Nov 25 2011 Petr Pisar <ppisar@redhat.com> - 8.20-6
20439a
- Fix cache-flush in JIT on PPC
20439a
20439a
* Tue Nov 22 2011 Petr Pisar <ppisar@redhat.com> - 8.20-5
20439a
- Fix repeated forward reference (bug #755969)
20439a
20439a
* Wed Nov 16 2011 Petr Pisar <ppisar@redhat.com> - 8.20-4
20439a
- Fix other look-behind regressions
20439a
20439a
* Tue Nov 15 2011 Petr Pisar <ppisar@redhat.com> - 8.20-3
20439a
- Fix look-behind regression in 8.20
20439a
20439a
* Tue Nov 15 2011 Dan Horák <dan[at]danny.cz> - 8.20-2
20439a
- fix build on s390(x) - disable jit and use larger stack for tests
20439a
20439a
* Fri Oct 21 2011 Petr Pisar <ppisar@redhat.com> - 8.20-1
20439a
- 8.20 bump
20439a
20439a
* Tue Oct 11 2011 Petr Pisar <ppisar@redhat.com> - 8.20-0.1.RC3
20439a
- 8.20-RC3 bump
20439a
20439a
* Fri Sep 23 2011 Petr Pisar <ppisar@redhat.com> - 8.20-0.1.RC2
20439a
- 8.20-RC2 bump
20439a
20439a
* Mon Sep 12 2011 Petr Pisar <ppisar@redhat.com> - 8.20-0.1.RC1
20439a
- 8.20-RC1 bump with JIT
20439a
20439a
* Tue Sep 06 2011 Petr Pisar <ppisar@redhat.com> - 8.13-4
20439a
- Fix infinite matching PRUNE (bug #735720)
20439a
20439a
* Mon Aug 22 2011 Petr Pisar <ppisar@redhat.com> - 8.13-3
20439a
- Fix parsing named class in expression (bug #732368)
20439a
20439a
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 8.13-2
20439a
- Separate utilities from libraries
20439a
- Move pcre-config(1) manual to pcre-devel sub-package
20439a
- Remove explicit defattr from spec code
20439a
- Compile pcretest with readline support
20439a
20439a
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 8.13-1
20439a
- 8.13 bump: Bug-fix version, Unicode tables updated to 6.0.0, new pcregrep
20439a
  option --buffer-size to adjust to long lines, new feature is passing of
20439a
  *MARK information to callouts.
20439a
- Should fix crash back-tracking over unicode sequence (bug #691319)
20439a
20439a
* Mon May 09 2011 Petr Pisar <ppisar@redhat.com> - 8.12-4
20439a
- Fix caseless reference matching in UTF-8 mode when the upper/lower case
20439a
  characters have different lengths (bug #702623)
20439a
20439a
* Mon May 09 2011 Petr Pisar <ppisar@redhat.com> - 8.12-3
20439a
- Fix typos in manual pages (bugs #675476, #675477)
20439a
- Clean spec file up
20439a
20439a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.12-2
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
20439a
20439a
* Mon Jan 17 2011 Petr Pisar <ppisar@redhat.com> - 8.12-1
20439a
- 8.12 bump
20439a
- Remove accepted pcre-8.11-Fix-typo-in-pcreprecompile-3.patch
20439a
20439a
* Mon Dec 13 2010 Petr Pisar <ppisar@redhat.com> - 8.11-1
20439a
- 8.11 bump
20439a
- See ChangeLog for changes. Namely changes have been made to the way
20439a
  PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and \B.
20439a
- Fix typo in pcreprecompile(3) manual
20439a
- Document why shared library is not under /usr
20439a
20439a
* Mon Jul 12 2010 Petr Pisar <ppisar@redhat.com> - 8.10-1
20439a
- 8.10 bump (bug #612635)
20439a
- Add LICENCE to static subpackage because COPYING refers to it
20439a
- Remove useless rpath by using new libtool (simple sed does not work anymore
20439a
  because tests need to link against just-compiled library in %%check phase)
20439a
20439a
* Thu Jul 08 2010 Petr Pisar <ppisar@redhat.com> - 7.8-4
20439a
- Add COPYING to static subpackage
20439a
- Remove useless rpath
20439a
20439a
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.8-3
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
20439a
20439a
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.8-2
20439a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
20439a
20439a
* Wed Oct 1 2008 Lubomir Rintel <lkundrak@v3.sk> - 7.8-1
20439a
- Update to 7.8, drop upstreamed patches
20439a
- Fix destination of documentation (#427763)
20439a
- Use buildroot macro consistently
20439a
- Separate the static library, as per current Guidelines
20439a
- Satisfy rpmlint
20439a
20439a
* Fri Jul  4 2008 Tomas Hoger <thoger@redhat.com> - 7.3-4
20439a
- Apply Tavis Ormandy's patch for CVE-2008-2371.
20439a
20439a
* Tue Feb 12 2008 Tomas Hoger <thoger@redhat.com> - 7.3-3
20439a
- Backport patch from upstream pcre 7.6 to address buffer overflow
20439a
  caused by "a character class containing a very large number of
20439a
  characters with codepoints greater than 255 (in UTF-8 mode)"
20439a
  CVE-2008-0674, #431660
20439a
- Try re-enabling make check again.
20439a
20439a
* Fri Nov 16 2007 Stepan Kasal <skasal@redhat.com> - 7.3-2
20439a
- Remove obsolete ``reqs''
20439a
- add dist tag
20439a
- update BuildRoot
20439a
20439a
* Mon Sep 17 2007 Than Ngo <than@redhat.com> - 7.3-1
20439a
- bz292501, update to 7.3
20439a
20439a
* Mon Jan 22 2007 Than Ngo <than@redhat.com> - 7.0-1
20439a
- 7.0
20439a
20439a
* Mon Nov 27 2006 Than Ngo <than@redhat.com> - 6.7-1
20439a
- update to 6.7
20439a
- fix #217303, enable-unicode-properties
20439a
- sane stack limit
20439a
20439a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.6-1.1
20439a
- rebuild
20439a
20439a
* Tue May 09 2006 Than Ngo <than@redhat.com> 6.6-1
20439a
- update to 6.6
20439a
- fix multilib problem
20439a
20439a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.3-1.2.1
20439a
- bump again for double-long bug on ppc(64)
20439a
20439a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.3-1.2
20439a
- rebuilt for new gcc4.1 snapshot and glibc changes
20439a
20439a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
20439a
- rebuilt
20439a
20439a
* Wed Aug 24 2005 Than Ngo <than@redhat.com> 6.3-1
20439a
- update to 6.3
20439a
20439a
* Fri Mar  4 2005 Joe Orton <jorton@redhat.com> 5.0-4
20439a
- rebuild
20439a
20439a
* Fri Feb 11 2005 Joe Orton <jorton@redhat.com> 5.0-3
20439a
- don't print $libdir in 'pcre-config --libs' output
20439a
20439a
* Thu Nov 18 2004 Joe Orton <jorton@redhat.com> 5.0-2
20439a
- include LICENCE, AUTHORS in docdir
20439a
- run make check
20439a
- move %%configure to %%build
20439a
20439a
* Thu Nov 18 2004 Than Ngo <than@redhat.com> 5.0-1
20439a
- update to 5.0
20439a
- change License: BSD
20439a
- fix header location #64248
20439a
20439a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
20439a
- rebuilt
20439a
20439a
* Tue Mar 23 2004 Than Ngo <than@redhat.com> 4.5-2
20439a
- add the correct pcre license, #118781
20439a
20439a
* Fri Mar 12 2004 Than Ngo <than@redhat.com> 4.5-1
20439a
- update to 4.5
20439a
20439a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
20439a
- rebuilt
20439a
20439a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
20439a
- rebuilt
20439a
20439a
* Fri Sep 26 2003 Harald Hoyer <harald@redhat.de> 4.4-1
20439a
- 4.4
20439a
20439a
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
20439a
- rebuilt
20439a
20439a
* Wed May  7 2003 Than Ngo <than@redhat.com> 4.2-1
20439a
- update to 4.2
20439a
20439a
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
20439a
- rebuilt
20439a
20439a
* Tue Jan 21 2003 Than Ngo <than@redhat.com> 3.9-9
20439a
- build with utf8, bug #81504
20439a
20439a
* Fri Nov 22 2002 Elliot Lee <sopwith@redhat.com> 3.9-8
20439a
- Really remove .la files
20439a
20439a
* Fri Oct 11 2002 Than Ngo <than@redhat.com> 3.9-7
20439a
- remove .la
20439a
20439a
* Thu Oct 10 2002 Than Ngo <than@redhat.com> 3.9-7
20439a
- Typo bug
20439a
20439a
* Wed Oct  9 2002 Than Ngo <than@redhat.com> 3.9-6
20439a
- Added missing so symlink
20439a
20439a
* Thu Sep 19 2002 Than Ngo <than@redhat.com> 3.9-5.1
20439a
- Fixed to build s390/s390x/x86_64
20439a
20439a
* Thu Jun 27 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.9-5
20439a
- Fix #65009
20439a
20439a
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
20439a
- automated rebuild
20439a
20439a
* Thu May 23 2002 Tim Powers <timp@redhat.com>
20439a
- automated rebuild
20439a
20439a
* Mon Mar  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.9-2
20439a
- rebuild
20439a
20439a
* Fri Jan 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.9-1
20439a
- Update to 3.9
20439a
20439a
* Wed Nov 14 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.7-1
20439a
- Update to 3.7
20439a
20439a
* Thu May 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.4-2
20439a
- Move libpcre to /lib, grep uses it these days (#41104)
20439a
20439a
* Wed Apr 18 2001 Bernhard Rosenkraenzer <bero@redhat.com>
20439a
- Move this to a separate package, used to be in kdesupport, but it's
20439a
  generally useful...