guix-commits
[Top][All Lists]
Advanced

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

01/19: gnu: xz: Update to 5.2.6 [security fix].


From: guix-commits
Subject: 01/19: gnu: xz: Update to 5.2.6 [security fix].
Date: Thu, 8 Sep 2022 15:45:18 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit d4485c5af7b6f0412b5d536eff62d0c666a5dbe6
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Sep 2 17:22:57 2022 +0000

    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>
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 9e0a132cfc..501db8f38b 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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



reply via email to

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