Skip to content

Commit

Permalink
frr: 9.1 -> 10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Theil <[email protected]>
  • Loading branch information
thillux committed Apr 15, 2024
1 parent f458190 commit 4d6e7b4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pkgs/servers/frr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ lib.warnIf (!(stdenv.buildPlatform.canExecute stdenv.hostPlatform))

stdenv.mkDerivation rec {
pname = "frr";
version = "9.1";
version = "10.0";

src = fetchFromGitHub {
owner = "FRRouting";
Expand All @@ -95,15 +95,6 @@ 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
Expand Down

0 comments on commit 4d6e7b4

Please sign in to comment.