- Update to 0.5.1
- Add WE auth fallback to actually work with older drivers
This commit is contained in:
parent
bc1e912856
commit
c1536fefc6
@ -1,2 +1,3 @@
|
|||||||
madwifi-headers.tar.bz2
|
madwifi-headers.tar.bz2
|
||||||
wpa_supplicant-0.4.7.tar.gz
|
wpa_supplicant-0.4.7.tar.gz
|
||||||
|
wpa_supplicant-0.5.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
3be286e0d0f5ab5223ccfdecd3b74546 madwifi-headers.tar.bz2
|
3be286e0d0f5ab5223ccfdecd3b74546 madwifi-headers.tar.bz2
|
||||||
1345730f15d5f93f2f083096ddc903eb wpa_supplicant-0.4.7.tar.gz
|
d99349503945c4534c6f46d21dfe0ca3 wpa_supplicant-0.5.1.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
||||||
Name: wpa_supplicant
|
Name: wpa_supplicant
|
||||||
Version: 0.4.7
|
Version: 0.5.1
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
|
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
|
||||||
@ -10,7 +10,7 @@ Source2: %{name}.conf
|
|||||||
Source3: %{name}.init.d
|
Source3: %{name}.init.d
|
||||||
Source4: %{name}.sysconfig
|
Source4: %{name}.sysconfig
|
||||||
Source5: madwifi-headers.tar.bz2
|
Source5: madwifi-headers.tar.bz2
|
||||||
Patch0: wpa_supplicant-ctrl-iface-ap-scan.patch
|
Patch0: wpa_supplicant-auth-fallback-v3.patch
|
||||||
URL: http://hostap.epitest.fi/wpa_supplicant/
|
URL: http://hostap.epitest.fi/wpa_supplicant/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ Graphical User Interface for wpa_supplicant written using QT3
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .ctrl-iface-ap-scan
|
%patch0 -p0 -b .we-auth-fallback
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp %{SOURCE1} ./.config
|
cp %{SOURCE1} ./.config
|
||||||
@ -95,6 +95,10 @@ fi
|
|||||||
%{_bindir}/wpa_gui
|
%{_bindir}/wpa_gui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 5 2006 Dan Williams <dcbw@redhat.com> 0.5.1-1
|
||||||
|
- Update to 0.5.1
|
||||||
|
- Add WE auth fallback to actually work with older drivers
|
||||||
|
|
||||||
* Thu Jan 26 2006 Dan Williams <dcbw@redhat.com> 0.4.7-2
|
* Thu Jan 26 2006 Dan Williams <dcbw@redhat.com> 0.4.7-2
|
||||||
- Bring package into Fedora Core
|
- Bring package into Fedora Core
|
||||||
- Add ap_scan control interface patch
|
- Add ap_scan control interface patch
|
||||||
|
Loading…
Reference in New Issue
Block a user