diff options
author | Leo Famulari <leo@famulari.name> | 2016-09-09 01:59:35 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-09-09 21:03:19 -0400 |
commit | 4ce01773f3fe4c600785e38ba2e94033e66a72ef (patch) | |
tree | f45b803f4bc83e8d023bf241dc35b149805fa24d /gnu/packages/image.scm | |
parent | 0f97e7e5cdd4cbe75cdec99305a689a5f357a83a (diff) |
gnu: openjpeg: Fix CVE-2016-5157.
* gnu/packages/patches/openjpeg-CVE-2016-5157.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg): 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 be0bb6feac..fe21d23d93 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -391,7 +391,8 @@ work.") (sha256 (base32 "1anv0rjkbxw9kx91wvlfpb3dhppibda6kb1papny46bjzi3pzhl2")) - (patches (search-patches "openjpeg-CVE-2016-7163.patch")))) + (patches (search-patches "openjpeg-CVE-2016-5157.patch" + "openjpeg-CVE-2016-7163.patch")))) (build-system cmake-build-system) (arguments ;; Trying to run `$ make check' results in a no rule fault. |