Add WPS patch for CVE-2016-4476
This commit is contained in:
parent
37862248c1
commit
91b438a2fc
11
hostapd.spec
11
hostapd.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: hostapd
|
Name: hostapd
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://w1.fi/hostapd
|
URL: http://w1.fi/hostapd
|
||||||
@ -13,6 +13,9 @@ Source2: %{name}.conf
|
|||||||
Source3: %{name}.sysconfig
|
Source3: %{name}.sysconfig
|
||||||
Source4: %{name}.init
|
Source4: %{name}.init
|
||||||
|
|
||||||
|
# CVE-2016-4476 (not actually necessary, since WPS not enabled)
|
||||||
|
Patch0: WPS-Reject-a-Credential-with-invalid-passphrase.patch
|
||||||
|
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
|
||||||
@ -50,6 +53,9 @@ Logwatch scripts for hostapd.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
# CVE-2016-4476
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd hostapd
|
cd hostapd
|
||||||
cat defconfig | sed \
|
cat defconfig | sed \
|
||||||
@ -168,6 +174,9 @@ fi
|
|||||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 06 2016 John W. Linville <linville@redhat.com> - 2.5-4
|
||||||
|
- Add WPS patch for CVE-2016-4476
|
||||||
|
|
||||||
* Tue Apr 19 2016 Sascha Spreitzer <sspreitz@redhat.com> - 2.5-3
|
* Tue Apr 19 2016 Sascha Spreitzer <sspreitz@redhat.com> - 2.5-3
|
||||||
- Enable ACS feature (automatic channel switching)
|
- Enable ACS feature (automatic channel switching)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user