3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: expat: Update replacement to 2.4.4 [fixes CVE-2022-23852, CVE-2022-23990].

* gnu/packages/xml.scm (expat/fixed): Update to 2.4.4.
This commit is contained in:
Marius Bakke 2022-01-30 15:36:39 +01:00
parent bb5f6d8cef
commit 5c9c7856a6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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.3")
(version "2.4.4")
(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
"12kp4h40cpyqqpjqaldag0xq4ig1ljzpkzy9i2marc7blnqz3ydi")))))))
"1f0iqdy21wcd5nbfgsf8r2d5ilh15mrv8qmm37nw4l9k6xp5vlmm")))))))
(define-public libebml
(package