mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libebml: Update to 1.4.2 [fixes CVE-2021-3405].
* gnu/packages/xml.scm (libebml): Update to 1.4.2.
This commit is contained in:
parent
427d606901
commit
73c541d065
1 changed files with 2 additions and 2 deletions
|
@ -142,14 +142,14 @@ (define-public expat
|
|||
(define-public libebml
|
||||
(package
|
||||
(name "libebml")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.matroska.org/downloads/libebml/"
|
||||
"libebml-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0ckhf7wcfwik1c8ilwipdr9p7b58pvqvj8x54l6slqah81lwd53f"))))
|
||||
(base32 "1wmri5c94b02q2z32bqlpfs4vbw0n0c602321wigna2qw1y27is1"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue