From f4c23966ead8a7e1d34792db1526551223785749f3deb6e7c6db7e37394978b2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 23 Sep 2008 23:04:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=4 --- hostapd-0.5.10.tar.bz2 | 3 +++ hostapd-0.5.8.tar.bz2 | 3 --- hostapd.changes | 28 +++++++++++++++++++++++++++ hostapd.spec | 44 +++++++++++++++++++++++++++++++++--------- 4 files changed, 66 insertions(+), 12 deletions(-) create mode 100644 hostapd-0.5.10.tar.bz2 delete mode 100644 hostapd-0.5.8.tar.bz2 diff --git a/hostapd-0.5.10.tar.bz2 b/hostapd-0.5.10.tar.bz2 new file mode 100644 index 0000000..1a2a46e --- /dev/null +++ b/hostapd-0.5.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcd87aae6c101de0f37233ef1fd131bb21db5a68ca755be4458cb523ea71846 +size 362611 diff --git a/hostapd-0.5.8.tar.bz2 b/hostapd-0.5.8.tar.bz2 deleted file mode 100644 index 47d346e..0000000 --- a/hostapd-0.5.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce0ab99184fbc6e4428494aaf0dfa448fa11f93a2e412d2d4890477f0a93c5c8 -size 362011 diff --git a/hostapd.changes b/hostapd.changes index 267a3bd..9062227 100644 --- a/hostapd.changes +++ b/hostapd.changes @@ -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 diff --git a/hostapd.spec b/hostapd.spec index 922c266..a37558d 100644 --- a/hostapd.spec +++ b/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. -# 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/ # # norootforbuild + Name: hostapd BuildRequires: openssl-devel -%ifarch %ix86 x86_64 -BuildRequires: madwifi-devel -%endif Summary: Turns Your WLAN Card into a WPA capable Access Point -Version: 0.5.8 -Release: 66 +Version: 0.5.10 +Release: 1 Group: Hardware/Wifi License: BSD 3-Clause; GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -73,6 +78,27 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog COPYING README madwifi.conf wired.conf %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 - fixed madwifi include dir (b.n.c #350982) * 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 very quickly after the (re)association response) * 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 * Mon Jul 11 2005 jg@suse.de - hostapd: update to 0.3.9, changes: