1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libav_0_8: 0.8.19 -> 0.8.20 for multiple CVEs

Fixes:

  * CVE-2016-9819
  * CVE-2016-9820
  * CVE-2016-9821
  * CVE-2016-9822
This commit is contained in:
Franz Pletz 2017-01-26 00:27:10 +01:00 committed by Graham Christensen
parent 111b4e4c87
commit 5f3c62698b
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -26,8 +26,8 @@ with { inherit (stdenv.lib) optional optionals hasPrefix; };
let
result = {
libav_0_8 = libavFun "0.8.19" "c79350d6fa071fcd66448ffc713fe3b9754876a8";
libav_11 = libavFun "11.8" "y18hmrzy7jqq7h9ys54nrr4s49mkzsfh";
libav_0_8 = libavFun "0.8.20" "0c7a2417c3a01eb74072691bb93ce802ae1be08f";
libav_11 = libavFun "11.8" "d0e93f6b229ae46c49d13ec183b13cfee70a51f0";
libav_12 = libavFun "12" "4ecde7274621c82a6882b7614d907b28de25cc4e";
};