systemd resolved: patch CVE-2017-15908
fix loop on packets with pseudo dns types https://github.com/NixOS/systemd/pull/14
This commit is contained in:
parent
e6a7a2e1fd
commit
94cba39aa2
@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "nixos";
|
||||
repo = "systemd";
|
||||
rev = "ba777535a890c2a2b7677dfacc63e12c578b9b3f";
|
||||
sha256 = "1vb45fbqkrgczfwkb0y07ldnwhjqk2sh446hzfkdn8hrwl1lifg5";
|
||||
rev = "eef5613fda5";
|
||||
sha256 = "0wgh5y319v56hcs82mhs58ipb100cz4x41vz3kh4bq1n7sx88cdz";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "man" "dev" ];
|
||||
|
Loading…
Reference in New Issue
Block a user