From 6ef88f880d58188e61ffdb83aededd4bf8d81f38fc8707609a063421f9a70738 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 25 Jul 2007 00:02:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=4 --- wpa_supplicant-0.5.7.tar.bz2 | 3 --- wpa_supplicant-0.5.8.tar.bz2 | 3 +++ wpa_supplicant.changes | 14 ++++++++++++++ wpa_supplicant.spec | 19 +++++++++++++++---- 4 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 wpa_supplicant-0.5.7.tar.bz2 create mode 100644 wpa_supplicant-0.5.8.tar.bz2 diff --git a/wpa_supplicant-0.5.7.tar.bz2 b/wpa_supplicant-0.5.7.tar.bz2 deleted file mode 100644 index f71883a..0000000 --- a/wpa_supplicant-0.5.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6f902265fc4e5e4c1effa783876a7d252a7a8eabb033907e66e3042de27808b -size 562572 diff --git a/wpa_supplicant-0.5.8.tar.bz2 b/wpa_supplicant-0.5.8.tar.bz2 new file mode 100644 index 0000000..38535ab --- /dev/null +++ b/wpa_supplicant-0.5.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d90603d454c50d20a250825a3be55c663b861531dcd8bf1ba7bb89264841c9f +size 562852 diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes index 90bc5d1..5ae0dfe 100644 --- a/wpa_supplicant.changes +++ b/wpa_supplicant.changes @@ -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 diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec index b898456..599af94 100644 --- a/wpa_supplicant.spec +++ b/wpa_supplicant.spec @@ -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