diff --git a/hostapd-0.5.7.tar.bz2 b/hostapd-0.5.7.tar.bz2 deleted file mode 100644 index c3cb7be..0000000 --- a/hostapd-0.5.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3428b574d28c8c3984ffdda850607f778fa2af643aef2ebea13e38bf22c3ecf5 -size 360989 diff --git a/hostapd-0.5.8.tar.bz2 b/hostapd-0.5.8.tar.bz2 new file mode 100644 index 0000000..47d346e --- /dev/null +++ b/hostapd-0.5.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0ab99184fbc6e4428494aaf0dfa448fa11f93a2e412d2d4890477f0a93c5c8 +size 362011 diff --git a/hostapd.changes b/hostapd.changes index f7978bb..4debbec 100644 --- a/hostapd.changes +++ b/hostapd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jul 30 16:57:16 CEST 2007 - jg@suse.de + +- update to version 0.5.8, changes: + * updated driver_devicescape.c to build with the current + wireless-dev.git tree and net/d80211 changes + * updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use the latest + draft (draft-ietf-emu-eap-gpsk-03.txt) + * fixed EAP-MSCHAPv2 server to use a space between S and M parameters + in Success Request [Bug 203] + * added support for sending EAP-AKA Notifications in error cases + * RADIUS server: added support for processing duplicate messages + (retransmissions from RADIUS client) by replying with the previous + reply + ------------------------------------------------------------------- Wed Mar 14 17:27:32 CET 2007 - jg@suse.de diff --git a/hostapd.spec b/hostapd.spec index 02ffd64..fe7c546 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -1,5 +1,5 @@ # -# spec file for package hostapd (Version 0.5.7) +# spec file for package hostapd (Version 0.5.8) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,11 +15,11 @@ BuildRequires: openssl-devel %ifarch %ix86 x86_64 BuildRequires: madwifi-devel %endif -Summary: Turns Your WLAN Card into an Access Point -Version: 0.5.7 +Summary: Turns Your WLAN Card into a WPA capable Access Point +Version: 0.5.8 Release: 1 -Group: Hardware/Other -License: GNU General Public License (GPL) +Group: Hardware/Wifi +License: BSD 3-Clause, GPL v2 or later, Dual licensed under GPL and BSD licence. BuildRoot: %{_tmppath}/%{name}-%{version}-build #Provides: #Requires: @@ -30,12 +30,12 @@ Source: hostapd-%{version}.tar.bz2 Patch: hostapd.dif %description -This is a Linux driver for wireless LAN cards based on Intersil's -Prism2/2.5 chipset. The driver supports a Host AP mode--it takes care -of IEEE 802.11 management functions in the host computer and acts as an -access point. This does not require any special firmware for the -wireless LAN card. In addition to this, it has some support for normal -station operations in BSS and possible also in IBSS. +hostapd is a user space daemon for access point and authentication +servers. It implements IEEE 802.11 access point management, IEEE +802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and +RADIUS authentication server. Currently, hostapd supports HostAP, +madwifi, and prism54 drivers. It also supports wired IEEE 802.1X +authentication via any ethernet driver. @@ -73,6 +73,18 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog COPYING README madwifi.conf wired.conf %changelog +* Mon Jul 30 2007 - jg@suse.de +- update to version 0.5.8, changes: + * updated driver_devicescape.c to build with the current + wireless-dev.git tree and net/d80211 changes + * updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use the latest + draft (draft-ietf-emu-eap-gpsk-03.txt) + * fixed EAP-MSCHAPv2 server to use a space between S and M parameters + in Success Request [Bug 203] + * added support for sending EAP-AKA Notifications in error cases + * RADIUS server: added support for processing duplicate messages + (retransmissions from RADIUS client) by replying with the previous + reply * Wed Mar 14 2007 - jg@suse.de - split off hostapd in its own package - update to version 0.5.7, changes (shortened):