forked from pool/wpa_supplicant
This commit is contained in:
parent
554ba1477a
commit
814d868f85
13
wpa_supplicant-fix_dbus_config.patch
Normal file
13
wpa_supplicant-fix_dbus_config.patch
Normal file
@ -0,0 +1,13 @@
|
||||
--- wpa_supplicant-0.6.4/wpa_supplicant/dbus-wpa_supplicant.conf
|
||||
+++ wpa_supplicant-0.6.4/wpa_supplicant/dbus-wpa_supplicant.conf
|
||||
@@ -5,8 +5,8 @@
|
||||
<policy user="root">
|
||||
<allow own="fi.epitest.hostap.WPASupplicant"/>
|
||||
|
||||
- <allow send_destination="fi.epitest.hostap.WPASupplicant"/>
|
||||
- <allow send_interface="fi.epitest.hostap.WPASupplicant"/>
|
||||
+ <allow send_destination="fi.epitest.hostap.WPASupplicant"
|
||||
+ send_interface="fi.epitest.hostap.WPASupplicant"/>
|
||||
</policy>
|
||||
<policy context="default">
|
||||
<deny own="fi.epitest.hostap.WPASupplicant"/>
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 17:24:34 CET 2009 - hschaa@suse.de
|
||||
|
||||
- Add fix_dbus_config.patch (bnc#468392)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 15:45:55 CET 2008 - hschaa@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wpa_supplicant (Version 0.6.4)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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: 16
|
||||
Release: 18
|
||||
License: BSD 3-Clause; GPL v2 or later
|
||||
Group: Productivity/Networking/Other
|
||||
Summary: WPA supplicant implementation
|
||||
@ -42,6 +42,7 @@ Patch8: wpa_supplicant-fix_set_mode.patch
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -87,6 +88,7 @@ cp %{SOURCE1} wpa_supplicant/.config
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p2
|
||||
%patch12 -p1
|
||||
|
||||
%build
|
||||
cd wpa_supplicant
|
||||
@ -131,6 +133,8 @@ install -m 755 wpa_supplicant/wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
|
||||
/usr/sbin/wpa_gui
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2009 hschaa@suse.de
|
||||
- Add fix_dbus_config.patch (bnc#468392)
|
||||
* Mon Dec 08 2008 hschaa@suse.de
|
||||
- Add patch wpa_supplicant-hide_secrets-2.patch to _not_ print
|
||||
passwords in clear text when started by NM with enabled debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user