You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2022/02/08 11:04:49 UTC

svn commit: r1897858 - in /httpd/httpd/trunk: ./ changes-entries/

Author: ylavic
Date: Tue Feb  8 11:04:49 2022
New Revision: 1897858

URL: http://svn.apache.org/viewvc?rev=1897858&view=rev
Log:
Sync CHANGES entries. [skip ci]

Removed:
    httpd/httpd/trunk/changes-entries/CoreDumpDirectory-freebsd11.txt
    httpd/httpd/trunk/changes-entries/ap_regex_thread_local.txt
    httpd/httpd/trunk/changes-entries/bz_65769.txt
    httpd/httpd/trunk/changes-entries/mod_dav_memory_regresssion.txt
    httpd/httpd/trunk/changes-entries/mod_md_status_memory.txt
    httpd/httpd/trunk/changes-entries/mod_tls_link_issue_with_rust_1_56.txt
    httpd/httpd/trunk/changes-entries/reqtimeout_mode_init.txt
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1897858&r1=1897857&r2=1897858&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Feb  8 11:04:49 2022
@@ -1,6 +1,32 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_md: the status description in MDomain's JSON, exposed in the
+     md-status handler (if configure) did sometimes not carry the correct
+     message when certificates needed renew.
+     [Stefan Eissing]
+
+  *) mod_tls: Fix a linkage issue with rustls when compiled
+     with rust 1.55, 1.56 or 1.57. This prevents the loading
+     of the module because of an undefined symbol: fmaf
+     See https://github.com/rustls/rustls-ffi/issues/133
+     [Christophe Jaillet]
+
+  *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
+     when an efficient TLS implementation is available. [Yann Ylavic]
+
+  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
+
+  *) mod_dav: Fix regression when gathering properties which could lead to huge
+     memory consumption proportional to the number of resources.
+     [Evgeny Kotkov, Ruediger Pluem]
+
+  *) mod_unixd: CoreDumpDirectory requires enabling tracing on FreeBSD 11+.
+     PR 65819.  [David CARLIER <devnexen gmail.com>]
+
+  *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
+     and/or reaching MaxConnectionsPerChild.  PR 65769.  [Yann Ylavic]
+
   *) http: Enforce that fully qualified uri-paths not to be forward-proxied
      have an http(s) scheme, and that the ones to be forward proxied have a
      hostname, per HTTP specifications.  [Ruediger Pluem, Yann Ylavic]



Re: svn commit: r1897858 - in /httpd/httpd/trunk: ./ changes-entries/

Posted by Yann Ylavic <yl...@gmail.com>.
On Tue, Feb 8, 2022 at 1:31 PM Stefan Eissing <st...@eissing.org> wrote:
>
>
>
> > Am 08.02.2022 um 13:14 schrieb Yann Ylavic <yl...@gmail.com>:
> >
> > On Tue, Feb 8, 2022 at 12:47 PM Rainer Jung <ra...@kippdata.de> wrote:
> >>
> >> Small typo below ...
> >>
> >> Am 08.02.2022 um 12:04 schrieb ylavic@apache.org:
> >>> +
> >>> +  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
> >>
> >> s/mom_/mod_/
> >
> > Was a special dedication, but I got caught so.. r1897862 :)
>
> Mom's requests never time out, don't we all know?

Yeah, she wasn't pleased either while reviewing so the fix is a good
thing finally..

>
> >
> > Thanks;
> > Yann.
>

Re: svn commit: r1897858 - in /httpd/httpd/trunk: ./ changes-entries/

Posted by Stefan Eissing <st...@eissing.org>.

> Am 08.02.2022 um 13:14 schrieb Yann Ylavic <yl...@gmail.com>:
> 
> On Tue, Feb 8, 2022 at 12:47 PM Rainer Jung <ra...@kippdata.de> wrote:
>> 
>> Small typo below ...
>> 
>> Am 08.02.2022 um 12:04 schrieb ylavic@apache.org:
>>> +
>>> +  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
>> 
>> s/mom_/mod_/
> 
> Was a special dedication, but I got caught so.. r1897862 :)

Mom's requests never time out, don't we all know?

> 
> Thanks;
> Yann.


Re: svn commit: r1897858 - in /httpd/httpd/trunk: ./ changes-entries/

Posted by Yann Ylavic <yl...@gmail.com>.
On Tue, Feb 8, 2022 at 12:47 PM Rainer Jung <ra...@kippdata.de> wrote:
>
> Small typo below ...
>
> Am 08.02.2022 um 12:04 schrieb ylavic@apache.org:
> > +
> > +  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
>
> s/mom_/mod_/

Was a special dedication, but I got caught so.. r1897862 :)

Thanks;
Yann.

Re: svn commit: r1897858 - in /httpd/httpd/trunk: ./ changes-entries/

Posted by Rainer Jung <ra...@kippdata.de>.
Small typo below ...

Am 08.02.2022 um 12:04 schrieb ylavic@apache.org:
> Author: ylavic
> Date: Tue Feb  8 11:04:49 2022
> New Revision: 1897858
> 
> URL: http://svn.apache.org/viewvc?rev=1897858&view=rev
> Log:
> Sync CHANGES entries. [skip ci]
> 
> Removed:
>      httpd/httpd/trunk/changes-entries/CoreDumpDirectory-freebsd11.txt
>      httpd/httpd/trunk/changes-entries/ap_regex_thread_local.txt
>      httpd/httpd/trunk/changes-entries/bz_65769.txt
>      httpd/httpd/trunk/changes-entries/mod_dav_memory_regresssion.txt
>      httpd/httpd/trunk/changes-entries/mod_md_status_memory.txt
>      httpd/httpd/trunk/changes-entries/mod_tls_link_issue_with_rust_1_56.txt
>      httpd/httpd/trunk/changes-entries/reqtimeout_mode_init.txt
> Modified:
>      httpd/httpd/trunk/CHANGES
> 
> Modified: httpd/httpd/trunk/CHANGES
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1897858&r1=1897857&r2=1897858&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/CHANGES [utf-8] (original)
> +++ httpd/httpd/trunk/CHANGES [utf-8] Tue Feb  8 11:04:49 2022
> @@ -1,6 +1,32 @@
>                                                            -*- coding: utf-8 -*-
>   Changes with Apache 2.5.1
>   
> +  *) mod_md: the status description in MDomain's JSON, exposed in the
> +     md-status handler (if configure) did sometimes not carry the correct
> +     message when certificates needed renew.
> +     [Stefan Eissing]
> +
> +  *) mod_tls: Fix a linkage issue with rustls when compiled
> +     with rust 1.55, 1.56 or 1.57. This prevents the loading
> +     of the module because of an undefined symbol: fmaf
> +     See https://github.com/rustls/rustls-ffi/issues/133
> +     [Christophe Jaillet]
> +
> +  *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
> +     when an efficient TLS implementation is available. [Yann Ylavic]
> +
> +  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]

s/mom_/mod_/