commit: 8429f2180ffd3520486695c342040498512f1f03 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Fri Feb 14 21:07:31 2020 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Fri Feb 14 21:08:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8429f218
net-wireless/wpa_supplicant: fix libressl closes bug #709528 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild index 0c3b8ae72bc..542eb63de1d 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild @@ -250,9 +250,11 @@ src_configure() { Kconfig_style_config OWE Kconfig_style_config SAE Kconfig_style_config DPP - Kconfig_style_config SUITEB Kconfig_style_config SUITEB192 fi + if ! use bindist && ! use libressl; then + Kconfig_style_config SUITEB + fi if use smartcard ; then Kconfig_style_config SMARTCARD @@ -455,6 +457,12 @@ pkg_postinst() { ewarn "This is incredibly undesirable" fi fi + if use libressl; then + ewarn "Libressl doesn't support SUITEB (part of WPA3)" + ewarn "but it does support SUITEB192 (the upgraded strength version of the same)" + ewarn "You probably don't care. Patches welcome" + fi + # Mea culpa, feel free to remove that after some time --mgorny. local fn