- Work around older & incorrect drivers that return null-terminated SSIDs
This commit is contained in:
parent
8b98292d00
commit
14ecf48171
@ -2,7 +2,7 @@ Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
||||
Name: wpa_supplicant
|
||||
Epoch: 1
|
||||
Version: 0.4.8
|
||||
Release: 6.fc6
|
||||
Release: 7.fc6
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
|
||||
@ -17,6 +17,7 @@ Patch2: wpa_supplicant-ctrl-iface-hide-keys.patch
|
||||
Patch3: wpa_supplicant-assoc-timeout.patch
|
||||
Patch4: wpa_supplicant-driver-wext-debug.patch
|
||||
Patch5: wpa_supplicant-wep-key-fix.patch
|
||||
Patch6: wpa_supplicant-ssid-len-fix.patch
|
||||
URL: http://hostap.epitest.fi/wpa_supplicant/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -48,6 +49,7 @@ Graphical User Interface for wpa_supplicant written using QT3
|
||||
%patch3 -p1 -b .assoc-timeout
|
||||
%patch4 -p1 -b .driver-wext-debug
|
||||
%patch5 -p1 -b .wep-key-fix
|
||||
%patch6 -p1 -b .ssid-len-fix
|
||||
|
||||
%build
|
||||
cp %{SOURCE1} ./.config
|
||||
@ -125,6 +127,9 @@ fi
|
||||
%{_bindir}/wpa_gui
|
||||
|
||||
%changelog
|
||||
* Sun Apr 2 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-7
|
||||
- Work around older & incorrect drivers that return null-terminated SSIDs
|
||||
|
||||
* Mon Mar 27 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-6
|
||||
- Add patch to make orinoco happy with WEP keys
|
||||
- Enable Prism54-specific driver
|
||||
|
Loading…
Reference in New Issue
Block a user