guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ruby-3.2: Update to 3.2.3.


From: guix-commits
Subject: branch master updated: gnu: ruby-3.2: Update to 3.2.3.
Date: Mon, 12 Feb 2024 05:50:23 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new faeae5114c gnu: ruby-3.2: Update to 3.2.3.
faeae5114c is described below

commit faeae5114c1d71bed4ac7e83e10beeda3e6261e2
Author: Remco van 't Veer <remco@remworks.net>
AuthorDate: Thu Jan 18 12:02:17 2024 +0100

    gnu: ruby-3.2: Update to 3.2.3.
    
    Fixes CVE-2023-36617 (ReDoS vulnerability in URI).
    
    * gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.3.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
    Change-Id: I20d92f4b6e566466e5af087712e91d0ecc1735da
---
 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 @@ a focus on simplicity and productivity.")
 (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 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "08wy2ishjwbccfsrd0iwmyadbwjzrpyxnk74wcrf7163gq7jsdab"))))
+         "0ss7pb7f62sakq5ywpw3dl0v586cl61cd91qlm1i094c9fak3cng"))))
     (inputs
      (modify-inputs (package-inputs ruby-3.1)
        (prepend libyaml)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]