jasper: Patch for CVE-2014-9029 via RedHat.
Also update homepage.
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user