frr: add patch for CVE-2024-44070

(cherry picked from commit 1d2c529431)
This commit is contained in:
Robert Scott
2024-09-07 12:56:11 +01:00
committed by github-actions[bot]
parent 075d83b556
commit f37f3c87f3

View File

@@ -95,6 +95,14 @@ stdenv.mkDerivation rec {
hash = "sha256-bY5SSF/fmKQc8ECPik0v/ZlUiFsbZhwG2C5pbmoMzwQ=";
};
patches = [
(fetchpatch {
name = "CVE-2024-44070.patch";
url = "https://github.com/FRRouting/frr/commit/fea4ed5043b4a523921f970a39a565d2c1ca381f.patch";
hash = "sha256-X9FjQeOvo92+mL1z3u5W0LBhhePDAyhFAqh8sAtNNm8=";
})
];
nativeBuildInputs = [
autoreconfHook
bison