Enable SAE
Used for WPA3-Personal.
This commit is contained in:
parent
dc7f38e87e
commit
5eebed3c4f
@ -2,7 +2,7 @@
|
||||
|
||||
Name: hostapd
|
||||
Version: 2.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||
License: BSD
|
||||
URL: http://w1.fi/hostapd
|
||||
@ -61,6 +61,7 @@ Logwatch scripts for hostapd.
|
||||
%build
|
||||
cd hostapd
|
||||
cat defconfig | sed \
|
||||
-e '$ a CONFIG_SAE=y' \
|
||||
-e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
|
||||
-e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \
|
||||
-e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \
|
||||
@ -176,6 +177,9 @@ fi
|
||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jul 03 2019 Lubomir Rintel <lkundrak@v3.sk> - 2.8-2
|
||||
- Enable SAE
|
||||
|
||||
* Wed May 15 2019 John W. Linville <linville@redhat.com> - 2.8-1
|
||||
- Update to version 2.8 from upstream
|
||||
- Drop obsoleted patches
|
||||
|
Loading…
Reference in New Issue
Block a user