emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53237: closed ([PATCH] gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2


From: GNU bug Tracking System
Subject: bug#53237: closed ([PATCH] gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].)
Date: Mon, 17 Jan 2022 20:49:02 +0000

Your message dated Mon, 17 Jan 2022 15:48:22 -0500
with message-id <YeXWFpTNYtg4UQon@jasmine.lan>
and subject line Re: bug#53237: [PATCH] gnu: cryptsetup: Update to 2.3.7 [fixes 
CVE-2021-4122].
has caused the debbugs.gnu.org bug report #53237,
regarding [PATCH] gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53237: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53237
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122]. Date: Thu, 13 Jan 2022 15:02:47 -0500
* 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-module (gnu packages cryptsetup)
 (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 @@ (define-public cryptsetup
                                 "/cryptsetup-" version ".tar.xz"))
             (sha256
              (base32
-              "0pv34l6230ba1i5p0z6zmvfqvv3as0cwn731h2qw4xm53sibg5mj"))))
+              "1a97rvi6arsj8dikh1qsvixx9rizm89k155q2ypifqlqllr530v1"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#53237: [PATCH] gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122]. Date: Mon, 17 Jan 2022 15:48:22 -0500
On Mon, Jan 17, 2022 at 07:04:15PM +0100, Ludovic Courtès wrote:
> Hi,
> 
> Leo Famulari <leo@famulari.name> skribis:
> 
> > * gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.7.
> 
> If ‘cryptsetup’ and ‘cryptsetup-static’ both build fine, go for it!
> 
> We’ll have to keep an eye on installation tests, too.

Right. With this change, the system test 'gui-installed-os-encrypted'
still succeeds.

So, I pushed as fc31774747bb274fbf24abdca37dfa1adf698260


--- End Message ---

reply via email to

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