all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68567] [PATCH] gnu: ruby-3.2: Upgrade to 3.2.3 [fixes CVE-2023-36617].
@ 2024-01-18 11:02 Remco van 't Veer
  2024-02-12 10:50 ` bug#68567: Close Andreas Enge
  0 siblings, 1 reply; 2+ messages in thread
From: Remco van 't Veer @ 2024-01-18 11:02 UTC (permalink / raw)
  To: 68567; +Cc: Remco van 't Veer

Fixes: CVE-2023-36617 (ReDoS vulnerability in URI).

* gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.3.
---
 gnu/packages/ruby.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1490c783fa..59dc27e24f 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -29,7 +29,7 @@
 ;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org>
 ;;; Copyright © 2021 Giovanni Biscuolo <g@xelera.eu>
 ;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
-;;; Copyright © 2022, 2023 Remco van 't Veer <remco@remworks.net>
+;;; Copyright © 2022-2024 Remco van 't Veer <remco@remworks.net>
 ;;; Copyright © 2022 Taiju HIGASHI <higashi@taiju.info>
 ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
@@ -273,7 +273,7 @@ (define-public ruby-3.1
 (define-public ruby-3.2
   (package
     (inherit ruby-3.1)
-    (version "3.2.2")
+    (version "3.2.3")
     (source
      (origin
        (method url-fetch)
@@ -282,7 +282,7 @@ (define-public ruby-3.2
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "08wy2ishjwbccfsrd0iwmyadbwjzrpyxnk74wcrf7163gq7jsdab"))))
+         "0ss7pb7f62sakq5ywpw3dl0v586cl61cd91qlm1i094c9fak3cng"))))
     (inputs
      (modify-inputs (package-inputs ruby-3.1)
        (prepend libyaml)))))
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68567: Close
  2024-01-18 11:02 [bug#68567] [PATCH] gnu: ruby-3.2: Upgrade to 3.2.3 [fixes CVE-2023-36617] Remco van 't Veer
@ 2024-02-12 10:50 ` Andreas Enge
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2024-02-12 10:50 UTC (permalink / raw)
  To: 68567-done

Pushed, thanks!

Andreas





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-12 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-18 11:02 [bug#68567] [PATCH] gnu: ruby-3.2: Upgrade to 3.2.3 [fixes CVE-2023-36617] Remco van 't Veer
2024-02-12 10:50 ` bug#68567: Close Andreas Enge

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.