ffmpeg-full-3.4: apply patch for CVE-2017-16840
This commit is contained in:
parent
2492f45565
commit
64d8cc7fc4
@ -238,7 +238,15 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1vzvpx8ixy8m44f8qwp833hv253hpghybgzbc4n8b3div3j0dvmf";
|
||||
};
|
||||
|
||||
patchPhase = ''patchShebangs .
|
||||
patchPhase = let
|
||||
cve_2017_16840_patch = (fetchurl{
|
||||
name = "CVE-2017-16840.patch";
|
||||
url = "http://git.videolan.org/?p=ffmpeg.git;a=patch;h=a94cb36ab2ad99d3a1331c9f91831ef593d94f74";
|
||||
sha256 = "1rjr9lc71cyy43wsa2zxb9ygya292h9jflvr5wk61nf0vp97gjg3";
|
||||
});
|
||||
in
|
||||
'' patch -p1 < ${cve_2017_16840_patch}
|
||||
patchShebangs .
|
||||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
sed -i 's/#ifndef __MAC_10_11/#if 1/' ./libavcodec/audiotoolboxdec.c
|
||||
'' + stdenv.lib.optionalString (frei0r != null) ''
|
||||
|
Loading…
Reference in New Issue
Block a user