Blame SPECS/pcre.spec

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