GNU bug report logs - #77309
[PATCH] gnu: ruby-3.3: Upgrade to 3.3.7

Previous Next

Package: guix-patches;

Reported by: Remco van 't Veer <remco <at> remworks.net>

Date: Thu, 27 Mar 2025 12:50:05 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77309 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix <at> cbaines.net, guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Thu, 27 Mar 2025 12:50:05 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 <at> cbaines.net, guix-patches <at> gnu.org. (Thu, 27 Mar 2025 12:50:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Remco van 't Veer <remco <at> remworks.net>
To: guix-patches <at> gnu.org
Cc: Remco van 't Veer <remco <at> remworks.net>
Subject: [PATCH] gnu: ruby-3.3: Upgrade to 3.3.7
Date: Thu, 27 Mar 2025 13:48:45 +0100
* gnu/packages/ruby.scm (ruby-3.3): Upgrade to 3.3.7.

Change-Id: I93661f31ee8d0c69cf1e70c39977da7713d8348c
---
 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 24407fbd58..912f5c9b24 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -280,7 +280,7 @@ (define-public ruby-3.2
 (define-public ruby-3.3
   (package
     (inherit ruby-3.2)
-    (version "3.3.3")
+    (version "3.3.7")
     (source
      (origin
        (method url-fetch)
@@ -289,7 +289,7 @@ (define-public ruby-3.3
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "07pwf3zkf7idl95agfjbv2lvamcp0spp0znqp9arb71ri19rkh43"))))))
+         "0wmdnqcmfa5mf961hzklvjic7vdpgrbl2ckhaafb1m0fbrhbrg2x"))))))
 
 (define-public ruby ruby-3.1)
 

base-commit: 90d525e0cffeb7498e7b98bedbc9ae67814c06a2
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Wed, 14 May 2025 09:54:02 GMT) Full text and rfc822 format available.

Message #8 received at 77309 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Remco van 't Veer <remco <at> remworks.net>
Cc: guix <at> cbaines.net, 77309 <at> debbugs.gnu.org, ngraves <at> ngraves.fr,
 sharlatanus <at> gmail.com
Subject: Re: [PATCH] gnu: ruby-3.3: Upgrade to 3.3.7
Date: Wed, 14 May 2025 11:53:42 +0200
Hello,

thanks for the patch!

This is already part of the ruby-team branch, which I am cc-ing along
with people who have worked on this branch.

Do you think it is ready so that you could open a merge request? The
queue on QA is slowly, but surely, decreasing.

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Wed, 14 May 2025 10:39:03 GMT) Full text and rfc822 format available.

Message #11 received at 77309 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andreas Enge <andreas <at> enge.fr>
Cc: guix <at> cbaines.net, 77309 <at> debbugs.gnu.org, ngraves <at> ngraves.fr,
 Remco van 't Veer <remco <at> remworks.net>, sharlatanus <at> gmail.com
Subject: Re: [PATCH] gnu: ruby-3.3: Upgrade to 3.3.7
Date: Wed, 14 May 2025 11:38:09 +0100
[Message part 1 (text/plain, inline)]
Andreas Enge <andreas <at> enge.fr> writes:

> This is already part of the ruby-team branch, which I am cc-ing along
> with people who have worked on this branch.

I think this is a good example of point 2 for managing branches on [1]:

   Any changes that can be made on the master branch, should be made on
   the master branch. If a commit can be split to apply part of the
   changes on master, this is good to do.

1: https://guix.gnu.org/manual/devel/en/html_node/Managing-Patches-and-Branches.html


Looking at the number of packages affected from QA, this change can go
straight to master, so shouldn't go via a branch.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Wed, 14 May 2025 12:26:05 GMT) Full text and rfc822 format available.

Message #14 received at 77309 <at> debbugs.gnu.org (full text, mbox):

From: Remco van 't Veer <remco <at> remworks.net>
To: Christopher Baines <mail <at> cbaines.net>
Cc: guix <at> cbaines.net, Andreas Enge <andreas <at> enge.fr>, 77309 <at> debbugs.gnu.org,
 ngraves <at> ngraves.fr, sharlatanus <at> gmail.com
Subject: Re: [PATCH] gnu: ruby-3.3: Upgrade to 3.3.7
Date: Wed, 14 May 2025 14:25:39 +0200
This patch is already outdated since 3.3.8 was released April 9th
plugging another CVE (2025-25186) and other bugfixes.  Should I create
another patch for that instead on this ticket?




Information forwarded to guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Wed, 14 May 2025 12:39:02 GMT) Full text and rfc822 format available.

Message #17 received at 77309 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Remco van 't Veer <remco <at> remworks.net>
Cc: guix <at> cbaines.net, Andreas Enge <andreas <at> enge.fr>, 77309 <at> debbugs.gnu.org,
 ngraves <at> ngraves.fr, sharlatanus <at> gmail.com
Subject: Re: [PATCH] gnu: ruby-3.3: Upgrade to 3.3.7
Date: Wed, 14 May 2025 13:38:22 +0100
[Message part 1 (text/plain, inline)]
Remco van 't Veer <remco <at> remworks.net> writes:

> This patch is already outdated since 3.3.8 was released April 9th
> plugging another CVE (2025-25186) and other bugfixes.  Should I create
> another patch for that instead on this ticket?

Yep, feel free to send an updated patch.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Wed, 14 May 2025 13:09:02 GMT) Full text and rfc822 format available.

Message #20 received at 77309 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Remco van 't Veer <remco <at> remworks.net>
Cc: guix <at> cbaines.net, 77309 <at> debbugs.gnu.org,
 Christopher Baines <mail <at> cbaines.net>, ngraves <at> ngraves.fr,
 sharlatanus <at> gmail.com
