jasper: Patch for CVE-2014-9029 via RedHat.

Also update homepage.
This commit is contained in:
James Cook
2014-12-21 14:26:53 -08:00
parent 77436079e9
commit 90162e7dbd
2 changed files with 34 additions and 1 deletions
@@ -8,13 +8,15 @@ stdenv.mkDerivation rec {
sha256 = "154l7zk7yh3v8l2l6zm5s2alvd2fzkp6c9i18iajfbna5af5m43b";
};
patches = [ ./jasper-CVE-2014-9029.diff ];
nativeBuildInputs = [unzip];
propagatedBuildInputs = [ libjpeg ];
configureFlags = "--enable-shared";
meta = {
homepage = http://www.ece.uvic.ca/~mdadams/jasper/;
homepage = https://www.ece.uvic.ca/~frodo/jasper/;
description = "JPEG2000 Library";
};
}