guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: e2fsprogs: Update to 1.45.4 [fixes CVE-2019-5094].


From: guix-commits
Subject: 01/01: gnu: e2fsprogs: Update to 1.45.4 [fixes CVE-2019-5094].
Date: Sat, 12 Oct 2019 15:45:06 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 93ae28c029a75234e802121486759797c931360e
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 12 21:44:26 2019 +0200

    gnu: e2fsprogs: Update to 1.45.4 [fixes CVE-2019-5094].
    
    * gnu/packages/linux.scm (e2fsprogs): Update to 1.45.4.
---
 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 88db31e..bc39757 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1279,7 +1279,7 @@ slabtop, and skill.")
 (define-public e2fsprogs
   (package
     (name "e2fsprogs")
-    (version "1.45.2")
+    (version "1.45.4")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1288,7 +1288,7 @@ slabtop, and skill.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
-               "02g0cm72sgz709s9pkg4mvj56m7bgs7rwnyc2cp7cvg3j6pcjlj9"))))
+               "00nwl1ppjalxbnx40dsm895r3q793p8nni6n81saj7faj2szdyk5"))))
     (build-system gnu-build-system)
     (inputs `(("util-linux" ,util-linux)))
     (native-inputs `(("pkg-config" ,pkg-config)



reply via email to

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