GNU bug report logs -
#62561
[PATCH] gnu: ruby-3.2: Upgrade to 3.2.2 [fixes CVE-2023-{28755, 28756}].
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62561 in the body.
You can then email your comments to 62561 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#62561
; Package
guix-patches
.
(Fri, 31 Mar 2023 05:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Remco van 't Veer <remco <at> remworks.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 31 Mar 2023 05:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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.
---
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 3bf0f0f534..cb1fa4ea56 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -29,7 +29,7 @@
;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin <at> mailbox.org>
;;; Copyright © 2021 Giovanni Biscuolo <g <at> xelera.eu>
;;; Copyright © 2022 Philip McGrath <philip <at> philipmcgrath.com>
-;;; Copyright © 2022 Remco van 't Veer <remco <at> remworks.net>
+;;; Copyright © 2022, 2023 Remco van 't Veer <remco <at> remworks.net>
;;; Copyright © 2022 Taiju HIGASHI <higashi <at> taiju.info>
;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
;;;
@@ -246,7 +246,7 @@ (define-public ruby-3.1
(define-public ruby-3.2
(package
(inherit ruby-3.1)
- (version "3.2.1")
+ (version "3.2.2")
(source
(origin
(method url-fetch)
@@ -255,7 +255,7 @@ (define-public ruby-3.2
"/ruby-" version ".tar.xz"))
(sha256
(base32
- "0333xln2jkqdfk5zwxas6rpyd4rff2910z99qnyrqi15mrhqcv3l"))))
+ "08wy2ishjwbccfsrd0iwmyadbwjzrpyxnk74wcrf7163gq7jsdab"))))
(inputs
(modify-inputs (package-inputs ruby-3.1)
(prepend libyaml)))))
--
2.39.2
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Fri, 19 May 2023 09:21:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Remco van 't Veer <remco <at> remworks.net>
:
bug acknowledged by developer.
(Fri, 19 May 2023 09:21:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 62561-done <at> debbugs.gnu.org (full text, mbox):
Applied, thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 16 Jun 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 329 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.