Subject: Re: [PATCH] gnu: ruby-3.3: Upgrade to 3.3.7
Date: Wed, 14 May 2025 15:08:32 +0200
Am Wed, May 14, 2025 at 02:25:39PM +0200 schrieb Remco van 't Veer:
> This patch is already outdated since 3.3.8 was released April 9th
> plugging another CVE (2025-25186) and other bugfixes.  Should I create
> another patch for that instead on this ticket?

Since this patch was already built on QA, I have started by pushing it.
Could you prepare something called a v2 against current master then
and send it to this patch?

Thanks,

Andreas





Information forwarded to guix <at> cbaines.net, guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Wed, 14 May 2025 13:53:01 GMT) Full text and rfc822 format available.

Message #23 received at 77309 <at> debbugs.gnu.org (full text, mbox):

From: Remco van 't Veer <remco <at> remworks.net>
To: 77309 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr, Remco van 't Veer <remco <at> remworks.net>,
 mail <at> cbaines.net, andreas <at> enge.fr, guix <at> cbaines.net, sharlatanus <at> gmail.com
Subject: [PATCH] gnu: ruby-3.3: Update to 3.3.8
Date: Wed, 14 May 2025 15:50:41 +0200
* gnu/packages/ruby.scm (ruby-3.3): Update to 3.3.8

Change-Id: I27abc4d0ce4751270cd12509f9367f7f693f39e4
---
 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 d52f94a820..e5d1f34858 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-2024 Remco van 't Veer <remco <at> remworks.net>
+;;; Copyright © 2022-2025 Remco van 't Veer <remco <at> remworks.net>
 ;;; Copyright © 2022 Taiju HIGASHI <higashi <at> taiju.info>
 ;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
 ;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev <at> gmail.com>
@@ -280,7 +280,7 @@ (define-public ruby-3.2
 (define-public ruby-3.3
   (package
     (inherit ruby-3.2)
-    (version "3.3.3")
+    (version "3.3.8")
     (source
      (origin
        (method url-fetch)
@@ -289,7 +289,7 @@ (define-public ruby-3.3
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "07pwf3zkf7idl95agfjbv2lvamcp0spp0znqp9arb71ri19rkh43"))))))
+         "0hl6bi27w711hva96f95hg02vqzb30kabdw9hbj3rnj3w3z71bj4"))))))
 
 (define-public ruby ruby-3.1)
 

base-commit: 63088c295d81cc3d0e808c478d4fe479a2c90102
-- 
2.49.0





Information forwarded to guix <at> cbaines.net, guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Wed, 14 May 2025 14:42:02 GMT) Full text and rfc822 format available.

Message #26 received at 77309 <at> debbugs.gnu.org (full text, mbox):

From: Remco van 't Veer <remco <at> remworks.net>
To: 77309 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr, Remco van 't Veer <remco <at> remworks.net>,
 mail <at> cbaines.net, andreas <at> enge.fr, guix <at> cbaines.net, sharlatanus <at> gmail.com
Subject: [PATCH v2 0/1] ruby 3.3.7 -> ruby 3.3.8
Date: Wed, 14 May 2025 16:39:34 +0200
Sorry, I missed the email from Andreas.  Here's a v2 going from 3.3.7
to 3.3.8.

Remco van 't Veer (1):
  gnu: ruby-3.3: Update to 3.3.8

 gnu/packages/ruby.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: c5265b90b055ee15908298c5d463301f1aae2eb1
-- 
2.49.0





Information forwarded to guix <at> cbaines.net, guix-patches <at> gnu.org:
bug#77309; Package guix-patches. (Wed, 14 May 2025 14:42:02 GMT) Full text and rfc822 format available.

Message #29 received at 77309 <at> debbugs.gnu.org (full text, mbox):

From: Remco van 't Veer <remco <at> remworks.net>
To: 77309 <at> debbugs.gnu.org
Cc: ngraves <at> ngraves.fr, Remco van 't Veer <remco <at> remworks.net>,
 mail <at> cbaines.net, andreas <at> enge.fr, guix <at> cbaines.net, sharlatanus <at> gmail.com
Subject: [PATCH v2 1/1] gnu: ruby-3.3: Update to 3.3.8
Date: Wed, 14 May 2025 16:39:35 +0200
* gnu/packages/ruby.scm (ruby-3.3): Update to 3.3.8

Change-Id: Idbe08dd40dc18be3737e6227012716e2f4002f79
---
 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 80903c787c..e5d1f34858 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-2024 Remco van 't Veer <remco <at> remworks.net>
+;;; Copyright © 2022-2025 Remco van 't Veer <remco <at> remworks.net>
 ;;; Copyright © 2022 Taiju HIGASHI <higashi <at> taiju.info>
 ;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
 ;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev <at> gmail.com>
@@ -280,7 +280,7 @@ (define-public ruby-3.2
 (define-public ruby-3.3
   (package
     (inherit ruby-3.2)
-    (version "3.3.7")
+    (version "3.3.8")
     (source
      (origin
        (method url-fetch)
@@ -289,7 +289,7 @@ (define-public ruby-3.3
                            "/ruby-" version ".tar.xz"))
        (sha256
         (base32
-         "0wmdnqcmfa5mf961hzklvjic7vdpgrbl2ckhaafb1m0fbrhbrg2x"))))))
+         "0hl6bi27w711hva96f95hg02vqzb30kabdw9hbj3rnj3w3z71bj4"))))))
 
 (define-public ruby ruby-3.1)
 
-- 
2.49.0





This bug report was last modified 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.