rpms/wpa_supplicant/devel wpa_supplicant-0.5.7-always-scan.patch, NONE, 1.1 wpa_supplicant.spec, 1.29, 1.30

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Sep 25 20:44:31 UTC 2007


Author: dcbw

Update of /cvs/extras/rpms/wpa_supplicant/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv655

Modified Files:
	wpa_supplicant.spec 
Added Files:
	wpa_supplicant-0.5.7-always-scan.patch 
Log Message:
* Tue Sep 25 2007 Dan Williams <dcbw at redhat.com> - 0.5.7-9
- Always allow explicit wireless scans triggered from a control interface



wpa_supplicant-0.5.7-always-scan.patch:

--- NEW FILE wpa_supplicant-0.5.7-always-scan.patch ---
diff -up wpa_supplicant-0.5.7/wpa_supplicant.c.always-scan wpa_supplicant-0.5.7/wpa_supplicant.c
--- wpa_supplicant-0.5.7/wpa_supplicant.c.always-scan	2007-09-25 15:51:35.000000000 -0400
+++ wpa_supplicant-0.5.7/wpa_supplicant.c	2007-09-25 16:31:27.000000000 -0400
@@ -972,7 +972,7 @@ static void wpa_supplicant_scan(void *el
 	struct wpa_ssid *ssid;
 	int enabled, scan_req = 0, ret;
 
-	if (wpa_s->disconnected)
+	if (wpa_s->disconnected && !wpa_s->scan_req)
 		return;
 
 	enabled = 0;


Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/extras/rpms/wpa_supplicant/devel/wpa_supplicant.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- wpa_supplicant.spec	21 Sep 2007 00:37:14 -0000	1.29
+++ wpa_supplicant.spec	25 Sep 2007 20:43:59 -0000	1.30
@@ -2,7 +2,7 @@
 Name: wpa_supplicant
 Epoch: 1
 Version: 0.5.7
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -21,6 +21,7 @@
 Patch5: wpa_supplicant-0.5.7-qmake-location.patch
 Patch6: wpa_supplicant-0.5.7-flush-debug-output.patch
 Patch7: wpa_supplicant-0.5.7-sigusr1-changes-debuglevel.patch
+Patch8: wpa_supplicant-0.5.7-always-scan.patch
 URL: http://w1.fi/wpa_supplicant/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -55,6 +56,7 @@
 %patch5 -p1 -b .qmake-location
 %patch6 -p1 -b .flush-debug-output
 %patch7 -p1 -b .sigusr1-changes-debuglevel
+%patch8 -p1 -b .always-scan
 
 %build
 cp %{SOURCE1} ./.config
@@ -140,6 +142,9 @@
 %{_bindir}/wpa_gui
 
 %changelog
+* Tue Sep 25 2007 Dan Williams <dcbw at redhat.com> - 0.5.7-9
+- Always allow explicit wireless scans triggered from a control interface
+
 * Thu Sep 20 2007 Dan Williams <dcbw at redhat.com> - 0.5.7-8
 - Change system bus activation file name to work around D-Bus bug that fails
     to launch services unless their .service file is named the same as the




More information about the fedora-extras-commits mailing list