Sun, 28 Apr 2024 19:42:16 UTC | login

Information for build pcre-8.42-5.fc30

ID81032
Package Namepcre
Version8.42
Release5.fc30
Epoch
SummaryPerl-compatible regular expression library
DescriptionPCRE, Perl-compatible regular expression, library has its own native API, but a set of wrapper functions that are based on the POSIX API are also supplied in the libpcreposix library. Note that this just provides a POSIX calling interface to PCRE: the regular expressions themselves still follow Perl syntax and semantics. This package provides support for strings in 8-bit and UTF-8 encodings. Detailed change log is provided by pcre-doc package.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 06 Dec 2018 08:08:36 UTC
CompletedThu, 06 Dec 2018 10:57:36 UTC
Taskbuild (f30-candidate, pcre-8.42-5.fc30.src.rpm)
Tags
f30
RPMs
src
pcre-8.42-5.fc30.src.rpm (info) (download)
noarch
pcre-doc-8.42-5.fc30.noarch.rpm (info) (download)
riscv64
pcre-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-cpp-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-devel-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-static-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-tools-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-utf16-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-utf32-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-cpp-debuginfo-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-debuginfo-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-debugsource-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-tools-debuginfo-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-utf16-debuginfo-8.42-5.fc30.riscv64.rpm (info) (download)
pcre-utf32-debuginfo-8.42-5.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Nov 01 2018 Petr Pisar <ppisar@redhat.com> - 8.42-5 - Fix a subject buffer overread in JIT when UTF is disabled and \X or \R has a greater than 1 fixed quantifier - Fix matching a zero-repeated subroutine call at a start of a pattern (upstream bug #2332) * Mon Sep 03 2018 Petr Pisar <ppisar@redhat.com> - 8.42-4 - Fix anchoring in conditionals with only one branch (upstream bug #2307) * Mon Aug 20 2018 Petr Pisar <ppisar@redhat.com> - 8.42-3 - Fix autopossessifying a repeated negative class with no characters less than 256 that is followed by a positive class with only characters less than 256 (upstream bug #2300) * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.42-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Petr Pisar <ppisar@redhat.com> - 8.42-2 - Fix handling UTF and start-of-pattern options in C++ wrapper (upstream bug #2283) - Fix an error message and locale handling in pcregrep tool * Tue Mar 20 2018 Petr Pisar <ppisar@redhat.com> - 8.42-1 - 8.42 bump * Mon Feb 26 2018 Petr Pisar <ppisar@redhat.com> - 8.42-0.2.RC1 - Fix compiler warnings in pcregrep * Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 8.42-0.1.RC1 - 8.42-RC1 bump * Tue Feb 20 2018 Petr Pisar <ppisar@redhat.com> - 8.41-6 - Fix returning unset groups in POSIX interface if REG_STARTEND has a non-zero starting offset (upstream bug #2244) * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-5.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.41-5.1 - Switch to %ldconfig_scriptlets * Tue Jan 30 2018 Petr Pisar <ppisar@redhat.com> - 8.41-5 - Fix out-of-bounds read for partial matching of /./ against an empty string when the newline type is CRLF (upstream bug #2226) * Fri Jan 12 2018 Petr Pisar <ppisar@redhat.com> - 8.41-4 - Allow pcregrep match counter to handle values larger than 2147483647 (upstream bug #2208) - Fix incorrect first matching character when a backreference with zero minimum repeat starts a pattern (upstream bug #2209) * Thu Nov 02 2017 Petr Pisar <ppisar@redhat.com> - 8.41-3 - Accept files names longer than 128 bytes in recursive mode of pcregrep (upstream bug #2177) * Mon Oct 09 2017 Petr Pisar <ppisar@redhat.com> - 8.41-2 - Fix recursion stack estimator (upstream bug #2173) * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.41-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 07 2017 Petr Pisar <ppisar@redhat.com> - 8.41-1 - 8.41 bump * Wed Jun 14 2017 Petr Pisar <ppisar@redhat.com> - 8.41-0.1.RC1 - 8.41 RC1 bump * Fri Apr 21 2017 Petr Pisar <ppisar@redhat.com> - 8.40-7 - Fix a buffer overflow in pcretest tool when copying a string in UTF-32 mode - Fix CVE-2017-7186 in JIT mode (a crash when finding a Unicode property for a character with a code point greater than 0x10ffff in UTF-32 library while UTF mode is disabled) (bug #1434504) * Mon Mar 27 2017 Petr Pisar <ppisar@redhat.com> - 8.40-6 - Fix DFA match for a possessively repeated character class (upstream bug #2086) * Mon Feb 27 2017 Petr Pisar <ppisar@redhat.com> - 8.40-5 - Fix a crash in pcretest when \O directive was supplied with too big number (upstream bug #2044) - Document pcretest input cannot contain binary zeroes (upstream bug #2045) - Fix CVE-2017-7244 (a crash when finding a Unicode property for a character with a code point greater than 0x10ffff in UTF-32 library while UTF mode is disabled) (upstream bug #2052) * Thu Feb 23 2017 Petr Pisar <ppisar@redhat.com> - 8.40-4 - Fix a crash in pcretest when printing non-ASCII characters (upstream bug #2043) * Tue Feb 21 2017 Petr Pisar <ppisar@redhat.com> - 8.40-3 - Fix parsing comments between quantifiers (upstream bug #2019) * Tue Feb 14 2017 Petr Pisar <ppisar@redhat.com> - 8.40-2 - Fix pcregrep multi-line matching --only-matching option (upstream bug #1848) - Fix CVE-2017-6004 (a crash in JIT compilation) (upstream bug #2035) - Fix a potenial buffer overflow in formatting a pcregrep error message (upstream bug #2037) * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.40-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 8.40-1.1 - Rebuild for readline 7.x * Thu Jan 12 2017 Petr Pisar <ppisar@redhat.com> - 8.40-1 - 8.40 bump * Mon Dec 12 2016 Petr Pisar <ppisar@redhat.com> - 8.40-0.1.RC1 - 8.40-RC1 bump