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, 10 Jan 2020 20:45:02
Message-Id: 1578689098.7f312872277aa9dbcd755cb5667bdca492e52f6b.zerochaos@gentoo
1 commit: 7f312872277aa9dbcd755cb5667bdca492e52f6b
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 10 20:44:47 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 10 20:44:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f312872
7
8 net-wireless/wpa_supplicant: sync some changes to live
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 .../wpa_supplicant/wpa_supplicant-9999.ebuild | 22 +++++++++++++++++++++-
14 1 file changed, 21 insertions(+), 1 deletion(-)
15
16 diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
17 index a439dde4108..f73f675d9fd 100644
18 --- a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
19 +++ b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -20,6 +20,14 @@ fi
27 SLOT="0"
28 IUSE="ap bindist dbus eap-sim eapol_test fasteap +fils +hs2-0 libressl macsec p2p privsep ps3 qt5 readline selinux smartcard tdls uncommon-eap-types wimax wps kernel_linux kernel_FreeBSD"
29
30 +# CONFIG_PRIVSEP=y does not have sufficient support for the new driver
31 +# interface functions used for MACsec, so this combination cannot be used
32 +# at least for now.
33 +REQUIRED_USE="
34 + macsec? ( !privsep )
35 + privsep? ( !macsec )
36 +"
37 +
38 CDEPEND="dbus? ( sys-apps/dbus )
39 kernel_linux? (
40 dev-libs/libnl:3
41 @@ -157,6 +165,7 @@ src_configure() {
42 Kconfig_style_config EAP_LEAP
43 Kconfig_style_config EAP_MSCHAPV2
44 Kconfig_style_config EAP_PEAP
45 + Kconfig_style_config EAP_TEAP
46 Kconfig_style_config EAP_TLS
47 Kconfig_style_config EAP_TTLS
48
49 @@ -235,6 +244,8 @@ src_configure() {
50
51 if use smartcard ; then
52 Kconfig_style_config SMARTCARD
53 + else
54 + Kconfig_style_config SMARTCARD n
55 fi
56
57 if use tdls ; then
58 @@ -279,6 +290,13 @@ src_configure() {
59 Kconfig_style_config WPS_UPNP
60 # Near Field Communication
61 Kconfig_style_config WPS_NFC
62 + else
63 + Kconfig_style_config WPS n
64 + Kconfig_style_config WPS2 n
65 + Kconfig_style_config WPS_UFD n
66 + Kconfig_style_config WPS_ER n
67 + Kconfig_style_config WPS_UPNP n
68 + Kconfig_style_config WPS_NFC n
69 fi
70
71 # Wi-Fi Direct (WiDi)
72 @@ -290,6 +308,8 @@ src_configure() {
73 # Access Point Mode
74 if use ap ; then
75 Kconfig_style_config AP
76 + else
77 + Kconfig_style_config AP n
78 fi
79
80 # Enable essentials for AP/P2P