libjpeg-turbo: Patch to fix CVE-2013-6629 and CVE-2013-6630.
Merge #1399.
This commit is contained in:
committed by
Vladimír Čunát
parent
4c5a71f777
commit
f6b3e2ca54
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user