Re: svn commit: r1741648 - in /httpd/httpd/trunk/modules/http2: h2_bucket_beam.c h2_conn_io.c h2_mplx.c h2_mplx.h h2_session.c h2_session.h h2_stream.c h2_task.h

2016-04-29 Thread Yann Ylavic
On Fri, Apr 29, 2016 at 5:21 PM, wrote: > Author: icing > Date: Fri Apr 29 15:21:21 2016 > New Revision: 1741648 > > URL: http://svn.apache.org/viewvc?rev=1741648&view=rev > Log: > mod_http2: some more cleanup on stream/task/session takedowns > > Modified: > httpd/httpd/trunk/modules/http2/h2

Re: mod_proxy_http2 build change

2016-04-29 Thread Jan Ehrhardt
Stefan Eissing in gmane.comp.apache.devel (Fri, 29 Apr 2016 11:46:14 +0200): >Just a heads up for all people caring about "other" builds: with r1741596 >in trunk I remove h2_request.c from linking in mod_proxy_http2. This >should help resolve some issues that where observed on the Windows build. >

Re: mod_proxy_hcheck ouch in Windows

2016-04-29 Thread William A Rowe Jr
See the usage of APR_THREAD_FUNC macro. On Apr 28, 2016 9:53 PM, "Gregg Smith" wrote: > This one I cannot figure out > > .\mod_proxy_hcheck.c(925) : error C2440: 'function' : cannot convert from > 'void *(__cdecl *)(apr_thread_t *,void *)' to 'apr_thread_start_t' > > - Gregg - >

Re: svn commit: r1740653 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_kernel.c ssl_engine_ocsp.c ssl_private.h ssl_util_stapling.c

2016-04-29 Thread Yann Ylavic
On Fri, Apr 29, 2016 at 11:29 AM, Rainer Jung wrote: > Am 29.04.2016 um 10:26 schrieb Yann Ylavic: >> >> On Fri, Apr 29, 2016 at 10:16 AM, Yann Ylavic >> wrote: >>> >>> Hi Rainer, >>> >>> On Fri, Apr 29, 2016 at 10:13 AM, Rainer Jung >>> wrote: The function X509_STORE_CTX_get0_current_

mod_proxy_http2 build change

2016-04-29 Thread Stefan Eissing
Just a heads up for all people caring about "other" builds: with r1741596 in trunk I remove h2_request.c from linking in mod_proxy_http2. This should help resolve some issues that where observed on the Windows build. I tried to make all needed changes in cmake/netware/dsp, but am not able to ve

Re: svn commit: r1740653 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_kernel.c ssl_engine_ocsp.c ssl_private.h ssl_util_stapling.c

2016-04-29 Thread Rainer Jung
Am 29.04.2016 um 10:26 schrieb Yann Ylavic: On Fri, Apr 29, 2016 at 10:16 AM, Yann Ylavic wrote: Hi Rainer, On Fri, Apr 29, 2016 at 10:13 AM, Rainer Jung wrote: The function X509_STORE_CTX_get0_current_issuer() has first shown up in OpenSSL 1.0.0, but is not available in 0.9.8. I don't see

Re: svn commit: r1740653 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_kernel.c ssl_engine_ocsp.c ssl_private.h ssl_util_stapling.c

2016-04-29 Thread Yann Ylavic
On Fri, Apr 29, 2016 at 10:16 AM, Yann Ylavic wrote: > Hi Rainer, > > On Fri, Apr 29, 2016 at 10:13 AM, Rainer Jung wrote: >> The function X509_STORE_CTX_get0_current_issuer() has first shown up in >> OpenSSL 1.0.0, but is not available in 0.9.8. > > I don't see it in 1.0.1s, but it is in 1.0.2g,

Re: svn commit: r1740653 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_kernel.c ssl_engine_ocsp.c ssl_private.h ssl_util_stapling.c

