Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread William A Rowe Jr
Thanks for the additional eyeballs and testing! I'm working up a CI for release/asf release candidates/snapshot (across all of our dependencies' development chains)... will share when I'm a bit closer to the goalpost. I'm happy to add the github-based mod_h2/_md "external" modules as well to that

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread Steve Hay
I've tried the build again with the proper fix in place and all is well for me: mod_md now reports three missing prereqs: -- mod_md was requested but couldn't be built due to a missing prerequisite (OPENSSL_FOUND) -- mod_md was requested but couldn't be built due to a missing prerequisite (CURL_FO

Re: svn commit: r1852442 - in /httpd/httpd/trunk/modules/proxy: mod_proxy.h mod_proxy_balancer.c mod_proxy_ftp.c proxy_util.c

2019-08-30 Thread Ruediger Pluem
On 08/26/2019 03:54 PM, Eric Covener wrote: > On Tue, Jan 29, 2019 at 7:28 AM wrote: >> >> Author: stsp >> Date: Tue Jan 29 12:28:35 2019 >> New Revision: 1852442 >> >> URL: http://svn.apache.org/viewvc?rev=1852442&view=rev >> Log: >> Make proxy modules compile if APR_HAS_THREADS is not defined

Re: svn commit: r1865191 - /httpd/site/trunk/tools/announce.sh

2019-08-30 Thread Ruediger Pluem
On 08/14/2019 11:01 PM, drugg...@apache.org wrote: > Author: druggeri > Date: Wed Aug 14 21:01:56 2019 > New Revision: 1865191 > > URL: http://svn.apache.org/viewvc?rev=1865191&view=rev > Log: > Try to be more accomodating > > Modified: > httpd/site/trunk/tools/announce.sh > > Modified: h

Re: svn commit: r1864695 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2019-08-30 Thread Yann Ylavic
On Fri, Aug 30, 2019 at 11:22 AM Ruediger Pluem wrote: > > Shouldn't we use strcasecmp instead of strcmp here? IMHO hostnames are case > insensitive. Fixed in r1865966, I guess ;) Regards, Yann.

Re: svn commit: r1864695 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2019-08-30 Thread Stefan Eissing
> Am 30.08.2019 um 11:22 schrieb Ruediger Pluem : > > > > On 08/08/2019 02:11 PM, jor...@apache.org wrote: >> Author: jorton >> Date: Thu Aug 8 12:11:36 2019 >> New Revision: 1864695 >> >> URL: http://svn.apache.org/viewvc?rev=1864695&view=rev >> Log: >> * modules/proxy/mod_proxy_balancer.c

Re: svn commit: r1864695 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2019-08-30 Thread Ruediger Pluem
On 08/08/2019 02:11 PM, jor...@apache.org wrote: > Author: jorton > Date: Thu Aug 8 12:11:36 2019 > New Revision: 1864695 > > URL: http://svn.apache.org/viewvc?rev=1864695&view=rev > Log: > * modules/proxy/mod_proxy_balancer.c (balancer_handler): Check Referer > to improve on protection agai

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread William A Rowe Jr
However, it fixed it by ignoring most of the troubles... I have my IP unblocked, so I'm able to get some further fixes in, I added the iterator, confirmed the newest fixes and have committed to trunk and 2.4.x. Steve, please retest and report back? There is no such thing as a _102 openssl result m

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread Steve Hay
Thanks to you both - that was indeed the trouble, and the fix has sorted it out for me. On Fri, 30 Aug 2019 at 08:16, Stefan Eissing wrote: > > Added to trunk in r1866119. > Merged to 2.4.x in r1866121. > > Thanks for this, Bill! > > > Am 29.08.2019 um 19:05 schrieb William A Rowe Jr : > > > > In

Re: Trouble building 2.4.41 on Windows with CMake

2019-08-30 Thread Stefan Eissing
Added to trunk in r1866119. Merged to 2.4.x in r1866121. Thanks for this, Bill! > Am 29.08.2019 um 19:05 schrieb William A Rowe Jr : > > Index: httpd-2.x/CMakeLists.txt > === > --- httpd-2.x/CMakeLists.txt (revision 1866089) > +++