lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-10 Thread Walter Haidinger
Hi! tl;dr: fixed upstream, quick patch for 5.9/6.0 below. SSL support in lighttpd of OpenBSD 5.9 (1.3.36) and OpenBSD 6.0 (1.3.38) is broken. Note: already fixed by upsteam in 1.4.40: https://redmine.lighttpd.net/issues/2729 Details and (upstream) patch: https://redmine.lighttpd.net/projects/li

Re: lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-11 Thread Jeremie Courreges-Anglas
Cc'ing the port maintainer. Walter Haidinger writes: > Hi! > > tl;dr: fixed upstream, quick patch for 5.9/6.0 below. > > SSL support in lighttpd of OpenBSD 5.9 (1.3.36) and > OpenBSD 6.0 (1.3.38) is broken. > > Note: already fixed by upsteam in 1.4.40: > https://redmine.lighttpd.net/issues/2729

Re: lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-11 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Cc'ing the port maintainer. > > Walter Haidinger writes: > >> Hi! >> >> tl;dr: fixed upstream, quick patch for 5.9/6.0 below. >> >> SSL support in lighttpd of OpenBSD 5.9 (1.3.36) and >> OpenBSD 6.0 (1.3.38) is broken. >> >> Note: already fixed by upsteam in 1.

Re: lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-11 Thread Walter Haidinger
On 2016-09-11 23:06, Jeremie Courreges-Anglas wrote: Jeremie Courreges-Anglas writes: Cc'ing the port maintainer. Thanks! IMO it would be better to use the same diff as upstream. (flag & SSL_CTX_set_options() != flag) Of course! That's why I called the included patch "crude". I simply ri

Re: lighttpd: SSL broken in OpenBSD 5.9/6.0 (fixed, patched upstream)

2016-09-18 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Jeremie Courreges-Anglas writes: > >> Cc'ing the port maintainer. >> >> Walter Haidinger writes: >> >>> Hi! >>> >>> tl;dr: fixed upstream, quick patch for 5.9/6.0 below. >>> >>> SSL support in lighttpd of OpenBSD 5.9 (1.3.36) and >>> OpenBSD 6.0 (1.3.38) is br