summaryrefslogtreecommitdiff
path: root/gnu/packages/graphics.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-01-03 13:46:19 -0500
committerLeo Famulari <leo@famulari.name>2018-01-03 17:16:36 -0500
commit564f5da07dedf1169e648e4ce45ced6bcad9799c (patch)
treeded2952780ebe9af9be046a00f4b4aaf2cc21082 /gnu/packages/graphics.scm
parent0c84e8679c6d41e46416cfe97d63221a64beee55 (diff)
downloadguix-patches-564f5da07dedf1169e648e4ce45ced6bcad9799c.tar
guix-patches-564f5da07dedf1169e648e4ce45ced6bcad9799c.tar.gz
gnu: openexr: Update to 2.2.1 [security fixes].
Fixes CVE-2017-{9110,9111,9112,9113,9114,9115,9116}. * gnu/packages/graphics.scm (openexr): Update to 2.2.1.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r--gnu/packages/graphics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 249bbb6df1..e99ce33f35 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -305,14 +305,14 @@ graphics.")
(define-public openexr
(package
(name "openexr")
- (version "2.2.0")
+ (version "2.2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/openexr/openexr-"
version ".tar.gz"))
(sha256
(base32
- "0ca2j526n4wlamrxb85y2jrgcv0gf21b3a19rr0gh4rjqkv1581n"))
+ "1kdf2gqznsdinbd5vcmqnif442nyhdf9l7ckc51410qm2gv5m6lg"))
(modules '((guix build utils)))
(snippet
'(begin