Tested ebuild in attachment. For this the same patch is used as for wpa_supplicant in bug 565270. Reproducible: Always
Created attachment 418294 [details, diff] hostapd-2.5-r1.ebuild.patch
Created attachment 418296 [details, diff] hostapd-2.5-libressl.patch
Is this merged?
does 2.6 need that additional patch?
Created attachment 449670 [details, diff] hostapd-2.6-libressl.patch Apply this for 2.6. This are three more patches that are already in the upstream master, but were not commited in 2.6 yet. These are the top three one can see at http://w1.fi/cgit/hostap/log/?qt=grep&q=libressl
As I am using gentoo on my wireless routers and am patching hostapd at least once in 3 months, I am willing to maintain this package...
Will look into the ticket soon. Have not read it yet.
"ssl" USE flag will be removed, and a choice between openssl, libressl and gnutls will be provided. I am working on this now, stay tuned.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858ab8314e6296e4b45e78992d07c1f22f0bf7a5 commit 858ab8314e6296e4b45e78992d07c1f22f0bf7a5 Author: Aaron Bauman <bman@gentoo.org> AuthorDate: 2018-04-19 03:04:01 +0000 Commit: Aaron Bauman <bman@gentoo.org> CommitDate: 2018-04-19 03:04:14 +0000 net-wireless/hostapd: add LibreSSL support This patch adds support for LibreSSL and ensures compatibility with dev-libs/libressl-2.7.x. Patch was backported from upstream commits: ba3658cfff2278bc2ba24c32773962b37648d0b2 dee566d98e85e00b917d3eff42cd7e969de089cc Closes: https://bugs.gentoo.org/567262 Package-Manager: Portage-2.3.29, Repoman-2.3.9 .../files/hostapd-2.6-libressl-compatibility.patch | 106 +++++++++ net-wireless/hostapd/hostapd-2.6-r3.ebuild | 240 +++++++++++++++++++++ 2 files changed, 346 insertions(+)
Thanks for help, bman!