Re: svn commit: r1898181 - /httpd/httpd/branches/2.4.x/STATUS

2022-02-22 Thread SteffenAL
Win32 also ok. --- Original message --- Subject: Re: svn commit: r1898181 - /httpd/httpd/branches/2.4.x/STATUS From: SteffenAL To: Date: Monday, 21/02/2022 11:09 Build and running with PCRE2 10.39, for now only win64, win32 later. All looks fine. Also third-party modules (like

Re: svn commit: r1898181 - /httpd/httpd/branches/2.4.x/STATUS

2022-02-21 Thread SteffenAL
Build and running with PCRE2 10.39, for now only win64, win32 later. All looks fine. Also third-party modules (like mod_security) that are build with PCRE, just leave pcre.dll in bin. ModSecurity: PCRE compiled version="8.45 "; loaded version="8.45 2021-06-15" mod_info: Apache Lounge V

Re: svn commit: r1898181 - /httpd/httpd/branches/2.4.x/STATUS

2022-02-20 Thread Ruediger Pluem
Thanks, can you also check if PCRE2 works, e.g. PCRE2 10.39 which seems to be the latest version? Regards Rüdiger On 2/20/22 1:53 PM, SteffenAL wrote: >  All looks good on Win32 and Win64 > > Build with today's https://github.com/ylavic/httpd/tree/pcre2_tls > > and dependencies: > > - pcre 8

Re: svn commit: r1898181 - /httpd/httpd/branches/2.4.x/STATUS

2022-02-20 Thread SteffenAL
All looks good on Win32 and Win64 Build with today's https://github.com/ylavic/httpd/tree/pcre2_tls and dependencies: - pcre 8.45 - openssl 1.1.1m - nghttp2 1.46.0 - jansson 2.14 - curl 7.80.1 - apr 1.7.0 - apr-util 1.6.1 - apr-iconv 1.2.2 - zlib 1.2.11 - brotli 1.0.9 - libxml2 2.9.12 - lua

Re: svn commit: r1898181 - /httpd/httpd/branches/2.4.x/STATUS

2022-02-19 Thread Steffen Land
Yep, next week I try PCRE 8.45 with the branche at https://github.com/ylavic/httpd/tree/pcre2_tls On Friday 18/02/2022 at 14:16, Eric Covener wrote: @Steffen Land any chance you can test the pcre8 update on Windows prior to integration in 2.4.x? + https://github.com/apache/httpd/pu

Re: svn commit: r1898181 - /httpd/httpd/branches/2.4.x/STATUS

2022-02-18 Thread Yann Ylavic
On Fri, Feb 18, 2022 at 2:14 PM wrote: > > Author: covener > Date: Fri Feb 18 13:14:13 2022 > New Revision: 1898181 > > URL: http://svn.apache.org/viewvc?rev=1898181&view=rev > Log: > vote/promote > > + *) Support PCRE2 with buffers reuse through Thread Local Storage. > + trunk patches: > +

Re: svn commit: r1898181 - /httpd/httpd/branches/2.4.x/STATUS

2022-02-18 Thread Eric Covener
@Steffen Land any chance you can test the pcre8 update on Windows prior to integration in 2.4.x? > + https://github.com/apache/httpd/pull/289.diff > + (PR: https://github.com/apache/httpd/pull/289) > + +1: ylavic, rpluem, covener > + ylavic: This backport proposal inludes t