frr: add patch for CVE-2024-44070 (#340306)

This commit is contained in:
Robert Scott 2024-09-08 13:38:14 +01:00 committed by GitHub
commit 52b4f66f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
# build time
, autoreconfHook
@ -94,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