Re: release roll soon?

2021-09-09 Thread Dennis Clarke
On 9/9/21 18:23, Gregg Smith wrote: > Since OpenSSL 3.0.0 GA came out yesterday (Californuts time) I think it > would be nice to have r1891138 backported for those wishing to try it > out. What you say? I have been doing some testing with the OpenSSL beta releases for quite some time now. However

Re: release roll soon?

2021-09-09 Thread Gregg Smith
Since OpenSSL 3.0.0 GA came out yesterday (Californuts time) I think it would be nice to have r1891138 backported for those wishing to try it out. What you say? Cheers, Gregg

Re: release roll soon?

2021-09-09 Thread Yann Ylavic
On Thu, Sep 9, 2021 at 4:11 PM ste...@eissing.org wrote: > > FYI: from the script side, I am ready to roll the first candidate. > - We have one security issue in a not quite complete state > - There are 2 possible back ports hanging in STATUS > > We can see tomorrow how comfy we are and either I r

Re: svn commit: r1893180 - /httpd/httpd/branches/2.4.x/STATUS

2021-09-09 Thread Ruediger Pluem
On 9/9/21 5:23 PM, ste...@eissing.org wrote: > Thanks for the nice dev-tools, Rüdiger! Welcome. Happy that they are useful. Regards Rüdiger

Re: svn commit: r1893180 - /httpd/httpd/branches/2.4.x/STATUS

2021-09-09 Thread ste...@eissing.org
Thanks for the nice dev-tools, Rüdiger! > Am 09.09.2021 um 16:57 schrieb rpl...@apache.org: > > Author: rpluem > Date: Thu Sep 9 14:57:48 2021 > New Revision: 1893180 > > URL: http://svn.apache.org/viewvc?rev=1893180&view=rev > Log: > * Vote and promote [skip ci] > > Modified: >httpd/httpd

release roll soon?

2021-09-09 Thread ste...@eissing.org
FYI: from the script side, I am ready to roll the first candidate. - We have one security issue in a not quite complete state - There are 2 possible back ports hanging in STATUS We can see tomorrow how comfy we are and either I roll right away or we target Monday/Tuesday, I suppose. cheers, Stefa

Re: svn commit: r1893164 - in /httpd/httpd/trunk: include/http_ssl.h server/ssl.c

2021-09-09 Thread Yann Ylavic
On Thu, Sep 9, 2021 at 9:06 AM wrote: > > AP_DECLARE(int) ap_ssl_has_outgoing_handlers(void) > { > -return (_hooks.link_ssl_bind_outgoing && > _hooks.link_ssl_bind_outgoing->nelts > 0) > +return (ap_hook_get_ssl_bind_outgoing() && > ap_hook_get_ssl_bind_outgoing()->nelts > 0) >