Skip to content

Commit ccc2834

Browse files
authored
[Backport release-25.11] ccextractor: apply patch for CVE-2026-2245 (#491605)
2 parents e5e42df + 3162224 commit ccc2834

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkgs/by-name/cc/ccextractor/package.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5+
fetchpatch,
56
writeTextFile,
67

78
pkg-config,
@@ -43,6 +44,11 @@ stdenv.mkDerivation (finalAttrs: {
4344
./remove-default-commit-hash.patch
4445
./remove-vendored-libraries.patch
4546
./fix-avcodec-close.patch
47+
(fetchpatch {
48+
name = "CVE-2026-2245.patch";
49+
url = "https://github.com/CCExtractor/ccextractor/commit/fd7271bae238ccb3ae8a71304ea64f0886324925.patch";
50+
hash = "sha256-wZiJob5v4SVa5YBmiHuNvgphSi4PhTTb3hg4vs1lhVg=";
51+
})
4652
]
4753
++ finalAttrs.cargoDeps.vendorStaging.patches;
4854

0 commit comments

Comments
 (0)