diff --git a/Revert-DBus-Add-sae-to-interface-key_mgmt-capabilities.patch b/Revert-DBus-Add-sae-to-interface-key_mgmt-capabilities.patch deleted file mode 100644 index c259754..0000000 --- a/Revert-DBus-Add-sae-to-interface-key_mgmt-capabilities.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 7a9c36722511ce4df88b76cceceb241d6c6a151e Mon Sep 17 00:00:00 2001 -From: Brian Norris -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 ---- - 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 - diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index 020cc9c..254774a 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -4,6 +4,14 @@ Tue Jun 21 07:29:22 UTC 2022 - Stefan Schubert - Moved logrotate files from user specif directory /etc/logrotate.d to vendor specif directory /usr/etc/logrotate.d. +------------------------------------------------------------------- +Mon Jun 20 09:22:26 UTC 2022 - Clemens Famulla-Conrad + +- 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 diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index cbdfe26..f567e76 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -38,7 +38,6 @@ Patch1: wpa_supplicant-flush-debug-output.patch Patch2: wpa_supplicant-sigusr1-changes-debuglevel.patch Patch3: wpa_supplicant-alloc_size.patch 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: readline-devel BuildRequires: systemd-rpm-macros