mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libcue: Update to 2.3.0 [security fixes].
Fixes CVE-2023-43641, see <https://github.blog/2023-10-09-coordinated-disclosure-1-click-rce-on-gnome-cve-2023-43641/> for details. * gnu/packages/cdrom.scm (libcue): Update to 2.3.0. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
5c30ef17d6
commit
2610166c37
1 changed files with 2 additions and 2 deletions
|
@ -551,7 +551,7 @@ (define-public dvdstyler
|
|||
(define-public libcue
|
||||
(package
|
||||
(name "libcue")
|
||||
(version "2.2.1")
|
||||
(version "2.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -560,7 +560,7 @@ (define-public libcue
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iqw4n01rv2jyk9lksagyxj8ml0kcfwk67n79zy1r6zv1xfp5ywm"))))
|
||||
"1lkcj31fc0wjqr9lgr1ws6invx6ayvrk7v5kd9lm7956q1mi9ib4"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||
|
|
Loading…
Reference in a new issue