forked from mirrors/nixpkgs
hostapd: 2.8 -> 2.9
Associated release note: https://w1.fi/security/2019-6/sae-eap-pwd-side-channel-attack-update.txt Note: we are building hostapd with the CONFIG_EAP_PWD=y flag by default, we might be impacted by a EAP_PWD side-channel attach on hostapd 2.8.
This commit is contained in:
parent
56dabf8cf2
commit
abc9b32fc6
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hostapd";
|
||||
version = "2.8";
|
||||
version = "2.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://w1.fi/releases/${pname}-${version}.tar.gz";
|
||||
sha256 = "1c74rrazkhy4lr7pwgwa2igzca7h9l4brrs7672kiv7fwqmm57wj";
|
||||
sha256 = "1mrbvg4v7vm7mknf0n29mf88k3s4a4qj6r4d51wq8hmjj1m7s7c8";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue