forked from pool/wpa_supplicant
Accepting request 984149 from home:cfconrad:branches:hardware
- Remove Revert-DBus-Add-sae-to-interface-key_mgmt-capabilities.patch Fixed in NetworkManager (glfo#NetworkManager/NetworkManager#a0988868). Wifi cards, wich do not support PMF/BIP ciphers, should not use SAE as key management. (bsc#1195312) OBS-URL: https://build.opensuse.org/request/show/984149 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=134
This commit is contained in:
parent
797db382fd
commit
288b9b5587
@ -1,34 +0,0 @@
|
|||||||
From 7a9c36722511ce4df88b76cceceb241d6c6a151e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Brian Norris <briannorris@chromium.org>
|
|
||||||
Date: Fri, 28 Feb 2020 15:50:47 -0800
|
|
||||||
Subject: [PATCH] DBus: Add "sae" to interface key_mgmt capabilities
|
|
||||||
|
|
||||||
This will be present when the driver supports SAE and it's included in
|
|
||||||
the wpa_supplicant build.
|
|
||||||
|
|
||||||
Signed-off-by: Brian Norris <briannorris@chromium.org>
|
|
||||||
---
|
|
||||||
doc/dbus.doxygen | 2 +-
|
|
||||||
wpa_supplicant/dbus/dbus_new_handlers.c | 6 ------
|
|
||||||
2 files changed, 1 insertion(+), 7 deletions(-)
|
|
||||||
|
|
||||||
diff --git b/wpa_supplicant/dbus/dbus_new_handlers.c a/wpa_supplicant/dbus/dbus_new_handlers.c
|
|
||||||
index c842c50e9..55c5dbc99 100644
|
|
||||||
--- b/wpa_supplicant/dbus/dbus_new_handlers.c
|
|
||||||
+++ a/wpa_supplicant/dbus/dbus_new_handlers.c
|
|
||||||
@@ -2798,12 +2798,6 @@ dbus_bool_t wpas_dbus_getter_capabilities(
|
|
||||||
goto nomem;
|
|
||||||
#endif /* CONFIG_WPS */
|
|
||||||
|
|
||||||
-#ifdef CONFIG_SAE
|
|
||||||
- if ((capa.key_mgmt & WPA_DRIVER_CAPA_KEY_MGMT_SAE) &&
|
|
||||||
- !wpa_dbus_dict_string_array_add_element(&iter_array, "sae"))
|
|
||||||
- goto nomem;
|
|
||||||
-#endif /* CONFIG_SAE */
|
|
||||||
-
|
|
||||||
#ifdef CONFIG_OWE
|
|
||||||
if ((capa.key_mgmt & WPA_DRIVER_CAPA_KEY_MGMT_OWE) &&
|
|
||||||
!wpa_dbus_dict_string_array_add_element(&iter_array, "owe"))
|
|
||||||
--
|
|
||||||
2.34.1
|
|
||||||
|
|
@ -4,6 +4,14 @@ Tue Jun 21 07:29:22 UTC 2022 - Stefan Schubert <schubi@suse.com>
|
|||||||
- Moved logrotate files from user specif directory /etc/logrotate.d
|
- Moved logrotate files from user specif directory /etc/logrotate.d
|
||||||
to vendor specif directory /usr/etc/logrotate.d.
|
to vendor specif directory /usr/etc/logrotate.d.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 20 09:22:26 UTC 2022 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||||
|
|
||||||
|
- Remove Revert-DBus-Add-sae-to-interface-key_mgmt-capabilities.patch
|
||||||
|
Fixed in NetworkManager (glfo#NetworkManager/NetworkManager#a0988868).
|
||||||
|
Wifi cards, wich do not support PMF/BIP ciphers, should not use
|
||||||
|
SAE as key management. (bsc#1195312)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 8 14:18:27 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
Wed Jun 8 14:18:27 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -38,7 +38,6 @@ Patch1: wpa_supplicant-flush-debug-output.patch
|
|||||||
Patch2: wpa_supplicant-sigusr1-changes-debuglevel.patch
|
Patch2: wpa_supplicant-sigusr1-changes-debuglevel.patch
|
||||||
Patch3: wpa_supplicant-alloc_size.patch
|
Patch3: wpa_supplicant-alloc_size.patch
|
||||||
Patch5: wpa_supplicant-dump-certificate-as-PEM-in-debug-mode.diff
|
Patch5: wpa_supplicant-dump-certificate-as-PEM-in-debug-mode.diff
|
||||||
Patch7: Revert-DBus-Add-sae-to-interface-key_mgmt-capabilities.patch
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user