GNU bug report logs -
#66428
[PATCH] gnu: libcue: Fix CVE-2023-43641.
Previous Next
Reported by: Leo Nikkilä <hello <at> lnikki.la>
Date: Mon, 9 Oct 2023 20:19:02 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
Message #19 received at 66428-done <at> debbugs.gnu.org (full text, mbox):
Hi Leo and Bruno,
On Wed, Oct 11, 2023 at 11:20 PM, Leo Nikkilä wrote:
> 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.
> ---
> gnu/packages/cdrom.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
> index de31002ac1..9eb8511e42 100644
> --- a/gnu/packages/cdrom.scm
> +++ b/gnu/packages/cdrom.scm
> @@ -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")))
>
> base-commit: b4f2b681ad9c01b99f36d3c2f6af78234b41d745
Thanks for the quick work! Pushed as
2610166c37d19dbd00dbb860b1ac2de45f415b4d.
This bug report was last modified 1 year and 301 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.