guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: expat: Update replacement to 2.4.5 [security fixes].


From: guix-commits
Subject: 10/10: gnu: expat: Update replacement to 2.4.5 [security fixes].
Date: Sat, 19 Feb 2022 04:49:48 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4030ab515bd91a5c2ad09d34ff9328120542587b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Feb 19 10:40:15 2022 +0100

    gnu: expat: Update replacement to 2.4.5 [security fixes].
    
    This fixes CVE-2022-25235, CVE-2022-25236, CVE-2022-25313, CVE-2022-25314, 
and
    CVE-2022-25315.
    
    * gnu/packages/xml.scm (expat/fixed): Update to 2.4.5.
---
 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 6a897648eb..50ce79fcd9 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -158,7 +158,7 @@ things the parser might find in the XML document (like 
start tags).")
 (define expat/fixed
   (package
     (inherit expat)
-    (version "2.4.4")
+    (version "2.4.5")
     (source (let ((dot->underscore (lambda (c) (if (char=? #\. c) #\_ c))))
               (origin
                 (method url-fetch)
@@ -170,7 +170,7 @@ things the parser might find in the XML document (like 
start tags).")
                             "/expat-" version ".tar.xz")))
                 (sha256
                  (base32
-                  "1f0iqdy21wcd5nbfgsf8r2d5ilh15mrv8qmm37nw4l9k6xp5vlmm")))))))
+                  "0y95yg7y0hb53ddljdzllg1w64xi5k8xd3531n98ffn6rp3qzbzj")))))))
 
 (define-public libebml
   (package



reply via email to

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