import wpa_supplicant-2.9-4.el8

This commit is contained in:
CentOS Sources 2021-02-02 06:16:26 +00:00 committed by Andrew Lukoshko
parent f74d0c29d0
commit 292493fe2b
2 changed files with 6 additions and 2 deletions

View File

@ -43,3 +43,4 @@ CONFIG_SAE=y
CONFIG_OWE=y
CONFIG_DPP=y
CONFIG_WIFI_DISPLAY=y
CONFIG_SUITEB192=y

View File

@ -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 <dcaratti@redhat.com> - 1:2.9-3
* Fri Jan 15 2021 Davide Caratti <dcaratti@redhat.com> - 1:2.9-4
- enable WPA-EAP-SUITE-B-192 (rh #1916394)
* Tue Oct 27 2020 Davide Caratti <dcaratti@redhat.com> - 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)