lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wpa_supplicant: 2.4 -> 2.5

+2 -28
+2 -28
pkgs/os-specific/linux/wpa_supplicant/default.nix
··· 4 4 5 5 with stdenv.lib; 6 6 stdenv.mkDerivation rec { 7 - version = "2.4"; 7 + version = "2.5"; 8 8 9 9 name = "wpa_supplicant-${version}"; 10 10 11 11 src = fetchurl { 12 12 url = "http://hostap.epitest.fi/releases/${name}.tar.gz"; 13 - sha256 = "08li21q1wjn5chrv289w666il9ah1w419y3dkq2rl4wnq0rci385"; 13 + sha256 = "05mkp5bx1c3z7h5biddsv0p49gkrq9ksany3anp4wdiv92p5prfc"; 14 14 }; 15 15 16 16 # TODO: Patch epoll so that the dbus actually responds ··· 77 77 nativeBuildInputs = [ pkgconfig ]; 78 78 79 79 patches = [ 80 - ./0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch 81 80 ./build-fix.patch 82 - (fetchpatch { 83 - name = "p2p-fix.patch"; 84 - url = "http://w1.fi/cgit/hostap/patch/?id=8a78e227df1ead19be8e12a4108e448887e64d6f"; 85 - sha256 = "1k2mcq1jv8xzi8061ixcz6j56n4i8wbq0vxcvml204q1syy2ika0"; 86 - }) 87 - (fetchpatch { 88 - url = http://w1.fi/security/2015-4/0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch; 89 - sha256 = "1cg4r638s4m9ar9lmzm534y657ppcm8bl1h363kjnng1zbzh8rfb"; 90 - }) 91 - (fetchpatch { 92 - url = http://w1.fi/security/2015-4/0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch; 93 - sha256 = "0ky850rg1k9lwd1p4wzyvl2dpi5g7k1mwx1ndjclp4x7bshb6w79"; 94 - }) 95 - (fetchpatch { 96 - url = http://w1.fi/security/2015-4/0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch; 97 - sha256 = "0hicw3vk1khk849xil75ckrg1xzbwcva7g01kp0lvab34dwhryy7"; 98 - }) 99 - (fetchpatch { 100 - url = http://w1.fi/security/2015-4/0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch; 101 - sha256 = "18d5r3zbwz96n4zzj9r27cv4kvc09zkj9x0p6qji68h8k2pcazxd"; 102 - }) 103 - (fetchpatch { 104 - url = http://w1.fi/security/2015-4/0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch; 105 - sha256 = "1ndzyfpnxpvryiqal4kdic02kg9dgznh65kaqydaqqfj3rbjdqip"; 106 - }) 107 81 ]; 108 82 109 83 postInstall = ''