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