From 1646bc36da84728cba2c5b7441dbafc908591e36 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Jan 2012 20:32:29 +0000 Subject: wpa_supplicant: fixed crashing bug on some hardware, wpa_supplicant would crash when controlled via dbus (wicd/networkmanager), this patch fixes it. svn path=/nixpkgs/trunk/; revision=31651 --- pkgs/os-specific/linux/wpa_supplicant/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'pkgs/os-specific') diff --git a/pkgs/os-specific/linux/wpa_supplicant/default.nix b/pkgs/os-specific/linux/wpa_supplicant/default.nix index fcb6641dfd9..8d216f7899d 100644 --- a/pkgs/os-specific/linux/wpa_supplicant/default.nix +++ b/pkgs/os-specific/linux/wpa_supplicant/default.nix @@ -32,7 +32,15 @@ in url = "http://w1.fi/gitweb/gitweb.cgi?p=hostap-07.git;a=commitdiff_plain;h=b80b5639935d37b95d00f86b57f2844a9c775f57"; name = "wpa_supplicant-nm-0.9.patch"; sha256 = "1pqba0l4rfhba5qafvvbywi9x1qmphs944p704bh1flnx7cz6ya8"; - }) ]; + }) + # wpa_supplicant crashes when controlled through dbus (wicd/nm) + # see: https://bugzilla.redhat.com/show_bug.cgi?id=678625 + (fetchurl { + url = "https://bugzilla.redhat.com/attachment.cgi?id=491018"; + name = "dbus-assertion-fix.patch"; + sha256 = "6206d79bcd800d56cae73e2a01a27ac2bee961512f77e5d62a59256a9919077a"; + }) + ]; postInstall = '' ensureDir $out/share/man/man5 $out/share/man/man8 -- cgit 1.4.1