diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-23 18:33:21 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-24 16:19:03 -0500 |
commit | 0769cea6970444dd5f5db75f9863ec6ff428e7cb (patch) | |
tree | 5c29e51549baae58f97abe3f2f94cdbda02af3ff /gnu/packages/image.scm | |
parent | 23d57f74dcaddc39b2fe57fc0eabcd5907318882 (diff) | |
download | guix-0769cea6970444dd5f5db75f9863ec6ff428e7cb.tar guix-0769cea6970444dd5f5db75f9863ec6ff428e7cb.tar.gz |
gnu: openjpeg: Fix CVE-2016-{9572,9573}.
* gnu/packages/patches/openjpeg-CVE-2016-9572-CVE-2016-9573.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg-2.1.2)[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 637819947c..54b7dd6e22 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -498,7 +498,8 @@ error-resilience, a Java-viewer for j2k-images, ...") (base32 "19yz4g0c45sm8y1z01j9djsrl1mkz3pmw7fykc6hkvrqymp7prsc")) (patches - (search-patches "openjpeg-CVE-2016-9850-CVE-2016-9851.patch")))))) + (search-patches "openjpeg-CVE-2016-9850-CVE-2016-9851.patch" + "openjpeg-CVE-2016-9572-CVE-2016-9573.patch")))))) (define-public openjpeg-1 (package (inherit openjpeg) |