Loading pkgs/servers/frr/default.nix +10 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch # build time , autoreconfHook Loading Loading @@ -94,6 +95,15 @@ stdenv.mkDerivation rec { hash = "sha256-oDPr51vI+tlT1IiUPufmZh/UE0TNKWrn4RqpnGoGxNo="; }; patches = [ # fixes crash in OSPF TE parsing (fetchpatch { name = "CVE-2024-27913.patch"; url = "https://github.com/FRRouting/frr/commit/541503eecd302d2cc8456167d130014cd2cf1134.patch"; hash = "sha256-7NxPlQK/6lbLs/NqNi4OZ2uBWfXw99SiXDR6okNvJlg="; }) ]; nativeBuildInputs = [ autoreconfHook bison Loading Loading
pkgs/servers/frr/default.nix +10 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch # build time , autoreconfHook Loading Loading @@ -94,6 +95,15 @@ stdenv.mkDerivation rec { hash = "sha256-oDPr51vI+tlT1IiUPufmZh/UE0TNKWrn4RqpnGoGxNo="; }; patches = [ # fixes crash in OSPF TE parsing (fetchpatch { name = "CVE-2024-27913.patch"; url = "https://github.com/FRRouting/frr/commit/541503eecd302d2cc8456167d130014cd2cf1134.patch"; hash = "sha256-7NxPlQK/6lbLs/NqNi4OZ2uBWfXw99SiXDR6okNvJlg="; }) ]; nativeBuildInputs = [ autoreconfHook bison Loading