Re: PCRE2 Support

2021-11-22 Thread Eray Aslan
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

Re: PCRE2 Support

2021-11-22 Thread Phil Stracchino
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

Re: PCRE2 Support

2021-11-22 Thread Peter
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