Re: svn commit: r1908537 - /httpd/httpd/trunk/modules/ssl/

2023-03-20 Thread Joe Orton
On Sun, Mar 19, 2023 at 09:30:47PM -, yla...@apache.org wrote:
> Author: ylavic
> Date: Sun Mar 19 21:30:47 2023
> New Revision: 1908537
> 
> URL: http://svn.apache.org/viewvc?rev=1908537&view=rev
> Log:
> mod_ssl: Fix deprecation warnings with openssl-3.

Great stuff, thank you Yann!



Re: svn commit: r1908380 - in /httpd/httpd/trunk: changes-entries/errorlogformat.txt include/util_time.h server/log.c server/util_time.c

2023-03-20 Thread Yann Ylavic
On Fri, Mar 17, 2023 at 9:37 AM Ruediger Pluem  wrote:
>
> On 3/14/23 12:11 PM, yla...@apache.org wrote:
> >
> > +++ httpd/httpd/trunk/include/util_time.h Tue Mar 14 11:11:24 2023
> > @@ -47,6 +47,8 @@ extern "C" {
> >  #define AP_CTIME_OPTION_USEC0x1
> >  /* Use more compact ISO 8601 format */
> >  #define AP_CTIME_OPTION_COMPACT 0x2
> > +/* Add timezone offset from GMT ([+-]hhmm) */
> > +#define AP_CTIME_OPTION_GMTOFF  0x4
>
> Not really important for trunk, but doesn't this require a minor bump for the 
> backport?

And that one in r1908557.

Thanks;
Yann.


Re: svn commit: r1908380 - in /httpd/httpd/trunk: changes-entries/errorlogformat.txt include/util_time.h server/log.c server/util_time.c

2023-03-20 Thread Yann Ylavic
On Fri, Mar 17, 2023 at 9:36 AM Ruediger Pluem  wrote:
>
> I guess the
>
> #include "apr_strings.h"
>
> added in r1908380 is no longer needed as well?

Yep, removed in r1908556.


Regards;
Yann.