OBS User unknown 2007-07-30 19:23:14 +00:00 committed by Git OBS Bridge
parent d4a76769c2
commit 5d461db5cb
4 changed files with 41 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3428b574d28c8c3984ffdda850607f778fa2af643aef2ebea13e38bf22c3ecf5
size 360989

3
hostapd-0.5.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce0ab99184fbc6e4428494aaf0dfa448fa11f93a2e412d2d4890477f0a93c5c8
size 362011

View File

@ -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 Wed Mar 14 17:27:32 CET 2007 - jg@suse.de

View File

@ -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. # Copyright (c) 2007 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
@ -15,11 +15,11 @@ BuildRequires: openssl-devel
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
BuildRequires: madwifi-devel BuildRequires: madwifi-devel
%endif %endif
Summary: Turns Your WLAN Card into an Access Point Summary: Turns Your WLAN Card into a WPA capable Access Point
Version: 0.5.7 Version: 0.5.8
Release: 1 Release: 1
Group: Hardware/Other Group: Hardware/Wifi
License: GNU General Public License (GPL) License: BSD 3-Clause, GPL v2 or later, Dual licensed under GPL and BSD licence.
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#Provides: #Provides:
#Requires: #Requires:
@ -30,12 +30,12 @@ Source: hostapd-%{version}.tar.bz2
Patch: hostapd.dif Patch: hostapd.dif
%description %description
This is a Linux driver for wireless LAN cards based on Intersil's hostapd is a user space daemon for access point and authentication
Prism2/2.5 chipset. The driver supports a Host AP mode--it takes care servers. It implements IEEE 802.11 access point management, IEEE
of IEEE 802.11 management functions in the host computer and acts as an 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and
access point. This does not require any special firmware for the RADIUS authentication server. Currently, hostapd supports HostAP,
wireless LAN card. In addition to this, it has some support for normal madwifi, and prism54 drivers. It also supports wired IEEE 802.1X
station operations in BSS and possible also in IBSS. authentication via any ethernet driver.
@ -73,6 +73,18 @@ rm -rf $RPM_BUILD_ROOT
%doc ChangeLog COPYING README madwifi.conf wired.conf %doc ChangeLog COPYING README madwifi.conf wired.conf
%changelog %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 * Wed Mar 14 2007 - jg@suse.de
- split off hostapd in its own package - split off hostapd in its own package
- update to version 0.5.7, changes (shortened): - update to version 0.5.7, changes (shortened):