gnu: xz: Update to 5.2.6 [security fix].
Includes fix for CVE-2022-1271. * gnu/packages/compression.scm (xz): Update to 5.2.6. Signed-off-by: Marius Bakke <marius@gnu.org>master
parent
884548b476
commit
d4485c5af7
gnu/packages
|
@ -484,7 +484,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
|
||||||
(define-public xz
|
(define-public xz
|
||||||
(package
|
(package
|
||||||
(name "xz")
|
(name "xz")
|
||||||
(version "5.2.5")
|
(version "5.2.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "http://tukaani.org/xz/xz-" version
|
(uri (list (string-append "http://tukaani.org/xz/xz-" version
|
||||||
|
@ -493,7 +493,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
|
||||||
version ".tar.gz")))
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"045s9agl3bpv3swlwydhgsqh7791957vmgw2plw8f1rks07r3x7n"))))
|
"185kj56a996d04d943xisvpifvnsbr7iplyf2nyjxkbvw6z5l452"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue