nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ffmpeg, ffmpeg_5: add patches for CVE-2024-31578

+10
+10
pkgs/development/libraries/ffmpeg/generic.nix
··· 437 437 url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/99debe5f823f45a482e1dc08de35879aa9c74bd2"; 438 438 hash = "sha256-+CQ9FXR6Vr/AmsbXFiCUXZcxKj1s8nInEdke/Oc/kUA="; 439 439 } 440 + { 441 + name = "CVE-2024-31578.patch"; 442 + url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/3bb00c0a420c3ce83c6fafee30270d69622ccad7"; 443 + hash = "sha256-oZMZysBA+/gwaGEM1yvI+8wCadXWE7qLRL6Emap3b8Q="; 444 + } 440 445 ]) 441 446 ++ (lib.optionals (lib.versionAtLeast version "6.1" && lib.versionOlder version "6.2") [ 442 447 { # this can be removed post 6.1 ··· 458 453 name = "CVE-2024-31582.patch"; 459 454 url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/99debe5f823f45a482e1dc08de35879aa9c74bd2"; 460 455 hash = "sha256-+CQ9FXR6Vr/AmsbXFiCUXZcxKj1s8nInEdke/Oc/kUA="; 456 + } 457 + { 458 + name = "CVE-2024-31578.patch"; 459 + url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/3bb00c0a420c3ce83c6fafee30270d69622ccad7"; 460 + hash = "sha256-oZMZysBA+/gwaGEM1yvI+8wCadXWE7qLRL6Emap3b8Q="; 461 461 } 462 462 ]) 463 463 ++ (lib.optionals (lib.versionAtLeast version "7.0") [