libav_11: security 11.10 -> 11.11

Fixes CVE-2017-7862.
This commit is contained in:
Vladimír Čunát 2017-10-31 00:12:08 +01:00
parent cdf059f797
commit 25515ce928
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -27,8 +27,9 @@ let inherit (stdenv.lib) optional optionals hasPrefix; in
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.2" "3784b15f88076ca0ab8fb6b0377e975b83a5c9f5";
};