libheif: add patch for CVE-2019-11471 (PR #61919)

This commit is contained in:
Robert Scott
2019-05-23 10:06:11 +02:00
committed by Vladimír Čunát
parent 3a28c99923
commit 9c4d318f06
2 changed files with 17 additions and 0 deletions
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "0vbjknkb2ccmw3xh2j8ljz5sj9i8wv92iw7zghcc5wn64sk1xkk2";
};
patches = [ ./1.4.0-CVE-2019-11471.patch ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ libde265 x265 libpng libjpeg ];