gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.7.
This commit is contained in:
parent
2c7f2b40e2
commit
fc31774747
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
(define-public cryptsetup
|
(define-public cryptsetup
|
||||||
(package
|
(package
|
||||||
(name "cryptsetup")
|
(name "cryptsetup")
|
||||||
(version "2.3.6")
|
(version "2.3.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
|
(uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"/cryptsetup-" version ".tar.xz"))
|
"/cryptsetup-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pv34l6230ba1i5p0z6zmvfqvv3as0cwn731h2qw4xm53sibg5mj"))))
|
"1a97rvi6arsj8dikh1qsvixx9rizm89k155q2ypifqlqllr530v1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in a new issue