Skip to content

Conversation

@Cropi
Copy link
Contributor

@Cropi Cropi commented Jun 6, 2023

Upstream stopped the support for the old 'pcre' package. See https://www.pcre.org/
It only supports the new 'pcre2' version, we should replace the current pcre with the newer pcre2.

I know that for various reasons it's not recommended to use regex but some years ago it has been enabled and shipped in Fedora, so we would like to further maintain it.
Fixes #366

Let me know what you think. If you feel like I can add a configuration option be able to specify which version of pcre you want to compile with. Thanks.

Fixes rsyslog#366
Upstream stopped the support for the old 'pcre' package. See
https://www.pcre.org/
It only supports the new 'pcre2' version, we should replace
the current pcre with the newer pcre2.
@Cropi
Copy link
Contributor Author

Cropi commented Jun 6, 2023

Some checks might complain about the presence of pcre2 but that is expected.

@carlo2007
Copy link

As @Cropi wrote on Jun 6, 2023 the PCRE library is at version 8.45. This version is end of life from Jun 15, 2021 and is no longer maintained. All development now happening in the PCRE2 10.xx series.

Project like OpenWrt decided to remove support for packages that have dependency from obsolete and no longer maintained PCRE library.

To maintain support of rsyslog/liblognorm library in OpenWrt it's necessary replace the current pcre with the newer pcre2.

@rgerhards I kindly ask you to help us

@Neustradamus
Copy link

PCRE 10.47 has been released:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch to pcre2

3 participants