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

2022-02-08 Thread Yann Ylavic
On Tue, Feb 8, 2022 at 1:31 PM Stefan Eissing  wrote:
>
>
>
> > Am 08.02.2022 um 13:14 schrieb Yann Ylavic :
> >
> > On Tue, Feb 8, 2022 at 12:47 PM Rainer Jung  wrote:
> >>
> >> Small typo below ...
> >>
> >> Am 08.02.2022 um 12:04 schrieb yla...@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/

2022-02-08 Thread Stefan Eissing



> Am 08.02.2022 um 13:14 schrieb Yann Ylavic :
> 
> On Tue, Feb 8, 2022 at 12:47 PM Rainer Jung  wrote:
>> 
>> Small typo below ...
>> 
>> Am 08.02.2022 um 12:04 schrieb yla...@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/

2022-02-08 Thread Yann Ylavic
On Tue, Feb 8, 2022 at 12:47 PM Rainer Jung  wrote:
>
> Small typo below ...
>
> Am 08.02.2022 um 12:04 schrieb yla...@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/

2022-02-08 Thread Rainer Jung

Small typo below ...

Am 08.02.2022 um 12:04 schrieb yla...@apache.org:

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

URL: http://svn.apache.org/viewvc?rev=1897858=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=1897857=1897858=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_/