This commit is contained in:
parent
17bf6a99cb
commit
7e322967fa
1
config
1
config
@ -28,3 +28,4 @@ CONFIG_READLINE=y
|
|||||||
#CONFIG_EAP_SIM
|
#CONFIG_EAP_SIM
|
||||||
#CONFIG_EAP_AKA
|
#CONFIG_EAP_AKA
|
||||||
CONFIG_DEBUG_FILE=y
|
CONFIG_DEBUG_FILE=y
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 31 13:10:43 CET 2008 - hschaa@suse.de
|
||||||
|
|
||||||
|
- Fix madwifi support (b.n.c #342670)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 18 18:26:27 CET 2007 - jg@suse.de
|
Tue Dec 18 18:26:27 CET 2007 - jg@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wpa_supplicant (Version 0.5.8)
|
# spec file for package wpa_supplicant (Version 0.5.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -17,7 +17,7 @@ BuildRequires: madwifi-devel
|
|||||||
%endif
|
%endif
|
||||||
Url: http://hostap.epitest.fi/wpa_supplicant/
|
Url: http://hostap.epitest.fi/wpa_supplicant/
|
||||||
Version: 0.5.8
|
Version: 0.5.8
|
||||||
Release: 65
|
Release: 79
|
||||||
License: BSD 3-Clause; GPL v2 or later
|
License: BSD 3-Clause; GPL v2 or later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Summary: WPA supplicant implementation
|
Summary: WPA supplicant implementation
|
||||||
@ -130,16 +130,18 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
/usr/sbin/wpa_gui
|
/usr/sbin/wpa_gui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 18 2007 - jg@suse.de
|
* Thu Jan 31 2008 hschaa@suse.de
|
||||||
|
- Fix madwifi support (b.n.c #342670)
|
||||||
|
* Tue Dec 18 2007 jg@suse.de
|
||||||
- Fix two leaks when signalling state and scan results (rh #408141)
|
- Fix two leaks when signalling state and scan results (rh #408141)
|
||||||
* Wed Nov 14 2007 - jg@suse.de
|
* Wed Nov 14 2007 jg@suse.de
|
||||||
- enable dbus interface
|
- enable dbus interface
|
||||||
- apply fixes from Dan Williams
|
- apply fixes from Dan Williams
|
||||||
- build Qt4 version of wpa_gui
|
- build Qt4 version of wpa_gui
|
||||||
- dropped gcc 4.3 patch for Qt3 wpa_gui
|
- dropped gcc 4.3 patch for Qt3 wpa_gui
|
||||||
* Mon Nov 12 2007 - ssommer@suse.de
|
* Mon Nov 12 2007 ssommer@suse.de
|
||||||
- fix build with gcc 4.3
|
- fix build with gcc 4.3
|
||||||
* Tue Jul 24 2007 - jg@suse.de
|
* Tue Jul 24 2007 jg@suse.de
|
||||||
- update to version 0.5.8, changes:
|
- update to version 0.5.8, changes:
|
||||||
* updated driver_wext.c to build with the current wireless-dev.git
|
* updated driver_wext.c to build with the current wireless-dev.git
|
||||||
tree and net/d80211 changes
|
tree and net/d80211 changes
|
||||||
@ -150,15 +152,15 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
if TLS library initialization fails
|
if TLS library initialization fails
|
||||||
* fixed EAP-AKA Notification processing to allow Notification to be
|
* fixed EAP-AKA Notification processing to allow Notification to be
|
||||||
processed after AKA Challenge response has been sent
|
processed after AKA Challenge response has been sent
|
||||||
* Mon Mar 19 2007 - jg@suse.de
|
* Mon Mar 19 2007 jg@suse.de
|
||||||
- adjusted include path for madwifi
|
- adjusted include path for madwifi
|
||||||
* Sat Mar 10 2007 - dmueller@suse.de
|
* Sat Mar 10 2007 dmueller@suse.de
|
||||||
- update to 0.5.7 (#253396):
|
- update to 0.5.7 (#253396):
|
||||||
* ChangeLog is under /usr/share/doc/packages/wpa_supplicant/ChangeLog
|
* ChangeLog is under /usr/share/doc/packages/wpa_supplicant/ChangeLog
|
||||||
* Mon Nov 06 2006 - jg@suse.de
|
* Mon Nov 06 2006 jg@suse.de
|
||||||
- set IW_ENCODE_TEMP flag (needed to use dynamic WEP with airo
|
- set IW_ENCODE_TEMP flag (needed to use dynamic WEP with airo
|
||||||
driver, bug 185528)
|
driver, bug 185528)
|
||||||
* Fri Oct 06 2006 - jg@suse.de
|
* Fri Oct 06 2006 jg@suse.de
|
||||||
- update to 0.4.9:
|
- update to 0.4.9:
|
||||||
* fixed EAPOL re-authentication for sessions that used PMKSA
|
* fixed EAPOL re-authentication for sessions that used PMKSA
|
||||||
caching
|
caching
|
||||||
@ -169,9 +171,9 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
[Bug 140]
|
[Bug 140]
|
||||||
* driver_wext: added fallback to use SIOCSIWENCODE for setting
|
* driver_wext: added fallback to use SIOCSIWENCODE for setting
|
||||||
auth_alg if the driver does not support SIOCSIWAUTH
|
auth_alg if the driver does not support SIOCSIWAUTH
|
||||||
* Fri Mar 24 2006 - jg@suse.de
|
* Fri Mar 24 2006 jg@suse.de
|
||||||
- fixed static WEP key usage (bug 144268)
|
- fixed static WEP key usage (bug 144268)
|
||||||
* Thu Feb 16 2006 - jg@suse.de
|
* Thu Feb 16 2006 jg@suse.de
|
||||||
- update to 0.4.8 (bug 151151)
|
- update to 0.4.8 (bug 151151)
|
||||||
* added support for EAP-FAST key derivation using other ciphers than
|
* added support for EAP-FAST key derivation using other ciphers than
|
||||||
RC4-128-SHA for authentication and AES128-SHA for provisioning
|
RC4-128-SHA for authentication and AES128-SHA for provisioning
|
||||||
@ -193,17 +195,17 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
ap_scan=2)
|
ap_scan=2)
|
||||||
* do not try to use USIM APDUs when initializing PC/SC for SIM card
|
* do not try to use USIM APDUs when initializing PC/SC for SIM card
|
||||||
access for a network that has not enabled EAP-AKA
|
access for a network that has not enabled EAP-AKA
|
||||||
* Sun Feb 05 2006 - ro@suse.de
|
* Sun Feb 05 2006 ro@suse.de
|
||||||
- removed km_wlan from BuildRequires
|
- removed km_wlan from BuildRequires
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jan 17 2006 - rml@suse.de
|
* Tue Jan 17 2006 rml@suse.de
|
||||||
- Add patch (from upstream) fixing bad drivers that NULL out
|
- Add patch (from upstream) fixing bad drivers that NULL out
|
||||||
the SSID and send the wrong length.
|
the SSID and send the wrong length.
|
||||||
* Tue Jan 10 2006 - jg@suse.de
|
* Tue Jan 10 2006 jg@suse.de
|
||||||
- added AP scan mode selection via control interface (patch
|
- added AP scan mode selection via control interface (patch
|
||||||
from rml@novell.com)
|
from rml@novell.com)
|
||||||
* Mon Nov 21 2005 - jg@suse.de
|
* Mon Nov 21 2005 jg@suse.de
|
||||||
- update to 0.4.7, changes (shortened):
|
- update to 0.4.7, changes (shortened):
|
||||||
* l2_packet_pcap: fixed wired IEEE 802.1X authentication with
|
* l2_packet_pcap: fixed wired IEEE 802.1X authentication with
|
||||||
libpcap and WinPcap to receive frames sent to PAE group address
|
libpcap and WinPcap to receive frames sent to PAE group address
|
||||||
@ -231,13 +233,13 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
- updated config file
|
- updated config file
|
||||||
- use $RPM_OPT_FLAGS and %%jobs
|
- use $RPM_OPT_FLAGS and %%jobs
|
||||||
- created subpackage wpa_supplicant-gui containing wpa_gui
|
- created subpackage wpa_supplicant-gui containing wpa_gui
|
||||||
* Tue Nov 08 2005 - jg@suse.de
|
* Tue Nov 08 2005 jg@suse.de
|
||||||
- do not build as root
|
- do not build as root
|
||||||
* Fri Nov 04 2005 - jg@suse.de
|
* Fri Nov 04 2005 jg@suse.de
|
||||||
- added support for madwifi-ng
|
- added support for madwifi-ng
|
||||||
- compiling against Wireless Extensions v19
|
- compiling against Wireless Extensions v19
|
||||||
- removed obsolete config option CONFIG_XSUPPLICANT_IFACE
|
- removed obsolete config option CONFIG_XSUPPLICANT_IFACE
|
||||||
* Fri Oct 28 2005 - jg@suse.de
|
* Fri Oct 28 2005 jg@suse.de
|
||||||
- update to 0.4.6, changes (shortened):
|
- update to 0.4.6, changes (shortened):
|
||||||
* allow fallback to WPA, if mixed WPA+WPA2 networks have mismatch
|
* allow fallback to WPA, if mixed WPA+WPA2 networks have mismatch
|
||||||
in RSN IE, but WPA IE would match with wpa_supplicant
|
in RSN IE, but WPA IE would match with wpa_supplicant
|
||||||
@ -265,7 +267,7 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
* delay sending initial EAPOL-Start couple of seconds to speed
|
* delay sending initial EAPOL-Start couple of seconds to speed
|
||||||
up authentication for the most common case of Authenticator
|
up authentication for the most common case of Authenticator
|
||||||
starting EAP authentication immediately after association
|
starting EAP authentication immediately after association
|
||||||
* Thu Oct 13 2005 - jg@suse.de
|
* Thu Oct 13 2005 jg@suse.de
|
||||||
- update to 0.4.5, changes (shortened):
|
- update to 0.4.5, changes (shortened):
|
||||||
* added a workaround for clearing keys with ndiswrapper to allow
|
* added a workaround for clearing keys with ndiswrapper to allow
|
||||||
roaming from WPA enabled AP to plaintext one
|
roaming from WPA enabled AP to plaintext one
|
||||||
@ -282,7 +284,7 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
in wpa_supplicant.conf)
|
in wpa_supplicant.conf)
|
||||||
* added support for updating configuration ('wpa_cli save_config')
|
* added support for updating configuration ('wpa_cli save_config')
|
||||||
* added GET_NETWORK ctrl_iface command
|
* added GET_NETWORK ctrl_iface command
|
||||||
* Mon Aug 29 2005 - jg@suse.de
|
* Mon Aug 29 2005 jg@suse.de
|
||||||
- update to 0.4.4 (bug 112977), changes (shortened):
|
- update to 0.4.4 (bug 112977), changes (shortened):
|
||||||
* replaced OpenSSL patch for EAP-FAST support
|
* replaced OpenSSL patch for EAP-FAST support
|
||||||
(openssl-tls-extensions.patch) with a more generic and correct
|
(openssl-tls-extensions.patch) with a more generic and correct
|
||||||
@ -346,7 +348,7 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
private key operations in EAP-TLS (CONFIG_SMARTCARD=y in .config);
|
private key operations in EAP-TLS (CONFIG_SMARTCARD=y in .config);
|
||||||
* added experimental support for EAP-PAX
|
* added experimental support for EAP-PAX
|
||||||
* added monitor mode for wpa_cli
|
* added monitor mode for wpa_cli
|
||||||
* Mon Jul 11 2005 - jg@suse.de
|
* Mon Jul 11 2005 jg@suse.de
|
||||||
- update to 0.3.9, changes:
|
- update to 0.3.9, changes:
|
||||||
* modified the EAP workaround that accepts EAP-Success with
|
* modified the EAP workaround that accepts EAP-Success with
|
||||||
incorrect Identifier to be even less strict about verification
|
incorrect Identifier to be even less strict about verification
|
||||||
@ -371,14 +373,14 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
processing
|
processing
|
||||||
- removed pidfile patch in favour of the new upstream
|
- removed pidfile patch in favour of the new upstream
|
||||||
implementation
|
implementation
|
||||||
* Mon Mar 21 2005 - jg@suse.de
|
* Mon Mar 21 2005 jg@suse.de
|
||||||
- creating directory /var/run/wpa_supplicant when needed (bug 74023)
|
- creating directory /var/run/wpa_supplicant when needed (bug 74023)
|
||||||
* Mon Feb 14 2005 - jg@suse.de
|
* Mon Feb 14 2005 jg@suse.de
|
||||||
- update to 0.3.8, changes:
|
- update to 0.3.8, changes:
|
||||||
* fixed EAPOL-Key validation to drop packets with invalid Key
|
* fixed EAPOL-Key validation to drop packets with invalid Key
|
||||||
Data Length; such frames could have crashed wpa_supplicant due
|
Data Length; such frames could have crashed wpa_supplicant due
|
||||||
to buffer overflow
|
to buffer overflow
|
||||||
* Mon Feb 07 2005 - jg@suse.de
|
* Mon Feb 07 2005 jg@suse.de
|
||||||
- update to 0.3.7-pre, changes:
|
- update to 0.3.7-pre, changes:
|
||||||
* fixed WPA/RSN IE verification in message 3 of 4-Way Handshake
|
* fixed WPA/RSN IE verification in message 3 of 4-Way Handshake
|
||||||
when using drivers that take care of AP selection (e.g., when
|
when using drivers that take care of AP selection (e.g., when
|
||||||
@ -438,7 +440,7 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
* added new ap_scan mode, ap_scan=2, for drivers that take care of
|
* added new ap_scan mode, ap_scan=2, for drivers that take care of
|
||||||
association, but need to be configured with security policy and
|
association, but need to be configured with security policy and
|
||||||
SSID, e.g., ndiswrapper and NDIS driver
|
SSID, e.g., ndiswrapper and NDIS driver
|
||||||
* Thu Jan 13 2005 - jg@suse.de
|
* Thu Jan 13 2005 jg@suse.de
|
||||||
- update to 0.2.6, changes:
|
- update to 0.2.6, changes:
|
||||||
* added driver interface for Intel ipw2100 driver
|
* added driver interface for Intel ipw2100 driver
|
||||||
* fixed a bug in PMKSA cache processing: skip sending of
|
* fixed a bug in PMKSA cache processing: skip sending of
|
||||||
@ -466,7 +468,7 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
on old information
|
on old information
|
||||||
- removed obsolete ipw2100 patch
|
- removed obsolete ipw2100 patch
|
||||||
- added wpa_supplicant.fig to filelist
|
- added wpa_supplicant.fig to filelist
|
||||||
* Fri Oct 22 2004 - jg@suse.de
|
* Fri Oct 22 2004 jg@suse.de
|
||||||
- update to 0.2.5, changes:
|
- update to 0.2.5, changes:
|
||||||
* wpa_cli: fixed parsing of -p <path> command line argument
|
* wpa_cli: fixed parsing of -p <path> command line argument
|
||||||
* fixed parsing of wep_tx_keyidx
|
* fixed parsing of wep_tx_keyidx
|
||||||
@ -486,13 +488,13 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
* fixed couple of unaligned reads in scan result parsing to fix WPA
|
* fixed couple of unaligned reads in scan result parsing to fix WPA
|
||||||
connection on some platforms (e.g., ARM)
|
connection on some platforms (e.g., ARM)
|
||||||
- disabled madwifi support on ppc
|
- disabled madwifi support on ppc
|
||||||
* Wed Sep 29 2004 - jg@suse.de
|
* Wed Sep 29 2004 jg@suse.de
|
||||||
- added support for ipw2100 driver
|
- added support for ipw2100 driver
|
||||||
* Tue Aug 31 2004 - jg@suse.de
|
* Tue Aug 31 2004 jg@suse.de
|
||||||
- added support for writing pid-file
|
- added support for writing pid-file
|
||||||
* Mon Aug 02 2004 - jg@suse.de
|
* Mon Aug 02 2004 jg@suse.de
|
||||||
- fixed build on non-x86 platforms
|
- fixed build on non-x86 platforms
|
||||||
* Mon Aug 02 2004 - jg@suse.de
|
* Mon Aug 02 2004 jg@suse.de
|
||||||
- update to version 0.2.4, important changes:
|
- update to version 0.2.4, important changes:
|
||||||
- support for new EAP authentication methods:
|
- support for new EAP authentication methods:
|
||||||
EAP-TTLS/EAP-MD5-Challenge
|
EAP-TTLS/EAP-MD5-Challenge
|
||||||
@ -513,5 +515,5 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
|||||||
- lots of minor changes, see ChangeLog
|
- lots of minor changes, see ChangeLog
|
||||||
- added km_wlan to needforbuild (driver source of madwifi is
|
- added km_wlan to needforbuild (driver source of madwifi is
|
||||||
needed)
|
needed)
|
||||||
* Thu Jun 17 2004 - jg@suse.de
|
* Thu Jun 17 2004 jg@suse.de
|
||||||
- Initial package
|
- Initial package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user