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>
parent
5c30ef17d6
commit
2610166c37
|
@ -551,7 +551,7 @@ graphical interface.")
|
||||||
(define-public libcue
|
(define-public libcue
|
||||||
(package
|
(package
|
||||||
(name "libcue")
|
(name "libcue")
|
||||||
(version "2.2.1")
|
(version "2.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -560,7 +560,7 @@ graphical interface.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iqw4n01rv2jyk9lksagyxj8ml0kcfwk67n79zy1r6zv1xfp5ywm"))))
|
"1lkcj31fc0wjqr9lgr1ws6invx6ayvrk7v5kd9lm7956q1mi9ib4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||||
|
|
Reference in New Issue