Browse Source

- wpa_supplicant: import Patch8 from Fedora 1:0.7.3-9 to fix some crashes
- Fix various crashes with D-Bus interface (rh #678625) (rh #725517)



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4635 ec354946-7b23-47d6-9f5a-488ba84defc7

shaolin 12 years ago
parent
commit
a4e878660a
1 changed files with 9 additions and 1 deletions
  1. 9 1
      w/wpa_supplicant/wpa_supplicant-vl.spec

+ 9 - 1
w/wpa_supplicant/wpa_supplicant-vl.spec

@@ -1,7 +1,7 @@
 Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Version: 0.7.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: BSD
 Group: System Environment/Base
 URL: http://w1.fi/wpa_supplicant/
@@ -30,6 +30,8 @@ Patch4: wpa_supplicant-squelch-driver-disconnect-spam.patch
 Patch5: wpa_supplicant-openssl-more-algs.patch
 # Send PropertyChanged notificationes when the BSS list changes
 Patch7: wpa_supplicant-bss-changed-prop-notify.patch
+# Don't crash trying to pass NULL to dbus
+Patch8: 0001-dbus-clean-up-new-D-Bus-interface-getters-setters.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -70,6 +72,7 @@ QT4 を用いた wpa_supplicant のグラフィカルユーザインタフェー
 %patch4 -p1 -b .disconnect-spam
 %patch5 -p1 -b .more-openssl-algs
 %patch7 -p1 -b .bss-changed-prop-notify
+%patch8 -p1 -b .dbus-rework
 
 %build
 pushd wpa_supplicant
@@ -156,6 +159,11 @@ fi
 %{_bindir}/wpa_gui
 
 %changelog
+* Mon Aug 22 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.7.3-3
+- import Patch8 from Fedora 1:0.7.3-9 to fix some crashes
+  - Wed Jul 27 2011 Dan Williams <dcbw@redhat.com> - 1:0.7.3-9
+  - Fix various crashes with D-Bus interface (rh #678625) (rh #725517)
+
 * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.3-2
 - rebuild with openssl-1.0.0c
 - add BuildRequires: qt4-designer, libnl-devel