[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project pcre-8.42-6.el8

Name pcre
Epoch 0
Version 8.42
Release 6.el8
Website/URL http://www.pcre.org/
License BSD
Build Time 2023-08-08 15:58:13
Build Host builder-x86-06.inferitos.ru
Summary Perl-compatible regular expression library
Repositories BaseOS
Description PCRE, 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
pcre-8.42-6.el8.x86_64 Perl-compatible regular expression library 8de5529f205271cf1962d1c52e88de5fc037ac12189d88e0bf67e9c06a2798c0 download
pcre-cpp-8.42-6.el8.x86_64 C++ bindings for PCRE 5fd06155865fb3a67d7e0be52fd16fde3ace3e807ec80162dd3a4abfa6f35f9f download
pcre-devel-8.42-6.el8.x86_64 Development files for pcre 225aa2180d6be2e55261468a63183ef7c40921de4a241152c0e7252824724383 download
pcre-utf16-8.42-6.el8.x86_64 UTF-16 variant of PCRE df0383cba20c0d9e8bc8b2db462475d45035799427ce46b1b642a99d8701220a download
pcre-utf32-8.42-6.el8.x86_64 UTF-32 variant of PCRE bad51148f0b4e403a7e4d49bfba6c4d11b60d683902735cc85c102b8ca232e7e download
pcre-static-8.42-6.el8.x86_64 Static library for pcre c32e5f0ad0dbcf882e1b3768688ba6d0d0208131c9aa1ecf313e05483f24a67e download
i686
pcre-8.42-6.el8.i686 Perl-compatible regular expression library df084a20207eb229e079003d914398e50c241a8e36ea3ecf1a4c6f983662edf9 download
pcre-cpp-8.42-6.el8.i686 C++ bindings for PCRE 91a4885b1fd3d5c880b0dab88871917857e8b2275df034ec4844ccc727d9012d download
pcre-devel-8.42-6.el8.i686 Development files for pcre c0d939ecb694acf1f739f1f2e4ad15513cdacfea867e3fa4c236794513f9e2ac download
pcre-utf16-8.42-6.el8.i686 UTF-16 variant of PCRE 2b51bb426b08d4d2b55b8f3421b3980f87862ec3b0a4afc79c8ac76515d4e343 download
pcre-utf32-8.42-6.el8.i686 UTF-32 variant of PCRE 725c55c2bd996cd2ebc8161445ffced3e3b889d552af60d17bdc4b11c672f94b download
pcre-static-8.42-6.el8.i686 Static library for pcre 6af9b49cf635df5e25b763b10be5980faa56ea17c15acc42e3ebd3b2ad4f2132 download
src
pcre-8.42-6.el8.src Perl-compatible regular expression library 270ac2a90da4b4e7155adaa4e0df9647397ab580128cbbc61d0e0c895dfc70a7 download
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 8.42-6
- Rebuilt for MSVSphere 8.8

* Wed Jun 02 2021 Lukas Javorsky <ljavorsk@redhat.com> - 8.42-6
- Rebuild for BZ#1954441

* Wed Apr 14 2021 Petr Pisar <ppisar@redhat.com> - 8.42-5
- Fix CVE-2019-20838 (a subject buffer overread in JIT when UTF is disabled
  and \X or \R has a greater than 1 fixed quantifier) (bug #1852252)
- Fix CVE-2020-14155 (an integer overflow when parsing numbers after "(?C"))
  (bug #1851552)

* Mon Sep 03 2018 Petr Pisar <ppisar@redhat.com> - 8.42-4
- Fix anchoring in conditionals with only one branch (bug #1619228)

* 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
  (bug #1619228)

* 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)