Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/
Date: Tue, 18 Feb 2020 01:42:45
Message-Id: 1581989935.06ea529e68be364586486973a33278ecbfe9bcf9.zerochaos@gentoo
1 commit: 06ea529e68be364586486973a33278ecbfe9bcf9
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 01:38:55 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 01:38:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ea529e
7
8 net-wireless/wpa_supplicant: fix libressl live
9
10 per testing it seems suiteb is still broken with libressl even in
11 wpa_supplicant git
12
13 Package-Manager: Portage-2.3.88, Repoman-2.3.20
14 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
15
16 net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild | 9 ++++++++-
17 1 file changed, 8 insertions(+), 1 deletion(-)
18
19 diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
20 index 3cb7b352a50..67a54e06ba6 100644
21 --- a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
22 +++ b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
23 @@ -247,9 +247,11 @@ src_configure() {
24 Kconfig_style_config OWE
25 Kconfig_style_config SAE
26 Kconfig_style_config DPP
27 - Kconfig_style_config SUITEB
28 Kconfig_style_config SUITEB192
29 fi
30 + if ! use bindist && ! use libressl; then
31 + Kconfig_style_config SUITEB
32 + fi
33
34 if use smartcard ; then
35 Kconfig_style_config SMARTCARD
36 @@ -452,6 +454,11 @@ pkg_postinst() {
37 ewarn "This is incredibly undesirable"
38 fi
39 fi
40 + if use libressl; then
41 + ewarn "Libressl doesn't support SUITEB (part of WPA3)"
42 + ewarn "but it does support SUITEB192 (the upgraded strength version of the same)"
43 + ewarn "You probably don't care. Patches welcome"
44 + fi
45
46 # Mea culpa, feel free to remove that after some time --mgorny.
47 local fn