ffmpeg: 3.2.2 -> 3.2.4 for multiple CVEs

Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.
This commit is contained in:
Franz Pletz 2017-02-15 08:43:14 +01:00
parent d2426f0aa8
commit e8af5dcd8e
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -5,9 +5,9 @@
}@args:
callPackage ./generic.nix (args // rec {
version = "${branch}.2";
version = "${branch}.4";
branch = "3.2";
sha256 = "0srn788i4k5827sl8vmds6133vjy9ygsmgzwn40n3l5qs5b9l4hb";
sha256 = "194n8hwmz2rpgh2rz8bc3mnxjyj3jh090mqp7k76msg9la9kbyn0";
darwinFrameworks = [ Cocoa CoreMedia ];
patches = stdenv.lib.optional stdenv.isDarwin ./sdk_detection.patch;
})