unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Leo Nikkilä via Guix-patches via" <guix-patches@gnu.org>
To: Bruno Victal <mirai@makinata.eu>
Cc: 66428@debbugs.gnu.org, "Leo Nikkilä" <hello@lnikki.la>
Subject: [bug#66428] [PATCH] gnu: libcue: Update to 2.3.0.
Date: Wed, 11 Oct 2023 23:20:21 +0300	[thread overview]
Message-ID: <20231011202746.2796-1-hello@lnikki.la> (raw)
In-Reply-To: <20231009201647.9891-1-hello@lnikki.la>

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
-- 
2.41.0





  parent reply	other threads:[~2023-10-11 20:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-09 20:15 [bug#66428] [PATCH] gnu: libcue: Fix CVE-2023-43641 Leo Nikkilä via Guix-patches via
2023-10-11 20:02 ` Bruno Victal
2023-10-11 20:27   ` Leo Nikkilä via Guix-patches via
2023-10-11 20:20 ` Leo Nikkilä via Guix-patches via [this message]
2023-10-12  2:16 ` bug#66428: " John Kehayias via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231011202746.2796-1-hello@lnikki.la \
    --to=guix-patches@gnu.org \
    --cc=66428@debbugs.gnu.org \
    --cc=hello@lnikki.la \
    --cc=mirai@makinata.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).