guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libraw: Update to 0.17.2 [fixes CVE-2015-{8366, 8367}].


From: Leo Famulari
Subject: 01/01: gnu: libraw: Update to 0.17.2 [fixes CVE-2015-{8366, 8367}].
Date: Fri, 14 Oct 2016 17:24:31 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit b280e67ca6f62c176c72439df4533a9737b9130a
Author: Alex Vong <address@hidden>
Date:   Fri Oct 14 21:45:47 2016 +0800

    gnu: libraw: Update to 0.17.2 [fixes CVE-2015-{8366,8367}].
    
    * gnu/packages/photo.scm (libraw): Update to 0.17.2.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/photo.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 8eb5337..f4d110e 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -51,14 +51,14 @@
 (define-public libraw
   (package
     (name "libraw")
-    (version "0.17.0")
+    (version "0.17.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.libraw.org/data/LibRaw-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "043kckxjqanw8dl3m9f6kvsf0l20ywxmgxd1xb0slj6m8l4w4hz6"))))
+                "0p6imxpsfn82i0i9w27fnzq6q6gwzvb9f7sygqqakv36fqnc9c4j"))))
     (build-system gnu-build-system)
     (home-page "http://www.libraw.org";)
     (synopsis "Raw image decoder")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]