diff --git a/wpa_supplicant-config.patch b/wpa_supplicant-config.patch index 632d032..6eddd30 100644 --- a/wpa_supplicant-config.patch +++ b/wpa_supplicant-config.patch @@ -4,11 +4,9 @@ Date: Fri, 6 Sep 2019 09:46:00 +0200 Subject: [PATCH] defconfig: Fedora configuration --- - wpa_supplicant/defconfig | 13 +++++++------ - 1 file changed, 7 insertions(+), 6 deletions(-) + wpa_supplicant/defconfig | 16 +++++++++------- + 1 file changed, 9 insertions(+), 7 deletions(-) -diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig -index cdfb197..83c992a 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -77,7 +77,7 @@ CONFIG_DRIVER_WIRED=y @@ -73,7 +71,7 @@ index cdfb197..83c992a 100644 # Background scanning modules # These can be used to request wpa_supplicant to perform background scanning -@@ -607,7 +608,7 @@ CONFIG_BGSCAN_SIMPLE=y +@@ -607,9 +608,10 @@ CONFIG_BGSCAN_SIMPLE=y # Opportunistic Wireless Encryption (OWE) # Experimental implementation of draft-harkins-owe-07.txt @@ -82,6 +80,6 @@ index cdfb197..83c992a 100644 # Device Provisioning Protocol (DPP) # This requires CONFIG_IEEE80211W=y to be enabled, too. (see --- -2.21.0 - + # wpa_supplicant/README-DPP for details) + CONFIG_DPP=y ++CONFIG_SUITEB192=y diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index 0a5f6ac..6362ce0 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -9,7 +9,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.9 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz Source1: wpa_supplicant.conf @@ -196,6 +196,9 @@ chmod -R 0644 wpa_supplicant/examples/*.py %changelog +* Thu Dec 17 2020 Antonio Cardace - 1:2.9-8 +- Enable WPA-EAP-SUITE-B-192 cipher suite + * Thu Dec 17 2020 Davide Caratti - 1:2.9-7 - fix build on ELN target (rh #1902609)