libjpeg-turbo: Patch to fix CVE-2013-6629 and CVE-2013-6630.

Merge #1399.
This commit is contained in:
James Cook
2013-12-21 10:20:02 +01:00
committed by Vladimír Čunát
parent 4c5a71f777
commit f6b3e2ca54
2 changed files with 42 additions and 0 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0d0jwdmj3h89bxdxlwrys2mw18mqcj4rzgb5l2ndpah8zj600mr6";
};
patches = [ ./libjpeg-turbo-1.3.0-CVE-2013-6629-and-6630.patch ];
buildInputs = [ nasm ];
doCheck = true;