Passed: apache/httpd#1893 (trunk - fa99bd5)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1893 Status: Passed Duration: 9 mins and 23 secs Commit: fa99bd5 (trunk) Author: Yann Ylavic Message: mod_unique_id: Follow up to r1892915 and r1893002: Atomic counter. * modules/metadata/mod_unique_id.c(gen_unique_id):

Errored: apache/httpd#1892 (trunk - 13d3c19)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1892 Status: Errored Duration: 11 mins and 1 sec Commit: 13d3c19 (trunk) Author: Yann Ylavic Message: mod_unique_id: Follow up to r1892915: Shorter counter race condition yet. *

Re: Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread Joe Orton
On Mon, Sep 06, 2021 at 04:01:40PM +0200, ste...@eissing.org wrote: > > > > Am 06.09.2021 um 15:45 schrieb Yann Ylavic : > > > > On Mon, Sep 6, 2021 at 3:08 PM Travis CI wrote: > >> > >> apache / httpd > >> > >> trunk > >> > >> Build #1888 has errored > >> 25 mins and 54 secs > > > > Hmm,

Re: Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread ste...@eissing.org
> Am 06.09.2021 um 15:45 schrieb Yann Ylavic : > > On Mon, Sep 6, 2021 at 3:08 PM Travis CI wrote: >> >> apache / httpd >> >> trunk >> >> Build #1888 has errored >> 25 mins and 54 secs > > Hmm, several errors that look like travis "internal" failures, am I > missing something? I think

Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1888 Status: Errored Duration: 24 mins and 19 secs Commit: 47e6ece (trunk) Author: Yann Ylavic Message: mod_proxy: Follow up to r1892986: APLOGNO() Stefan get out of this body! :) git-svn-id:

Re: Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread Yann Ylavic
On Mon, Sep 6, 2021 at 3:08 PM Travis CI wrote: > > apache / httpd > > trunk > > Build #1888 has errored > 25 mins and 54 secs Hmm, several errors that look like travis "internal" failures, am I missing something?

release and site changes

2021-09-06 Thread ste...@eissing.org
Does someone have an idea what needs to change regarding our website and release updates? Since I have my hands dirty already, now would be a good time to have me do it... - Stefan

Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1888 Status: Errored Duration: 25 mins and 54 secs Commit: 47e6ece (trunk) Author: Yann Ylavic Message: mod_proxy: Follow up to r1892986: APLOGNO() Stefan get out of this body! :) git-svn-id:

Errored: apache/httpd#1888 (trunk - 47e6ece)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1888 Status: Errored Duration: 32 mins and 23 secs Commit: 47e6ece (trunk) Author: Yann Ylavic Message: mod_proxy: Follow up to r1892986: APLOGNO() Stefan get out of this body! :) git-svn-id:

Errored: apache/httpd#1887 (trunk - fe32f67)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1887 Status: Errored Duration: 40 mins and 3 secs Commit: fe32f67 (trunk) Author: Yann Ylavic Message: mod_proxy: Follow up to r1892814. * modules/proxy/proxy_util.c(fix_uds_filename): Sanity checks on the configured

Re: svn commit: r1892987 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/proxy/proxy_util.c

2021-09-06 Thread ste...@eissing.org
> Am 06.09.2021 um 13:21 schrieb yla...@apache.org: > > Author: ylavic > Date: Mon Sep 6 11:21:49 2021 > New Revision: 1892987 > > URL: http://svn.apache.org/viewvc?rev=1892987=rev > Log: > mod_proxy: Follow up to r1892986: APLOGNO() > > Stefan get out of this body! :) Was I not wearing my

Passed: apache/httpd#1886 (2.4.x - 1e93923)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1886 Status: Passed Duration: 39 mins and 32 secs Commit: 1e93923 (2.4.x) Author: Yann Ylavic Message: Merge r1892915 from trunk: Reduce the time window where duplicates may be generated by mod_uniqueid Submitted by:

Errored: apache/httpd#1885 (2.4.x - 123e27c)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1885 Status: Errored Duration: 29 mins and 34 secs Commit: 123e27c (2.4.x) Author: Yann Ylavic Message: Merge r1892914 from trunk: Revert r1887244 and r1887245 which causes issues on Windows Submitted by: jailletc36

Re: svn commit: r1892874 - in /httpd/httpd/branches/2.4.x: ./ changes-entries/fix_uds_filename.txt modules/proxy/mod_proxy.c modules/proxy/proxy_util.c

