about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-02-15 08:42:42 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-02-15 09:35:27 +0100
commitd2426f0aa877369ed7130075a7afc967004b69c0 (patch)
tree88bddb8127bcab101d081ebcd3d4dded8f7d68d6 /pkgs
parent78f59f1223b1a4cafebabeca88b28a159c9663d9 (diff)
downloadnixlib-d2426f0aa877369ed7130075a7afc967004b69c0.tar
nixlib-d2426f0aa877369ed7130075a7afc967004b69c0.tar.gz
nixlib-d2426f0aa877369ed7130075a7afc967004b69c0.tar.bz2
nixlib-d2426f0aa877369ed7130075a7afc967004b69c0.tar.lz
nixlib-d2426f0aa877369ed7130075a7afc967004b69c0.tar.xz
nixlib-d2426f0aa877369ed7130075a7afc967004b69c0.tar.zst
nixlib-d2426f0aa877369ed7130075a7afc967004b69c0.zip
ffmpeg: 3.1.6 -> 3.1.7 for multiple CVEs
Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/ffmpeg/3.1.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ffmpeg/3.1.nix b/pkgs/development/libraries/ffmpeg/3.1.nix
index a3504bf897cc..8e79d1ad0e11 100644
--- a/pkgs/development/libraries/ffmpeg/3.1.nix
+++ b/pkgs/development/libraries/ffmpeg/3.1.nix
@@ -5,9 +5,9 @@
 }@args:
 
 callPackage ./generic.nix (args // rec {
-  version = "${branch}.6";
+  version = "${branch}.7";
   branch = "3.1";
-  sha256 = "0c9g9zhrnvbfwwcca35jis7f7njskhzrwa7n7wpd1618cms2kjvx";
+  sha256 = "0ldf484r3waslv0sjx3vcwlkfgh28bd1wqcj26snfhav7zkf10kl";
   darwinFrameworks = [ Cocoa CoreMedia ];
   patches = stdenv.lib.optional stdenv.isDarwin ./sdk_detection.patch;
 })