guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: libraw: Update to 0.18.10 [fixes CVE-2018-10528, CVE-2018-10


From: Marius Bakke
Subject: 05/05: gnu: libraw: Update to 0.18.10 [fixes CVE-2018-10528, CVE-2018-10529].
Date: Thu, 3 May 2018 14:39:43 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e6006d13b6d29b79ebbb3c692698ac2ab47e7fb0
Author: Marius Bakke <address@hidden>
Date:   Thu May 3 20:36:04 2018 +0200

    gnu: libraw: Update to 0.18.10 [fixes CVE-2018-10528, CVE-2018-10529].
    
    * gnu/packages/photo.scm (libraw): Update to 0.18.10.
---
 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 2c0c231..348ac1d 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -69,14 +69,14 @@
 (define-public libraw
   (package
     (name "libraw")
-    (version "0.18.9")
+    (version "0.18.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.libraw.org/data/LibRaw-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0kmjfdr409k9q9n17k9ywims5z4kqc16s81ba7y09n7669q1gvyj"))))
+                "0klrzg1cn8ksxqbhx52dldi5bbmad190npnhhgkyr2jzpgrbpj88"))))
     (build-system gnu-build-system)
     (home-page "https://www.libraw.org";)
     (synopsis "Raw image decoder")



reply via email to

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