On Sun, Nov 21, 2021 at 11:01:56PM +, Scott Kitterman wrote:
> On November 21, 2021 10:50:24 PM UTC, Wietse Venema
> wrote:
> >Wietse Venema:
> >I updated the PCRE auto-detection code in the makedefs script. It
> >will try to use PCRE2, and if that is not installed, it will try
> >to use PCRE
On 11/22/21 05:01, Peter wrote:
It won't affect my builds as CentOS 7 has pcre2 libraries available, but
I don't see a particular reason to backport the support either, it seems
to me it would be a waste of energy that could potentially result in
breakage of a stable release when there's really n
On 22/11/21 11:50 am, Wietse Venema wrote:
I have an implementation based on PCRE2 that passes the existing
Postfix tests for PCRE (which are ASCII based), without triggering
complaints from Valgrind.
That's great.
I'll release this code first in Postfix
3.7. After that we can discuss if it m
On November 21, 2021 10:50:24 PM UTC, Wietse Venema
wrote:
>Wietse Venema:
>> Scott Kitterman:
>> > The original PCRE library that Postfix uses is no longer maintained:
>> >
>> > https://pcre.org/
>> >
>> > It's been replaced by PCRE2, which has a notably different API, so Postfix
>> > PCRE
Wietse Venema:
> Scott Kitterman:
> > The original PCRE library that Postfix uses is no longer maintained:
> >
> > https://pcre.org/
> >
> > It's been replaced by PCRE2, which has a notably different API, so Postfix
> > PCRE
> > support would need porting. I've looked and it's beyond my limite
Scott Kitterman:
> The original PCRE library that Postfix uses is no longer maintained:
>
> https://pcre.org/
>
> It's been replaced by PCRE2, which has a notably different API, so Postfix
> PCRE
> support would need porting. I've looked and it's beyond my limited skills.
> Is there any chan
The original PCRE library that Postfix uses is no longer maintained:
https://pcre.org/
It's been replaced by PCRE2, which has a notably different API, so Postfix PCRE
support would need porting. I've looked and it's beyond my limited skills.
Is there any chance of getting this updated for Pos