GNU bug report logs -
#53237
[PATCH] gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Thu, 13 Jan 2022 20:04:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 17 Jan 2022 15:48:22 -0500
with message-id <YeXWFpTNYtg4UQon <at> 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 <at> gnu.org.)
--
53237: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53237
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
On Mon, Jan 17, 2022 at 07:04:15PM +0100, Ludovic Courtès wrote:
> Hi,
>
> Leo Famulari <leo <at> 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
This bug report was last modified 3 years and 182 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.