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
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
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
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
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
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
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)
>