2021-09-06 Thread Ruediger Pluem
On 9/6/21 12:28 PM, Yann Ylavic wrote: > On Mon, Sep 6, 2021 at 12:16 PM Ruediger Pluem wrote: >> !ap_cstr_casecmpn(uds_url, "unix:", 5) && >> >> Why doing case insensitive checks here? Shouldn't we insist on case here and >> use strncmp ? > > Yes, correct, spurious change. > >>>

Re: svn commit: r1892874 - in /httpd/httpd/branches/2.4.x: ./ changes-entries/fix_uds_filename.txt modules/proxy/mod_proxy.c modules/proxy/proxy_util.c

2021-09-06 Thread Yann Ylavic
On Mon, Sep 6, 2021 at 12:16 PM Ruediger Pluem wrote: > > On 9/6/21 11:38 AM, Yann Ylavic wrote: > > Index: modules/proxy/proxy_util.c > > === > > --- modules/proxy/proxy_util.c(revision 1892971) > > +++

Re: svn commit: r1892874 - in /httpd/httpd/branches/2.4.x: ./ changes-entries/fix_uds_filename.txt modules/proxy/mod_proxy.c modules/proxy/proxy_util.c

2021-09-06 Thread Ruediger Pluem
On 9/6/21 11:38 AM, Yann Ylavic wrote: > Index: modules/proxy/proxy_util.c > === > --- modules/proxy/proxy_util.c(revision 1892971) > +++ modules/proxy/proxy_util.c(working copy) > @@ -2268,33 +2268,45 @@ static int

Re: svn commit: r1892874 - in /httpd/httpd/branches/2.4.x: ./ changes-entries/fix_uds_filename.txt modules/proxy/mod_proxy.c modules/proxy/proxy_util.c

2021-09-06 Thread Yann Ylavic
On Fri, Sep 3, 2021 at 10:11 PM Ruediger Pluem wrote: > > > > On 9/3/21 6:52 PM, yla...@apache.org wrote: > > > > if (!strncmp(r->filename, "proxy:", 6) && > > -(ptr2 = ap_strcasestr(r->filename, "unix:")) && > > -(ptr = ap_strchr(ptr2, '|'))) { > > +

Passed: apache/httpd#1883 (candidate-2.4.49-rc1 - ce533c8)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1883 Status: Passed Duration: 21 mins and 22 secs Commit: ce533c8 (candidate-2.4.49-rc1) Author: Stefan Eissing Message: Post tag updates git-svn-id:

Passed: apache/httpd#1882 (candidate-2.4.49-rc1 - 6e215ab)

2021-09-06 Thread Travis CI
Build Update for apache/httpd - Build: #1882 Status: Passed Duration: 21 mins and 30 secs Commit: 6e215ab (candidate-2.4.49-rc1) Author: Stefan Eissing Message: Tag branches/2.4.x@1892973 as 2.4.49-rc1 git-svn-id:

Re: *** SPAM *** svn commit: r1892963 - /httpd/httpd/branches/2.4.x/STATUS

2021-09-06 Thread ste...@eissing.org
> Am 06.09.2021 um 10:42 schrieb Marion et Christophe JAILLET > : > > > > > > > > > > > >> Message du 06/09/21 09:42 >> De : ic...@apache.org >> A : c...@httpd.apache.org >> Copie à : >> Objet : *** SPAM *** svn commit: r1892963 - >> /httpd/httpd/branches/2.4.x/STATUS >> >>

Re: *** SPAM *** svn commit: r1892963 - /httpd/httpd/branches/2.4.x/STATUS

2021-09-06 Thread Ruediger Pluem
On 9/6/21 10:42 AM, Marion et Christophe JAILLET wrote: >   > >   > >   > >   > >   > >> Message du 06/09/21 09:42 >> De : ic...@apache.org >> A : c...@httpd.apache.org >> Copie à : >> Objet : *** SPAM *** svn commit: r1892963 - >> /httpd/httpd/branches/2.4.x/STATUS >> >> Author: icing

re: *** SPAM *** svn commit: r1892963 - /httpd/httpd/branches/2.4.x/STATUS

2021-09-06 Thread Marion et Christophe JAILLET
          > Message du 06/09/21 09:42 > De : ic...@apache.org > A : c...@httpd.apache.org > Copie à : > Objet : *** SPAM *** svn commit: r1892963 - /httpd/httpd/branches/2.4.x/STATUS > > Author: icing > Date: Mon Sep 6 07:42:34 2021 > New Revision: 1892963 > > URL:

backport review encouragement

2021-09-06 Thread ste...@eissing.org
In branches/2.4.x/STATUS we have: - 1 showstopper who needs an additional vote - 5 backports, one a bit stale, one missing a vote and 3 new ones by Christophe If you can find the time to look at one of those, it be great. - Stefan