#2 Enable SAE
Merged 4 years ago by linville. Opened 4 years ago by lkundrak.
rpms/ lkundrak/hostapd lr/sae  into  master

file modified
+5 -1
@@ -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 @@ 

  %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 @@ 

  %{_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

Used for WPA3-Personal.

Pull-Request has been merged by linville

4 years ago