diff --git a/SOURCES/build-config b/SOURCES/build-config index e259f30..6d7aa43 100644 --- a/SOURCES/build-config +++ b/SOURCES/build-config @@ -43,3 +43,4 @@ CONFIG_SAE=y CONFIG_OWE=y CONFIG_DPP=y CONFIG_WIFI_DISPLAY=y +CONFIG_SUITEB192=y diff --git a/SPECS/wpa_supplicant.spec b/SPECS/wpa_supplicant.spec index dd07938..8afa602 100644 --- a/SPECS/wpa_supplicant.spec +++ b/SPECS/wpa_supplicant.spec @@ -7,7 +7,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant Name: wpa_supplicant Epoch: 1 Version: 2.9 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: System Environment/Base Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz @@ -183,7 +183,10 @@ chmod -R 0644 %{name}/examples/*.py %endif %changelog -* Thu Oct 27 2020 Davide Caratti - 1:2.9-3 +* Fri Jan 15 2021 Davide Caratti - 1:2.9-4 +- enable WPA-EAP-SUITE-B-192 (rh #1916394) + +* Tue Oct 27 2020 Davide Caratti - 1:2.9-3 - fix p2p_listen unexpectedly stopped after 5 seconds (rh #1693684) - allow changing 'bridge' via D-Bus (rh #1888050) - expose OWE configurability via D-Bus (rh #1888718)