guix-commits
[Top][All Lists]
Advanced

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

14/14: gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674].


From: guix-commits
Subject: 14/14: gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674].
Date: Wed, 28 Sep 2022 14:58:48 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit eca27032d9cf6206b794ac802ba1594c9b7276ef
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Sep 28 20:56:04 2022 +0200

    gnu: expat: Update replacement to 2.4.9 [fixes CVE-2022-40674].
    
    * gnu/packages/xml.scm (expat/fixed): Update to 2.4.9.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 467f90ab39..42d76bef53 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -159,7 +159,7 @@ things the parser might find in the XML document (like 
start tags).")
 (define expat/fixed
   (package
     (inherit expat)
-    (version "2.4.7")
+    (version "2.4.9")
     (source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
               (origin
                 (method url-fetch)
@@ -171,7 +171,7 @@ things the parser might find in the XML document (like 
start tags).")
                             "/expat-" version ".tar.xz")))
                 (sha256
                  (base32
-                  "0zbss0dssn17mjmvk17qfi5cmvm0lcyzs62cwvqr219hhl864xcq")))))))
+                  "0m03zh7al39mx4rf0s2bgdn77r658qqf9k3a7bwx6z2wzql0g33f")))))))
 
 (define-public libebml
   (package



reply via email to

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