OBS User unknown 2007-07-25 00:02:53 +00:00 committed by Git OBS Bridge
parent c71c92bdca
commit 6ef88f880d
4 changed files with 32 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 24 16:58:12 CEST 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
* updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use the latest
draft (draft-ietf-emu-eap-gpsk-03.txt)
* fixed 'make install'
* fixed EAP-TTLS implementation not to crash on use of freed memory
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 19:33:34 CET 2007 - jg@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package wpa_supplicant (Version 0.5.7)
# spec file for package wpa_supplicant (Version 0.5.8)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,9 +16,9 @@ BuildRequires: libdrm-devel libjpeg-devel openssl-devel qt3-devel readline-deve
BuildRequires: madwifi-devel
%endif
URL: http://hostap.epitest.fi/wpa_supplicant/
Version: 0.5.7
Release: 3
License: BSD License and BSD-like, GNU General Public License (GPL)
Version: 0.5.8
Release: 1
License: BSD 3-Clause, GPL v2 or later
Group: Productivity/Networking/Other
Summary: WPA supplicant implementation
Source: http://hostap.epitest.fi/releases/wpa_supplicant-%{version}.tar.bz2
@ -85,6 +85,17 @@ install -m 755 wpa_gui/wpa_gui %{buildroot}%{_sbindir}
/usr/sbin/wpa_gui
%changelog
* 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
* updated EAP Generalized Pre-Shared Key (EAP-GPSK) to use the latest
draft (draft-ietf-emu-eap-gpsk-03.txt)
* fixed 'make install'
* fixed EAP-TTLS implementation not to crash on use of freed memory
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
- adjusted include path for madwifi
* Sat Mar 10 2007 - dmueller@suse.de