guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: fuse: Update to 2.9.8 [fixes CVE-2018-10906].


From: Marius Bakke
Subject: 01/01: gnu: fuse: Update to 2.9.8 [fixes CVE-2018-10906].
Date: Tue, 24 Jul 2018 17:17:55 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 718f791f4ef9f0f3b7d9cd218ba55a3a73c62111
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 24 23:15:56 2018 +0200

    gnu: fuse: Update to 2.9.8 [fixes CVE-2018-10906].
    
    * gnu/packages/linux.scm (fuse): Update to 2.9.8.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7ad62b1..7edf20e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1611,7 +1611,7 @@ processes currently causing I/O.")
 (define-public fuse
   (package
     (name "fuse")
-    (version "2.9.7")
+    (version "2.9.8")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/libfuse/libfuse/releases/";
@@ -1619,7 +1619,7 @@ processes currently causing I/O.")
                                   "/fuse-" version ".tar.gz"))
               (sha256
                (base32
-                "0x486nri30f7cgy0acj87v9sjxsjrr0cymrvw4h3r0sgmp8k4943"))
+                "1k4ggl2y5v0lr98l189pc81w0zijj23wbbnijsc6zlx84117nd0j"))
               (patches (search-patches "fuse-overlapping-headers.patch"))))
     (build-system gnu-build-system)
     (inputs `(("util-linux" ,util-linux)))



reply via email to

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