diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-25 14:42:33 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-02 19:38:56 -0400 |
commit | 91674884900cfc2734ebb315d8e376cb3031aad0 (patch) | |
tree | 3bc022a57984627e7a5ae0479efbbc5424fe721d /gnu/packages/image.scm | |
parent | 2a0d5de5a9decd785b22dafa69aae5320231f1b7 (diff) | |
download | patches-91674884900cfc2734ebb315d8e376cb3031aad0.tar patches-91674884900cfc2734ebb315d8e376cb3031aad0.tar.gz |
gnu: jbig2dec: Fix CVE-2016-9601.
* gnu/packages/patches/jbig2dec-CVE-2016-9601.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (jbig2dec)[source]: Use it.
Diffstat (limited to 'gnu/packages/image.scm')
-rw-r--r-- | gnu/packages/image.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 51b09680a9..b5b3a7283d 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -458,7 +458,8 @@ arithmetic ops.") name "-" version ".tar.gz")) (sha256 (base32 "04akiwab8iy5iy34razcvh9mcja9wy737civ3sbjxk4j143s1b2s")) - (patches (search-patches "jbig2dec-ignore-testtest.patch")))) + (patches (search-patches "jbig2dec-ignore-testtest.patch" + "jbig2dec-CVE-2016-9601.patch")))) (build-system gnu-build-system) (synopsis "Decoder of the JBIG2 image compression format") |