2016-04-29 Thread Yann Ylavic
Hi Rainer, On Fri, Apr 29, 2016 at 10:13 AM, Rainer Jung wrote: > The function X509_STORE_CTX_get0_current_issuer() has first shown up in > OpenSSL 1.0.0, but is not available in 0.9.8. I don't see it in 1.0.1s, but it is in 1.0.2g, maybe introduced in 1.0.2? Regards, Yann.

Re: svn commit: r1740653 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_kernel.c ssl_engine_ocsp.c ssl_private.h ssl_util_stapling.c

2016-04-29 Thread Rainer Jung
Hi Yann, Am 29.04.2016 um 09:59 schrieb Yann Ylavic: On Sat, Apr 23, 2016 at 3:17 PM, wrote: Author: rjung Date: Sat Apr 23 13:17:52 2016 New Revision: 1740653 URL: http://svn.apache.org/viewvc?rev=1740653&view=rev Log: Support for OpenSSL 1.1.0: - X509_STORE_CTX is now opaque. Modified: [

Re: svn commit: r1741419 [1/4] - in /httpd/httpd/branches/2.4.x: ./ modules/http2/

2016-04-29 Thread Stefan Eissing
Should be all fine now. Updated in r1741564. -Stefan > Am 28.04.2016 um 23:11 schrieb Gregg Smith : > > Oops, one more. > h2_request.c(452) : warning C4003: not enough actual parameters for macro > 'APLOGNO' > > On 4/28/2016 10:17 AM, Stefan Eissing wrote: >> Ah, will alloc a new one tomorrow.

Re: svn commit: r1738415 - /httpd/httpd/trunk/support/ab.c

2016-04-29 Thread Yann Ylavic
On Fri, Apr 29, 2016 at 9:59 AM, Ruediger Pluem wrote: > > Sounds good. Applied in r1741566.

Re: svn commit: r1740653 - in /httpd/httpd/trunk/modules/ssl: ssl_engine_kernel.c ssl_engine_ocsp.c ssl_private.h ssl_util_stapling.c

2016-04-29 Thread Yann Ylavic
On Sat, Apr 23, 2016 at 3:17 PM, wrote: > Author: rjung > Date: Sat Apr 23 13:17:52 2016 > New Revision: 1740653 > > URL: http://svn.apache.org/viewvc?rev=1740653&view=rev > Log: > Support for OpenSSL 1.1.0: > - X509_STORE_CTX is now opaque. > > Modified: [] > httpd/httpd/trunk/modules/ssl/ss

Re: svn commit: r1738415 - /httpd/httpd/trunk/support/ab.c

2016-04-29 Thread Ruediger Pluem
On 04/29/2016 09:50 AM, Yann Ylavic wrote: > On Fri, Apr 29, 2016 at 9:38 AM, Ruediger Pluem wrote: >> Anyone? Otherwise I would just revert on Monday. > > Maybe: > > Index: support/ab.c > === > --- support/ab.c(revision 17414

Re: svn commit: r1738415 - /httpd/httpd/trunk/support/ab.c

2016-04-29 Thread Yann Ylavic
On Fri, Apr 29, 2016 at 9:38 AM, Ruediger Pluem wrote: > Anyone? Otherwise I would just revert on Monday. Maybe: Index: support/ab.c === --- support/ab.c(revision 1741496) +++ support/ab.c(working copy) @@ -725,11 +725,13 @@

Re: svn commit: r1738415 - /httpd/httpd/trunk/support/ab.c

2016-04-29 Thread Ruediger Pluem
Anyone? Otherwise I would just revert on Monday. Regards RĂ¼diger On 04/25/2016 03:44 PM, Ruediger Pluem wrote: > > > On 04/10/2016 12:19 PM, jfcl...@apache.org wrote: >> Author: jfclere >> Date: Sun Apr 10 10:19:51 2016 >> New Revision: 1738415 >> >> URL: http://svn.apache.org/viewvc?rev=17384