gnu: openexr: Update to 2.2.1 [security fixes].
authorLeo Famulari <leo@famulari.name>
Wed, 3 Jan 2018 18:46:19 +0000 (13:46 -0500)
committerLeo Famulari <leo@famulari.name>
Wed, 3 Jan 2018 22:16:36 +0000 (17:16 -0500)
Fixes CVE-2017-{9110,9111,9112,9113,9114,9115,9116}.

* gnu/packages/graphics.scm (openexr): Update to 2.2.1.

gnu/packages/graphics.scm

index 249bbb6..e99ce33 100644 (file)
@@ -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