Fixed: apache/httpd#1492 (trunk - 9cffa48)

2021-03-08 Thread Travis CI
Build Update for apache/httpd - Build: #1492 Status: Fixed Duration: 6 mins and 2 secs Commit: 9cffa48 (trunk) Author: Stefan Eissing Message: refrain from handling ip address alt names in pre 1.1 openssl git-svn-id:

Re: svn commit: r1887342 - /httpd/httpd/trunk/modules/md/md_crypt.c

2021-03-08 Thread Yann Ylavic
On Mon, Mar 8, 2021 at 9:15 PM wrote: > > +#if OPENSSL_VERSION_NUMBER < 0x1010L > +ip = ASN1_STRING_get_data(cval->d.iPAddress); Looks like it's ASN1_STRING_data(), without the _get ;) > +#else > ip = ASN1_STRING_get0_data(cval->d.iPAddress); >

Still Failing: apache/httpd#1491 (trunk - ff5583b)

2021-03-08 Thread Travis CI
Build Update for apache/httpd - Build: #1491 Status: Still Failing Duration: 17 mins and 32 secs Commit: ff5583b (trunk) Author: Stefan Eissing Message: Use ASN1_STRING_data() if openssl verison < 1.1. git-svn-id:

Re: [RESULT: PASS] Re: [VOTE] Release libapreq2-2.15

2021-03-08 Thread Yann Ylavic
On Mon, Mar 8, 2021 at 6:00 PM Ruediger Pluem wrote: > > I would be willing to vote again with a +1 if Joe is willing to roll 2.16 > with just that change over 2.15. +1

Still Failing: apache/httpd#1490 (trunk - 02a1f36)

2021-03-08 Thread Travis CI
Build Update for apache/httpd - Build: #1490 Status: Still Failing Duration: 15 mins and 43 secs Commit: 02a1f36 (trunk) Author: Stefan Eissing Message: log tags, my nemesis git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887340

Re: [RESULT: PASS] Re: [VOTE] Release libapreq2-2.15

2021-03-08 Thread Christophe JAILLET
Le 08/03/2021 à 18:00, Ruediger Pluem a écrit : On 3/8/21 5:40 PM, Steve Hay wrote: On Tue, 23 Feb 2021 at 10:20, Joe Orton wrote: On Mon, Feb 22, 2021 at 03:57:25PM +, Steve Hay wrote: On Fri, 13 Nov 2020 at 16:43, Joe Orton wrote: Thanks all for testing, the vote has passed: PMC

Broken: apache/httpd#1489 (trunk - e3928f2)

2021-03-08 Thread Travis CI
Build Update for apache/httpd - Build: #1489 Status: Broken Duration: 19 mins and 11 secs Commit: e3928f2 (trunk) Author: Stefan Eissing Message: *) mod_md: v2.4.0 with improvements and bugfixes - MDPrivateKeys allows the specification of several types.

Re: [RESULT: PASS] Re: [VOTE] Release libapreq2-2.15

2021-03-08 Thread Ruediger Pluem
On 3/8/21 5:40 PM, Steve Hay wrote: > On Tue, 23 Feb 2021 at 10:20, Joe Orton wrote: >> >> On Mon, Feb 22, 2021 at 03:57:25PM +, Steve Hay wrote: >>> On Fri, 13 Nov 2020 at 16:43, Joe Orton wrote: Thanks all for testing, the vote has passed: PMC votes +1: ylavic,

Re: [RESULT: PASS] Re: [VOTE] Release libapreq2-2.15

2021-03-08 Thread Steve Hay
On Tue, 23 Feb 2021 at 10:20, Joe Orton wrote: > > On Mon, Feb 22, 2021 at 03:57:25PM +, Steve Hay wrote: > > On Fri, 13 Nov 2020 at 16:43, Joe Orton wrote: > > > > > > Thanks all for testing, the vote has passed: > > > > > > PMC votes +1: ylavic, rpluem, covener > > > Community +1: stevehay

Re: event.c assert failed

2021-03-08 Thread Stefan Eissing
> Am 08.03.2021 um 13:49 schrieb Yann Ylavic : > > Hi Stefan, > >> >> I see an crash and log entries: >> >> [mpm_event:error] [pid 28031:tid 4595580416] (9)Bad file descriptor: >> AH00468: error closing socket >> [core:crit] [pid 28031:tid 4595580416] AH00102: [Mon Mar 08 11:32:48 2021]

Re: event.c assert failed

2021-03-08 Thread Yann Ylavic
Hi Stefan, > > I see an crash and log entries: > > [mpm_event:error] [pid 28031:tid 4595580416] (9)Bad file descriptor: AH00468: > error closing socket > [core:crit] [pid 28031:tid 4595580416] AH00102: [Mon Mar 08 11:32:48 2021] > file event.c, line 565, assertion "0" failed > > when a client

event.c assert failed

2021-03-08 Thread Stefan Eissing
Hi Yann, I see an crash and log entries: [mpm_event:error] [pid 28031:tid 4595580416] (9)Bad file descriptor: AH00468: error closing socket [core:crit] [pid 28031:tid 4595580416] AH00102: [Mon Mar 08 11:32:48 2021] file event.c, line 565, assertion "0" failed when a client opens a connection

hcmethod_t

2021-03-08 Thread jean-frederic clere
Hi, While looking to mod_proxy_hcheck.c, only TCP, OPTIONS, HEAD and GET are supported and documented (so we are good!). In mod_proxy.c we have additionally: {CPING, "CPING", 0}, {PROVIDER, "PROVIDER", 0}, {EOT, NULL, 1} The CPING is the probably the AJP CPING, but what are the 2

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

2021-03-08 Thread jean-frederic clere
On 08/03/2021 08:38, Ruediger Pluem wrote: On 3/4/21 3:00 PM, jfcl...@apache.org wrote: Author: jfclere Date: Thu Mar 4 14:00:45 2021 New Revision: 1887176 URL: http://svn.apache.org/viewvc?rev=1887176=rev Log: Add balancer_manage() to allow external module to fill workers for balancers.