forked from pool/hostapd
This commit is contained in:
parent
4da6213178
commit
f4c23966ea
3
hostapd-0.5.10.tar.bz2
Normal file
3
hostapd-0.5.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1dcd87aae6c101de0f37233ef1fd131bb21db5a68ca755be4458cb523ea71846
|
||||||
|
size 362611
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce0ab99184fbc6e4428494aaf0dfa448fa11f93a2e412d2d4890477f0a93c5c8
|
|
||||||
size 362011
|
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 24 00:58:59 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- drop buildreq for madwifi (dropped package)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 01:14:12 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- updae to version 0.5.10, changes:
|
||||||
|
* fixed EAP-SIM and EAP-AKA message parser to validate attribute
|
||||||
|
lengths properly to avoid potential crash caused by invalid messages
|
||||||
|
* fixed Reassociation Response callback processing when using internal
|
||||||
|
MLME (driver_{hostap,devicescape,test}.c)
|
||||||
|
* fixed EAP-SIM/AKA realm processing to allow decorated usernames to
|
||||||
|
be used
|
||||||
|
* added a workaround for EAP-SIM/AKA peers that include incorrect null
|
||||||
|
termination in the username
|
||||||
|
* fixed EAP-SIM Start response processing for fast reauthentication
|
||||||
|
case
|
||||||
|
* copy optional Proxy-State attributes into RADIUS response when acting
|
||||||
|
as a RADIUS authentication server
|
||||||
|
|
||||||
|
- update to version 0.5.9, changes:
|
||||||
|
* updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use the latest
|
||||||
|
draft (draft-ietf-emu-eap-gpsk-07.txt)
|
||||||
|
* fixed debugging code not to use potentially unaligned read to fetch
|
||||||
|
IPv4 addresses
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 21 14:54:48 CET 2008 - cstender@suse.de
|
Mon Jan 21 14:54:48 CET 2008 - cstender@suse.de
|
||||||
|
|
||||||
|
44
hostapd.spec
44
hostapd.spec
@ -1,23 +1,28 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hostapd (Version 0.5.8)
|
# spec file for package hostapd (Version 0.5.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: hostapd
|
Name: hostapd
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
%ifarch %ix86 x86_64
|
|
||||||
BuildRequires: madwifi-devel
|
|
||||||
%endif
|
|
||||||
Summary: Turns Your WLAN Card into a WPA capable Access Point
|
Summary: Turns Your WLAN Card into a WPA capable Access Point
|
||||||
Version: 0.5.8
|
Version: 0.5.10
|
||||||
Release: 66
|
Release: 1
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
License: BSD 3-Clause; GPL v2 or later
|
License: BSD 3-Clause; GPL v2 or later
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -73,6 +78,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog COPYING README madwifi.conf wired.conf
|
%doc ChangeLog COPYING README madwifi.conf wired.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 24 2008 ro@suse.de
|
||||||
|
- drop buildreq for madwifi (dropped package)
|
||||||
|
* Tue Sep 23 2008 ro@suse.de
|
||||||
|
- updae to version 0.5.10, changes:
|
||||||
|
* fixed EAP-SIM and EAP-AKA message parser to validate attribute
|
||||||
|
lengths properly to avoid potential crash caused by invalid messages
|
||||||
|
* fixed Reassociation Response callback processing when using internal
|
||||||
|
MLME (driver_{hostap,devicescape,test}.c)
|
||||||
|
* fixed EAP-SIM/AKA realm processing to allow decorated usernames to
|
||||||
|
be used
|
||||||
|
* added a workaround for EAP-SIM/AKA peers that include incorrect null
|
||||||
|
termination in the username
|
||||||
|
* fixed EAP-SIM Start response processing for fast reauthentication
|
||||||
|
case
|
||||||
|
* copy optional Proxy-State attributes into RADIUS response when acting
|
||||||
|
as a RADIUS authentication server
|
||||||
|
- update to version 0.5.9, changes:
|
||||||
|
* updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use the latest
|
||||||
|
draft (draft-ietf-emu-eap-gpsk-07.txt)
|
||||||
|
* fixed debugging code not to use potentially unaligned read to fetch
|
||||||
|
IPv4 addresses
|
||||||
* Mon Jan 21 2008 cstender@suse.de
|
* Mon Jan 21 2008 cstender@suse.de
|
||||||
- fixed madwifi include dir (b.n.c #350982)
|
- fixed madwifi include dir (b.n.c #350982)
|
||||||
* Mon Jul 30 2007 jg@suse.de
|
* Mon Jul 30 2007 jg@suse.de
|
||||||
@ -196,7 +222,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
authentication success rate with some APs that send EAPOL frames
|
authentication success rate with some APs that send EAPOL frames
|
||||||
very quickly after the (re)association response)
|
very quickly after the (re)association response)
|
||||||
* added support for setting channel mask for scan requests
|
* added support for setting channel mask for scan requests
|
||||||
* Sun Aug 07 2005 ro@suse.de
|
* Mon Aug 08 2005 ro@suse.de
|
||||||
- fix build with current wireless drivers
|
- fix build with current wireless drivers
|
||||||
* Mon Jul 11 2005 jg@suse.de
|
* Mon Jul 11 2005 jg@suse.de
|
||||||
- hostapd: update to 0.3.9, changes:
|
- hostapd: update to 0.3.9, changes:
|
||||||
|
Loading…
Reference in New Issue
Block a user