ffmpeg: patch CVE-2021-33815 and CVE-2021-38114
https://nvd.nist.gov/vuln/detail/CVE-2021-33815 https://nvd.nist.gov/vuln/detail/CVE-2021-38114 (cherry picked from commit a83f82576b578531eb2894e0d7b279b59af23cd6)
This commit is contained in:
@@ -243,7 +243,7 @@ assert opensslExtlib -> gnutls == null && openssl != null && nonfreeLicensing;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ffmpeg-full";
|
||||
inherit (ffmpeg) src version;
|
||||
inherit (ffmpeg) src version patches;
|
||||
|
||||
prePatch = ''
|
||||
patchShebangs .
|
||||
|
||||
Reference in New Issue
Block a user