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: Fri, 14 Feb 2020 21:08:16
Message-Id: 1581714489.8429f2180ffd3520486695c342040498512f1f03.zerochaos@gentoo
1 commit: 8429f2180ffd3520486695c342040498512f1f03
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 14 21:07:31 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 14 21:08:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8429f218
7
8 net-wireless/wpa_supplicant: fix libressl
9
10 closes bug #709528
11
12 Package-Manager: Portage-2.3.88, Repoman-2.3.20
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild | 10 +++++++++-
16 1 file changed, 9 insertions(+), 1 deletion(-)
17
18 diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild
19 index 0c3b8ae72bc..542eb63de1d 100644
20 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild
21 +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r2.ebuild
22 @@ -250,9 +250,11 @@ src_configure() {
23 Kconfig_style_config OWE
24 Kconfig_style_config SAE
25 Kconfig_style_config DPP
26 - Kconfig_style_config SUITEB
27 Kconfig_style_config SUITEB192
28 fi
29 + if ! use bindist && ! use libressl; then
30 + Kconfig_style_config SUITEB
31 + fi
32
33 if use smartcard ; then
34 Kconfig_style_config SMARTCARD
35 @@ -455,6 +457,12 @@ pkg_postinst() {
36 ewarn "This is incredibly undesirable"
37 fi
38 fi
39 + if use libressl; then
40 + ewarn "Libressl doesn't support SUITEB (part of WPA3)"
41 + ewarn "but it does support SUITEB192 (the upgraded strength version of the same)"
42 + ewarn "You probably don't care. Patches welcome"
43 + fi
44 +
45
46 # Mea culpa, feel free to remove that after some time --mgorny.
47 local fn