Project pcre2-10.40-6.el9
Name | pcre2 |
---|---|
Epoch | 0 |
Version | 10.40 |
Release | 6.el9 |
Website/URL | https://www.pcre.org/ |
License | BSD |
Build Time | 2024-10-08 14:54:25 |
Build Host | builder-x86-05.inferitos.ru |
Summary | Perl-compatible regular expression library |
Repositories | BaseOS |
Description | PCRE2 is a re-working of the original PCRE (Perl-compatible regular expression) library to provide an entirely new API. PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which processes strings of 16-bit values, and one for the 32-bit library, which processes strings of 32-bit values. There are no C++ wrappers. This package provides support for strings in 8-bit and UTF-8 encodings. Install pcre2-utf16 or pcre2-utf32 packages for the other ones. The distribution does contain a set of C wrapper functions for the 8-bit library that are based on the POSIX regular expression API (see the pcre2posix man page). These can be found in a library called libpcre2posix. Note that this just provides a POSIX calling interface to PCRE2; the regular expressions themselves still follow Perl syntax and semantics. The POSIX API is restricted, and does not give full access to all of PCRE2's facilities. |
Errata | — |
×
Package | Summary | SHA-256 checksum |
---|---|---|
x86_64 | ||
pcre2-10.40-6.el9.x86_64 | Perl-compatible regular expression library | c6c28a11aa9724251c1a0fa69e469abf195d0f0e643bd15742223b4cdfe2ce5e |
pcre2-devel-10.40-6.el9.x86_64 | Development files for pcre2 | c61a86390d5e9e8f01e35232ab27820961df12016d1493bc1a538e1398aee164 |
pcre2-utf16-10.40-6.el9.x86_64 | UTF-16 variant of PCRE2 | 40423433a99ad7db00d7b6eb561231851a2ec25edf216702a593592d164b44e6 |
pcre2-utf32-10.40-6.el9.x86_64 | UTF-32 variant of PCRE2 | 69b3c4439e88b13ce02c774754fd1d09cede9d077233349066a0d64031f83528 |
pcre2-tools-10.40-6.el9.x86_64 | Auxiliary utilities for pcre2 | 5c6bc11faaf9b23b7ab40d0dc16a1e138c92d974a5b29ff6bac54c54e5310b0c |
i686 | ||
pcre2-10.40-6.el9.i686 | Perl-compatible regular expression library | 62411d06ac86729feb376e5117b4c826c9e505356bfdc9212b482da26cb2cca4 |
pcre2-devel-10.40-6.el9.i686 | Development files for pcre2 | 62cc02c9d8ecb37dd1ef1592a5a32b94477b92e83eb68f2f544447156110662c |
pcre2-utf16-10.40-6.el9.i686 | UTF-16 variant of PCRE2 | d3573f64eeb6c0c50f6fd2eaba91068c2a4ebd01fc436a5d957e3cc94ed8ca3c |
pcre2-utf32-10.40-6.el9.i686 | UTF-32 variant of PCRE2 | 46a3ed1aca3323c90091d6e7fdb4107454a035d74cfa22074a788d0718378ead |
aarch64 | ||
pcre2-10.40-6.el9.aarch64 | Perl-compatible regular expression library | da1aa536a65940c05a7196575ef59564c48f40ffdbc0ae27bd8c483bcd6c9ccf |
pcre2-devel-10.40-6.el9.aarch64 | Development files for pcre2 | 66762a9161751d1a625a2d141e56b6e4d5da746b15d926139ec1a4c59dcee572 |
pcre2-utf16-10.40-6.el9.aarch64 | UTF-16 variant of PCRE2 | 3567ec167142a3674fb41410f51434269597504339c78631237171fc65747bff |
pcre2-utf32-10.40-6.el9.aarch64 | UTF-32 variant of PCRE2 | eacd4d66d845c50d3533b113b199a334bf5965bbc95cad2cd7700b67b3a7552c |
pcre2-tools-10.40-6.el9.aarch64 | Auxiliary utilities for pcre2 | 0e4290364b6697f61c7e4eb3001add345cf48011c454ec8c391ff70c44261513 |
noarch | ||
pcre2-syntax-10.40-6.el9.noarch | Documentation for PCRE2 regular expressions | 992642fb065c96c9da6fcc7c285dcefff332404db11314ffc79afce97f60cfff |
src | ||
pcre2-10.40-6.el9.src | Perl-compatible regular expression library | 3385bff9235fa97aa89931a74d072e4da2a7a70fbd05456cf6baa8d31daf6eee |
* Wed Jul 31 2024 Lukas Javorsky <ljavorsk@redhat.com> - 10.40-6 - Fix SEGFAULT caused by dereferencing subject when length==0 on aarch64 - Resolves: RHEL-51866 * Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 10.40-5 - Rebuilt for MSVSphere 9.4 beta * Fri Feb 16 2024 Lukas Javorsky <ljavorsk@redhat.com> - 10.40-5 - Rebuilt for added pcre2-tools into CRB * Mon Nov 13 2023 Lukas Javorsky <ljavorsk@redhat.com> - 10.40-4 - Fix an issue with restoring originally unset entries in recursion - Resolves: BZ#2248133 * Tue Oct 17 2023 Lukas Javorsky <ljavorsk@redhat.com> - 10.40-3 - Fix issue in the backtracking optimization of character in JIT