Skip to content

Commit

Permalink
[24.05] duckdb: add patch for CVE-2024-41672 (#337510)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Aug 31, 2024
2 parents 47e3e31 + ad8ebb1 commit 4927f77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/development/libraries/duckdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ stdenv.mkDerivation (finalAttrs: {
rev = "refs/tags/v${finalAttrs.version}";
};

patches = [
(fetchpatch {
name = "CVE-2024-41672.patch";
url = "https://github.com/duckdb/duckdb/commit/c9b7c98aa0e1cd7363fe8bb8543a95f38e980d8a.patch";
hash = "sha256-Zb962mWIgy2t/0csbwZ8BcLgpdIA9/JpJ0+EWr1Kg1g=";
})
];

outputs = [ "out" "lib" "dev" ];

nativeBuildInputs = [ cmake ninja python3 ];
Expand Down

0 comments on commit 4927f77

Please sign in to comment.