1
0
OBS User unknown 2009-01-29 00:19:53 +00:00 committed by Git OBS Bridge
parent 814d868f85
commit 797e6945c4
3 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,18 @@
diff -ur BUILD/wpa_supplicant-0.6.4/wpa_supplicant/dbus-wpa_supplicant.conf BUILD2/wpa_supplicant-0.6.4/wpa_supplicant/dbus-wpa_supplicant.conf
--- BUILD/wpa_supplicant-0.6.4/wpa_supplicant/dbus-wpa_supplicant.conf 2009-01-28 10:43:48.000000000 +0100
+++ BUILD2/wpa_supplicant-0.6.4/wpa_supplicant/dbus-wpa_supplicant.conf 2009-01-27 11:05:48.000000000 +0100
@@ -7,7 +7,13 @@
<allow send_destination="fi.epitest.hostap.WPASupplicant"
send_interface="fi.epitest.hostap.WPASupplicant"/>
- </policy>
+ <allow send_destination="fi.epitest.hostap.WPASupplicant"
+ send_interface="fi.epitest.hostap.WPASupplicant.Interface"/>
+ <allow send_destination="fi.epitest.hostap.WPASupplicant"
+ send_interface="fi.epitest.hostap.WPASupplicant.Network"/>
+ <allow send_destination="fi.epitest.hostap.WPASupplicant"
+ send_interface="fi.epitest.hostap.WPASupplicant.BSSID"/>
+ </policy>
<policy context="default">
<deny own="fi.epitest.hostap.WPASupplicant"/>
<deny send_destination="fi.epitest.hostap.WPASupplicant"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 28 10:45:19 CET 2009 - hschaa@suse.de
- Fix dbus configuration again (bnc#470013, bnc#469530)
-------------------------------------------------------------------
Thu Jan 22 17:24:34 CET 2009 - hschaa@suse.de

View File

@ -22,7 +22,7 @@ Name: wpa_supplicant
BuildRequires: dbus-1-devel libqt4 libqt4-devel openssl-devel pkg-config readline-devel
Url: http://hostap.epitest.fi/wpa_supplicant/
Version: 0.6.4
Release: 18
Release: 20
License: BSD 3-Clause; GPL v2 or later
Group: Productivity/Networking/Other
Summary: WPA supplicant implementation
@ -43,6 +43,7 @@ Patch9: wpa_supplicant-pkcs11-init-args.patch
Patch10: wpa_supplicant-dbus-reset-eapol.patch
Patch11: wpa_supplicant-hide_secrets-2.patch
Patch12: wpa_supplicant-fix_dbus_config.patch
Patch13: wpa_supplicant-fix_dbus_config2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -89,6 +90,7 @@ cp %{SOURCE1} wpa_supplicant/.config
%patch10 -p1
%patch11 -p2
%patch12 -p1
%patch13 -p2
%build
cd wpa_supplicant
@ -133,6 +135,8 @@ install -m 755 wpa_supplicant/wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
/usr/sbin/wpa_gui
%changelog
* Wed Jan 28 2009 hschaa@suse.de
- Fix dbus configuration again (bnc#470013, bnc#469530)
* Thu Jan 22 2009 hschaa@suse.de
- Add fix_dbus_config.patch (bnc#468392)
* Mon Dec 08 2008 hschaa@suse.de