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.
This commit is contained in:
Marius Bakke 2022-02-19 10:40:15 +01:00
parent 2f6f9f2e54
commit 4030ab515b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -158,7 +158,7 @@ (define-public expat
(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 @@ (define expat/fixed
"/expat-" version ".tar.xz")))
(sha256
(base32
"1f0iqdy21wcd5nbfgsf8r2d5ilh15mrv8qmm37nw4l9k6xp5vlmm")))))))
"0y95yg7y0hb53ddljdzllg1w64xi5k8xd3531n98ffn6rp3qzbzj")))))))
(define-public libebml
(package