summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wpa_supplicant
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-01-18 20:32:29 +0000
committerPeter Simons <simons@cryp.to>2012-01-18 20:32:29 +0000
commit1646bc36da84728cba2c5b7441dbafc908591e36 (patch)
tree4d402be1e14b3210e783441b1201471b3a185dc8 /pkgs/os-specific/linux/wpa_supplicant
parentf94f871b67063998c15007ab66b8de2d91731ce4 (diff)
downloadnixpkgs-1646bc36da84728cba2c5b7441dbafc908591e36.tar
nixpkgs-1646bc36da84728cba2c5b7441dbafc908591e36.tar.gz
nixpkgs-1646bc36da84728cba2c5b7441dbafc908591e36.tar.bz2
nixpkgs-1646bc36da84728cba2c5b7441dbafc908591e36.tar.lz
nixpkgs-1646bc36da84728cba2c5b7441dbafc908591e36.tar.xz
nixpkgs-1646bc36da84728cba2c5b7441dbafc908591e36.tar.zst
nixpkgs-1646bc36da84728cba2c5b7441dbafc908591e36.zip
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
Diffstat (limited to 'pkgs/os-specific/linux/wpa_supplicant')
-rw-r--r--pkgs/os-specific/linux/wpa_supplicant/default.nix10
1 files changed, 9 insertions, 1 deletions
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