guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-


From: guix-commits
Subject: branch master updated: gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].
Date: Mon, 17 Jan 2022 15:47:47 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fc31774747 gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].
fc31774747 is described below

commit fc31774747bb274fbf24abdca37dfa1adf698260
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jan 13 15:01:59 2022 -0500

    gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].
    
    * gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.7.
---
 gnu/packages/cryptsetup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index c8853dca30..d8a6437259 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -35,7 +35,7 @@
 (define-public cryptsetup
   (package
    (name "cryptsetup")
-   (version "2.3.6")
+   (version "2.3.7")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
@@ -43,7 +43,7 @@
                                 "/cryptsetup-" version ".tar.xz"))
             (sha256
              (base32
-              "0pv34l6230ba1i5p0z6zmvfqvv3as0cwn731h2qw4xm53sibg5mj"))))
+              "1a97rvi6arsj8dikh1qsvixx9rizm89k155q2ypifqlqllr530v1"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags



reply via email to

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