pcre3 2:8.39-ok3 source package in openKylin

Changelog

pcre3 (2:8.39-ok3) yangtze; urgency=medium

  * damizhou CVE-2020-14155 安全更新:PCRE 输入验证错误漏洞.

 -- panchuanzhou <email address hidden>  Thu, 09 Mar 2023 14:52:57 +0800

Upload details

Uploaded by:
panchuanzhou
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Matthew Vernon
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main libs
Nile V2.0 release main libs

Downloads

File Size SHA-256 Checksum
pcre3_8.39.orig.tar.bz2 1.5 MiB b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b
pcre3_8.39-ok3.debian.tar.gz 18.2 KiB 3a093ede111692ee72e327846784e48ef2c12ec31afac669fadec166a9278a6d
pcre3_8.39-ok3.dsc 1.9 KiB 6a0ff6d760f408e1625aa149c0fb699173af52d6f31dd0b960daa65011344f7b

View changes file

Binary packages built by this source

libpcre16-3: Old Perl 5 Compatible Regular Expression Library - 16 bit runtime files

 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the 16 bit runtime library.

libpcre3: Old Perl 5 Compatible Regular Expression Library - runtime files

 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the runtime libraries.

libpcre3-dbg: Old Perl 5 Compatible Regular Expression Library - debug symbols

 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the debug symbols,

libpcre3-dev: Old Perl 5 Compatible Regular Expression Library - development files

 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 New packages should use the newer pcre2 packages, and existing
 packages should migrate to pcre2.
 .
 This package contains the development files, including headers, static
 libraries, and documentation.

libpcre3-udeb: Old Perl 5 Compatible Regular Expression Library - runtime files (udeb)

 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the runtime libraries for the Debian Installer (udeb).

libpcre32-3: Old Perl 5 Compatible Regular Expression Library - 32 bit runtime files

 This is a library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the 32 bit runtime library.

libpcrecpp0v5: Old Perl 5 Compatible Regular Expression Library - C++ runtime files

 This is a C++ library of functions to support regular expressions whose syntax
 and semantics are as close as possible to those of the Perl 5 language.
 .
 This package contains the C++ runtime library.

pcregrep: grep utility that uses perl 5 compatible regexes.

 Perl-style regexps have many useful features that the standard POSIX ones
 don't; this is basically the same as grep but with the different
 regexp syntax.
 .
 The other reason for the existence of pcregrep is that its source code is an
 example of programming with libpcre.