me
/
guix
Archived
1
0
Fork 0

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
Greg Hogan 2022-09-02 17:22:57 +00:00 committed by Marius Bakke
parent 884548b476
commit d4485c5af7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -484,7 +484,7 @@ compressed with pbzip2 can be decompressed with bzip2).")
(define-public xz
(package
(name "xz")
(version "5.2.5")
(version "5.2.6")
(source (origin
(method url-fetch)
(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")))
(sha256
(base32
"045s9agl3bpv3swlwydhgsqh7791957vmgw2plw8f1rks07r3x7n"))))
"185kj56a996d04d943xisvpifvnsbr7iplyf2nyjxkbvw6z5l452"))))
(build-system gnu-build-system)
(arguments
`(#:phases