guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ruby-3.2: Upgrade to 3.2.2 [fixes CVE-2023-{28755, 28756}].


From: guix-commits
Subject: 03/03: gnu: ruby-3.2: Upgrade to 3.2.2 [fixes CVE-2023-{28755, 28756}].
Date: Fri, 19 May 2023 05:18:47 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 14c03807ba4bc81d42cf869f5b827f7da54ff843
Author: Remco van 't Veer <remco@remworks.net>
AuthorDate: Fri Mar 31 07:42:43 2023 +0200

    gnu: ruby-3.2: Upgrade to 3.2.2 [fixes CVE-2023-{28755, 28756}].
    
    Fixes: CVE-2023-28755 (ReDoS vulnerability in URI), and
    CVE-2023-28756 (ReDoS vulnerability in Time).
    
    * gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.2.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 92224958ec..dbd4127343 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -245,7 +245,7 @@ a focus on simplicity and productivity.")
 (define-public ruby-3.2
   (package
     (inherit ruby-3.1)
-    (version "3.2.1")
+    (version "3.2.2")
     (source
      (origin
        (method url-fetch)
@@ -254,7 +254,7 @@ a focus on simplicity and productivity.")
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "0333xln2jkqdfk5zwxas6rpyd4rff2910z99qnyrqi15mrhqcv3l"))))
+         "08wy2ishjwbccfsrd0iwmyadbwjzrpyxnk74wcrf7163gq7jsdab"))))
     (inputs
      (modify-inputs (package-inputs ruby-3.1)
        (prepend libyaml)))))



reply via email to

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