mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
2f6f9f2e54
commit
4030ab515b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue