Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pcre - Perl-compatible regular expression library
- Description:
Perl-compatible regular expression library.
PCRE has its own native API, but a set of "wrapper" functions that are based on
the POSIX API are also supplied in the library libpcreposix. Note that this
just provides a POSIX calling interface to PCRE: the regular expressions
themselves still follow Perl syntax and semantics. The header file
for the POSIX-style functions is called pcreposix.h.
Packages
pcre-6.6-2.el5_1.7.i386
[112 KiB] |
Changelog
by Stepan Kasal (2007-11-19):
- Fix the names of the pacthes added in 6.6-2.5:
mv pcre-6.4-posix.diff pcre-6.6-CVE-2006-7225.patch
mv pcre-6.4-fix1.patch pcre-6.6-CVE-2006-7226.patch
- Update pcre-6.6-CVE-2007-1659.patch
- Update pcre-6.6-CVE-2007-1660.patch
- Add pcre-6.6-CVE-2006-7230.patch
- Resolves: #380531
|