Skip to content

Commit

Permalink
libav_11: security 11.10 -> 11.11
Browse files Browse the repository at this point in the history
Fixes CVE-2017-7862.

(cherry picked from commit 25515ce)
  • Loading branch information
vcunat committed Oct 30, 2017
1 parent 821f2ea commit 6233be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/libav/default.nix
Expand Up @@ -26,8 +26,9 @@ with { inherit (stdenv.lib) optional optionals hasPrefix; };

let
result = {
# e.g. https://libav.org/releases/libav-11.11.tar.xz.sha1
libav_0_8 = libavFun "0.8.20" "0c7a2417c3a01eb74072691bb93ce802ae1be08f";
libav_11 = libavFun "11.10" "38db6721ca8423682e4d614c170eccc33ba32e00";
libav_11 = libavFun "11.11" "d7444fa4f135bdd7347cc962ab4b5228796b0f23";
libav_12 = libavFun "12.1" "df048240318b888e3938f649422b967f62e43e3c";
};

Expand Down

0 comments on commit 6233be8

Please sign in to comment.