diff --git a/config b/config index a0c3e15..b2266fa 100644 --- a/config +++ b/config @@ -27,4 +27,5 @@ CONFIG_READLINE=y #CONFIG_PCSC #CONFIG_EAP_SIM #CONFIG_EAP_AKA -CONFIG_DEBUG_FILE=y \ No newline at end of file +CONFIG_DEBUG_FILE=y + diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index 8887d81..05e732b 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -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 diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index adcdb9f..f0a1333 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -1,7 +1,7 @@ # # 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 # package are under the same license as the package itself. # @@ -17,7 +17,7 @@ BuildRequires: madwifi-devel %endif Url: http://hostap.epitest.fi/wpa_supplicant/ Version: 0.5.8 -Release: 65 +Release: 79 License: BSD 3-Clause; GPL v2 or later Group: Productivity/Networking/Other Summary: WPA supplicant implementation @@ -130,16 +130,18 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir} /usr/sbin/wpa_gui %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) -* Wed Nov 14 2007 - jg@suse.de +* Wed Nov 14 2007 jg@suse.de - enable dbus interface - apply fixes from Dan Williams - build Qt4 version of 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 -* Tue Jul 24 2007 - jg@suse.de +* Tue Jul 24 2007 jg@suse.de - update to version 0.5.8, changes: * updated driver_wext.c to build with the current wireless-dev.git tree and net/d80211 changes @@ -150,15 +152,15 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir} if TLS library initialization fails * fixed EAP-AKA Notification processing to allow Notification to be 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 -* Sat Mar 10 2007 - dmueller@suse.de +* Sat Mar 10 2007 dmueller@suse.de - update to 0.5.7 (#253396): * 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 driver, bug 185528) -* Fri Oct 06 2006 - jg@suse.de +* Fri Oct 06 2006 jg@suse.de - update to 0.4.9: * fixed EAPOL re-authentication for sessions that used PMKSA caching @@ -169,9 +171,9 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir} [Bug 140] * driver_wext: added fallback to use SIOCSIWENCODE for setting 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) -* Thu Feb 16 2006 - jg@suse.de +* Thu Feb 16 2006 jg@suse.de - update to 0.4.8 (bug 151151) * added support for EAP-FAST key derivation using other ciphers than 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) * do not try to use USIM APDUs when initializing PC/SC for SIM card 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 -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - 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 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 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): * l2_packet_pcap: fixed wired IEEE 802.1X authentication with 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 - use $RPM_OPT_FLAGS and %%jobs - 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 -* Fri Nov 04 2005 - jg@suse.de +* Fri Nov 04 2005 jg@suse.de - added support for madwifi-ng - compiling against Wireless Extensions v19 - 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): * allow fallback to WPA, if mixed WPA+WPA2 networks have mismatch 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 up authentication for the most common case of Authenticator 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): * added a workaround for clearing keys with ndiswrapper to allow 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) * added support for updating configuration ('wpa_cli save_config') * 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): * replaced OpenSSL patch for EAP-FAST support (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); * added experimental support for EAP-PAX * 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: * modified the EAP workaround that accepts EAP-Success with incorrect Identifier to be even less strict about verification @@ -371,14 +373,14 @@ install -m 755 wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir} processing - removed pidfile patch in favour of the new upstream 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) -* Mon Feb 14 2005 - jg@suse.de +* Mon Feb 14 2005 jg@suse.de - update to 0.3.8, changes: * fixed EAPOL-Key validation to drop packets with invalid Key Data Length; such frames could have crashed wpa_supplicant due to buffer overflow -* Mon Feb 07 2005 - jg@suse.de +* Mon Feb 07 2005 jg@suse.de - update to 0.3.7-pre, changes: * fixed WPA/RSN IE verification in message 3 of 4-Way Handshake 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 association, but need to be configured with security policy and 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: * added driver interface for Intel ipw2100 driver * 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 - removed obsolete ipw2100 patch - 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: * wpa_cli: fixed parsing of -p command line argument * 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 connection on some platforms (e.g., ARM) - disabled madwifi support on ppc -* Wed Sep 29 2004 - jg@suse.de +* Wed Sep 29 2004 jg@suse.de - 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 -* Mon Aug 02 2004 - jg@suse.de +* Mon Aug 02 2004 jg@suse.de - 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: - support for new EAP authentication methods: 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 - added km_wlan to needforbuild (driver source of madwifi is needed) -* Thu Jun 17 2004 - jg@suse.de +* Thu Jun 17 2004 jg@suse.de - Initial package