Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *ruby* to *4.0.7* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-ruby-upgrade-4.0.6-4.0.7.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From e89e008497ac8dcd0cb9ace8d2622e9313984e44 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Tue, 15 Sep 2026 05:31:03 +0000
Subject: [PATCH] ruby: upgrade 4.0.6 -> 4.0.7

---
 ...id-build-time-race-condition-when-cross-compiling.patch | 7 ++-----
 .../0001-Don-t-save-the-original-name-and-timestamp.patch  | 2 +-
 ...0001-extmk-fix-cross-compilation-of-external-gems.patch | 2 +-
 ...vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch | 4 ++--
 .../ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch   | 2 +-
 .../ruby/0003-rdoc-build-reproducible-documentation.patch  | 2 +-
 ...-mkmf.rb-sort-list-of-object-files-in-generated-M.patch | 2 +-
 ...ark-Gemspec-reproducible-change-fixing-784225-too.patch | 6 +++---
 .../ruby/ruby/0006-Make-gemspecs-reproducible.patch        | 2 +-
 ...007-Skip-test_rm_r_no_permissions-test-under-root.patch | 2 +-
 .../recipes-devtools/ruby/{ruby_4.0.6.bb => ruby_4.0.7.bb} | 2 +-
 11 files changed, 15 insertions(+), 18 deletions(-)
 rename meta/recipes-devtools/ruby/{ruby_4.0.6.bb => ruby_4.0.7.bb} (98%)

diff --git 
a/meta/recipes-devtools/ruby/ruby/0001-Avoid-build-time-race-condition-when-cross-compiling.patch
 
b/meta/recipes-devtools/ruby/ruby/0001-Avoid-build-time-race-condition-when-cross-compiling.patch
index 3435dae7d0..d62e3affff 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0001-Avoid-build-time-race-condition-when-cross-compiling.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0001-Avoid-build-time-race-condition-when-cross-compiling.patch
@@ -1,4 +1,4 @@
-From b79c9ccbf17852f3ffd6acb8cc56124829e03edf Mon Sep 17 00:00:00 2001
+From 94b3a85def80680c6efb35e75b6e0dcd4bbf4645 Mon Sep 17 00:00:00 2001
 From: Paul Barker <[email protected]>
 Date: Fri, 31 Jul 2026 13:15:37 +0100
 Subject: [PATCH] Avoid build-time race condition when cross-compiling from a
@@ -39,7 +39,7 @@ Signed-off-by: Paul Barker <[email protected]>
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/defs/gmake.mk b/defs/gmake.mk
-index e6f553fa8c1b..413057ca6896 100644
+index e6f553f..413057c 100644
 --- a/defs/gmake.mk
 +++ b/defs/gmake.mk
 @@ -435,9 +435,7 @@ endif
@@ -62,6 +62,3 @@ index e6f553fa8c1b..413057ca6896 100644
  
  include $(top_srcdir)/yjit/yjit.mk
  include $(top_srcdir)/zjit/zjit.mk
--- 
-2.43.0
-
diff --git 
a/meta/recipes-devtools/ruby/ruby/0001-Don-t-save-the-original-name-and-timestamp.patch
 
b/meta/recipes-devtools/ruby/ruby/0001-Don-t-save-the-original-name-and-timestamp.patch
index b5bcfab924..1fd2066e1e 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0001-Don-t-save-the-original-name-and-timestamp.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0001-Don-t-save-the-original-name-and-timestamp.patch
@@ -1,4 +1,4 @@
-From efd3a6d0f0cef4b2313a106f1a00e7d4a597d510 Mon Sep 17 00:00:00 2001
+From ac16ff9a35127c718422caf27fbe1dfa2309b136 Mon Sep 17 00:00:00 2001
 From: Changqing Li <[email protected]>
 Date: Fri, 27 Feb 2026 16:59:24 +0800
 Subject: [PATCH] Don't save the original name and timestamp
diff --git 
a/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
 
b/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
index e00ce7bb73..36037aede3 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
@@ -1,4 +1,4 @@
-From 7c1f11416499ce7cd1e6874840df2498e922ab78 Mon Sep 17 00:00:00 2001
+From 846b17f3dbdbbd6b7dd7dcc81fda1826b87ee541 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <[email protected]>
 Date: Mon, 30 Sep 2019 16:57:01 +0100
 Subject: [PATCH] extmk: fix cross-compilation of external gems
diff --git 
a/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
 
b/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
index 8ae4202e60..ea63dfe227 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
@@ -1,4 +1,4 @@
-From 4b66682db87a92d20c5ef0a00ea6eef41526d0cc Mon Sep 17 00:00:00 2001
+From f94129cac9e412a64bfb3dbd796912df058c6e1b Mon Sep 17 00:00:00 2001
 From: Khem Raj <[email protected]>
 Date: Tue, 25 Jan 2022 20:29:14 -0800
 Subject: [PATCH] vm_dump.c: Define REG_S1 and REG_S2 for musl/riscv
@@ -14,7 +14,7 @@ Signed-off-by: Khem Raj <[email protected]>
  1 file changed, 5 insertions(+)
 
 diff --git a/vm_dump.c b/vm_dump.c
-index e2b4804..0b7d868 100644
+index 8558ed8..230702d 100644
 --- a/vm_dump.c
 +++ b/vm_dump.c
 @@ -40,6 +40,11 @@
diff --git 
a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
 
b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
index af4f768442..0e7c23007b 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
@@ -1,4 +1,4 @@
-From e1cb706a8653c632419803f8d36f3dd2d787face Mon Sep 17 00:00:00 2001
+From 385ea30ee2219bf9d1c702f18e38a2402a77a443 Mon Sep 17 00:00:00 2001
 From: Christopher Larson <[email protected]>
 Date: Thu, 5 May 2016 10:59:07 -0700
 Subject: [PATCH] Obey LDFLAGS for the link of libruby
diff --git 
a/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
 
b/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
index 5c038a50cc..8bf6f38afe 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
@@ -1,4 +1,4 @@
-From 8476953b735fabad857ddfe78dd3ffcbef4028c5 Mon Sep 17 00:00:00 2001
+From 3f6ac07fd0359eb3d41db86a4276b5c7818f2e6b Mon Sep 17 00:00:00 2001
 From: Christian Hofstaedtler <[email protected]>
 Date: Tue, 10 Oct 2017 15:04:34 -0300
 Subject: [PATCH] rdoc: build reproducible documentation
diff --git 
a/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
 
b/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
index 0ba10724cb..c50cd7d2b2 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
@@ -1,4 +1,4 @@
-From 9fa6d40d1f7eed5be981c034c3f36bd4a3b5efab Mon Sep 17 00:00:00 2001
+From 0347f66bb6e834c5a5d469f5903527699a8a9f8e Mon Sep 17 00:00:00 2001
 From: Reiner Herrmann <[email protected]>
 Date: Tue, 10 Oct 2017 15:06:13 -0300
 Subject: [PATCH] lib/mkmf.rb: sort list of object files in generated Makefile
diff --git 
a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
 
b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
index 4a10f861dc..e4974ff72e 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
@@ -1,4 +1,4 @@
-From 265381bc616fa281a58b3761c33620c465884ca8 Mon Sep 17 00:00:00 2001
+From 0e53d59cddda29e0c1d7d4196cc1255e04a3b39f Mon Sep 17 00:00:00 2001
 From: Lucas Kanashiro <[email protected]>
 Date: Fri, 1 Nov 2019 15:25:17 -0300
 Subject: [PATCH] Make gemspecs reproducible
@@ -12,10 +12,10 @@ Upstream-Status: Backport [debian]
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
-index 2db9352..925b7a0 100644
+index 9ae135c..427ab48 100644
 --- a/lib/rubygems/specification.rb
 +++ b/lib/rubygems/specification.rb
-@@ -1714,7 +1714,9 @@ class Gem::Specification < Gem::BasicSpecification
+@@ -1726,7 +1726,9 @@ class Gem::Specification < Gem::BasicSpecification
                  raise(Gem::InvalidSpecificationException,
                        "invalid date format in specification: #{date.inspect}")
                end
diff --git 
a/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch 
b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
index 92439ffd7a..3dfe4897f6 100644
--- a/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
+++ b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
@@ -1,4 +1,4 @@
-From 40236d16b640b0c522a550b628cbfb6ee0cdc972 Mon Sep 17 00:00:00 2001
+From d4723a7dda5d2b57863ee1bba6a7456c732ea8e6 Mon Sep 17 00:00:00 2001
 From: Lucas Kanashiro <[email protected]>
 Date: Fri, 1 Nov 2019 15:25:17 -0300
 Subject: [PATCH] Make gemspecs reproducible
diff --git 
a/meta/recipes-devtools/ruby/ruby/0007-Skip-test_rm_r_no_permissions-test-under-root.patch
 
b/meta/recipes-devtools/ruby/ruby/0007-Skip-test_rm_r_no_permissions-test-under-root.patch
index cb77fffe56..70b3efb4d5 100644
--- 
a/meta/recipes-devtools/ruby/ruby/0007-Skip-test_rm_r_no_permissions-test-under-root.patch
+++ 
b/meta/recipes-devtools/ruby/ruby/0007-Skip-test_rm_r_no_permissions-test-under-root.patch
@@ -1,4 +1,4 @@
-From ccb40b4715abfb6c53d431bf421ccfbcdbc4ff93 Mon Sep 17 00:00:00 2001
+From a811d47c307d33a1ee78c752dc2fff57ce6b0ba8 Mon Sep 17 00:00:00 2001
 From: Jiaying Song <[email protected]>
 Date: Mon, 7 Jul 2025 15:05:57 +0800
 Subject: [PATCH] Skip test_rm_r_no_permissions test under root
diff --git a/meta/recipes-devtools/ruby/ruby_4.0.6.bb 
b/meta/recipes-devtools/ruby/ruby_4.0.7.bb
similarity index 98%
rename from meta/recipes-devtools/ruby/ruby_4.0.6.bb
rename to meta/recipes-devtools/ruby/ruby_4.0.7.bb
index d2a81a0ba5..324de86f8c 100644
--- a/meta/recipes-devtools/ruby/ruby_4.0.6.bb
+++ b/meta/recipes-devtools/ruby/ruby_4.0.7.bb
@@ -49,7 +49,7 @@ do_configure:prepend() {
 
 DEPENDS:append:libc-musl = " libucontext"
 
-SRC_URI[sha256sum] = 
"837d299e8f7ddf2be31a229a7a7e019d354979825117989acb3b32b1a9be262a"
+SRC_URI[sha256sum] = 
"911ace20f90d068ca0e4dda6d0e4f0f81e52e52f2dd4f4004c721e253412e82d"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
-- 
2.47.1

packages/x86-64-v3-poky-linux/ruby/ruby-ptest: FILELIST: added 
"/usr/lib/ruby/ptest/test/resolv/test_resource_leak.rb"
packages/x86-64-v3-poky-linux/ruby/ruby: FILELIST: directory renamed 
/usr/lib/ruby/gems/4.0.0/gems/erb-6.0.1.1/libexec -> 
/usr/lib/ruby/gems/4.0.0/gems/erb-6.0.7/libexec, directory renamed 
/usr/lib/ruby/gems/4.0.0/gems/bundler-4.0.16/exe -> 
/usr/lib/ruby/gems/4.0.0/gems/bundler-4.0.20/exe, removed 
"/usr/lib/ruby/gems/4.0.0/specifications/default/erb-6.0.1.1.gemspec 
/usr/lib/ruby/gems/4.0.0/specifications/default/bundler-4.0.16.gemspec 
/usr/lib/libruby.so.4.0.6 
/usr/lib/ruby/gems/4.0.0/specifications/default/resolv-0.7.0.gemspec", added 
"/usr/lib/ruby/gems/4.0.0/specifications/default/erb-6.0.7.gemspec 
/usr/lib/libruby.so.4.0.7 
/usr/lib/ruby/gems/4.0.0/specifications/default/bundler-4.0.20.gemspec 
/usr/lib/ruby/gems/4.0.0/specifications/default/resolv-0.7.2.gemspec"
Changes to packages/x86-64-v3-poky-linux/ruby (sysroot):
  /usr/lib/libruby.so.4.0 changed symlink target from libruby.so.4.0.6 to 
libruby.so.4.0.7
  /usr/lib/libruby.so changed symlink target from libruby.so.4.0.6 to 
libruby.so.4.0.7
  /usr/lib/libruby.so.4.0.6 moved to /usr/lib/libruby.so.4.0.7
  /usr/lib/ruby/gems/4.0.0/gems/bundler-4.0.16 moved to 
/usr/lib/ruby/gems/4.0.0/gems/bundler-4.0.20
  /usr/lib/ruby/gems/4.0.0/gems/resolv-0.7.0 moved to 
/usr/lib/ruby/gems/4.0.0/gems/resolv-0.7.2
  /usr/lib/ruby/gems/4.0.0/specifications/default/bundler-4.0.16.gemspec moved 
to /usr/lib/ruby/gems/4.0.0/specifications/default/bundler-4.0.20.gemspec
  /usr/lib/ruby/gems/4.0.0/specifications/default/resolv-0.7.0.gemspec moved to 
/usr/lib/ruby/gems/4.0.0/specifications/default/resolv-0.7.2.gemspec
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.7 was added
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.7/libexec was added
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.7/libexec/erb was added
  /usr/lib/ruby/gems/4.0.0/specifications/default/erb-6.0.7.gemspec was added
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.1.1 was removed
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.1.1/libexec was removed
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.1.1/libexec/erb was removed
  /usr/lib/ruby/gems/4.0.0/specifications/default/erb-6.0.1.1.gemspec was 
removed
packages/x86-64-v3-poky-linux/ruby: SRC_URI changed from 
"http://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.6.tar.gz 
file://0001-extmk-fix-cross-compilation-of-external-gems.patch 
file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch file://run-ptest 
file://0003-rdoc-build-reproducible-documentation.patch 
file://0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch 
file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch 
file://0006-Make-gemspecs-reproducible.patch 
file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch 
file://0007-Skip-test_rm_r_no_permissions-test-under-root.patch 
file://0001-Don-t-save-the-original-name-and-timestamp.patch 
file://0001-Avoid-build-time-race-condition-when-cross-compiling.patch" to 
"http://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.7.tar.gz 
file://0001-extmk-fix-cross-compilation-of-external-gems.patch 
file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch file://run-ptest 
file://0003-rdoc-build-reproducible-document
 ation.patch 
file://0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch 
file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch 
file://0006-Make-gemspecs-reproducible.patch 
file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch 
file://0007-Skip-test_rm_r_no_permissions-test-under-root.patch 
file://0001-Don-t-save-the-original-name-and-timestamp.patch 
file://0001-Avoid-build-time-race-condition-when-cross-compiling.patch"
packages/x86-64-v3-poky-linux/ruby: PKGV changed from 4.0.6 [default] to 4.0.7 
[default]
packages/x86-64-v3-poky-linux/ruby: PV changed from "4.0.6" to "4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-dbg: FILELIST: removed 
"/usr/lib/.debug/libruby.so.4.0.6", added "/usr/lib/.debug/libruby.so.4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-dbg: PKGV changed from 4.0.6 [default] 
to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-dbg: PKGSIZE changed from 18153648 to 
18159264 (+0%)
packages/x86-64-v3-poky-linux/ruby/ruby-dbg: PV changed from "4.0.6" to "4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-dev: PKGV changed from 4.0.6 [default] 
to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-dev: PV changed from "4.0.6" to "4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-doc: PKGV changed from 4.0.6 [default] 
to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-doc: PV changed from "4.0.6" to "4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-locale: PKGV changed from 4.0.6 
[default] to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-locale: PV changed from "4.0.6" to 
"4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-ptest: FILELIST: added 
"/usr/lib/ruby/ptest/test/resolv/test_resource_leak.rb"
packages/x86-64-v3-poky-linux/ruby/ruby-ptest: PKGV changed from 4.0.6 
[default] to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-ptest: PKGSIZE changed from 10351033 to 
10404268 (+1%)
packages/x86-64-v3-poky-linux/ruby/ruby-ptest: PV changed from "4.0.6" to 
"4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-rdoc: PKGV changed from 4.0.6 [default] 
to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-rdoc: PV changed from "4.0.6" to "4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-ri-docs: PKGV changed from 4.0.6 
[default] to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-ri-docs: PV changed from "4.0.6" to 
"4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-src: FILELIST: directory renamed 
/usr/src/debug/ruby/4.0.6/ext/strscan -> /usr/src/debug/ruby/4.0.7/ext/strscan, 
directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/rbs-3.10.0/ext/rbs_extension -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/rbs-3.10.0/ext/rbs_extension, directory 
renamed /usr/src/debug/ruby/4.0.6/ext/json/generator -> 
/usr/src/debug/ruby/4.0.7/ext/json/generator, directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/fiddle-1.1.8/ext/fiddle -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/fiddle-1.1.8/ext/fiddle, directory 
renamed /usr/src/debug/ruby/4.0.6/internal -> 
/usr/src/debug/ruby/4.0.7/internal, directory renamed 
/usr/src/debug/ruby/4.0.6/include/ruby/io -> 
/usr/src/debug/ruby/4.0.7/include/ruby/io, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/digest/md5 -> 
/usr/src/debug/ruby/4.0.7/ext/digest/md5, directory renamed 
/usr/src/debug/ruby/4.0.6/include/ruby -> 
/usr/src/debug/ruby/4.0.7/include/ruby, directory renamed /usr/sr
 c/debug/ruby/4.0.6/include/ruby/internal -> 
/usr/src/debug/ruby/4.0.7/include/ruby/internal, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/date -> /usr/src/debug/ruby/4.0.7/ext/date, 
directory renamed /usr/src/debug/ruby/4.0.6/ext/json/simd -> 
/usr/src/debug/ruby/4.0.7/ext/json/simd, directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/rbs-3.10.0/include/rbs/util -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/rbs-3.10.0/include/rbs/util, directory 
renamed /usr/src/debug/ruby/4.0.6/enc/trans -> 
/usr/src/debug/ruby/4.0.7/enc/trans, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/json/parser -> 
/usr/src/debug/ruby/4.0.7/ext/json/parser, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/json/vendor -> 
/usr/src/debug/ruby/4.0.7/ext/json/vendor, directory renamed 
/usr/src/debug/ruby/4.0.6/enc -> /usr/src/debug/ruby/4.0.7/enc, directory 
renamed /usr/src/debug/ruby/4.0.6/ext/erb/escape -> 
/usr/src/debug/ruby/4.0.7/ext/erb/escape, directory renamed 
/usr/src/debug/ruby/4.0.6/prism/templates/sr
 c -> /usr/src/debug/ruby/4.0.7/prism/templates/src, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/zlib -> /usr/src/debug/ruby/4.0.7/ext/zlib, 
directory renamed /usr/src/debug/ruby/4.0.6/ext/digest/rmd160 -> 
/usr/src/debug/ruby/4.0.7/ext/digest/rmd160, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/fcntl -> /usr/src/debug/ruby/4.0.7/ext/fcntl, 
directory renamed /usr/src/debug/ruby/4.0.6/ext/rbconfig/sizeof -> 
/usr/src/debug/ruby/4.0.7/ext/rbconfig/sizeof, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/psych -> /usr/src/debug/ruby/4.0.7/ext/psych, 
directory renamed /usr/src/debug/ruby/4.0.6/include/ruby/internal/intern -> 
/usr/src/debug/ruby/4.0.7/include/ruby/internal/intern, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/digest/sha1 -> 
/usr/src/debug/ruby/4.0.7/ext/digest/sha1, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/monitor -> /usr/src/debug/ruby/4.0.7/ext/monitor, 
directory renamed /usr/src/debug/ruby/4.0.6/ext/digest/sha2 -> 
/usr/src/debug/ruby/4.0.7/ext/digest/sha2,
  directory renamed /usr/src/debug/ruby/4.0.6/ext/objspace -> 
/usr/src/debug/ruby/4.0.7/ext/objspace, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/ripper -> /usr/src/debug/ruby/4.0.7/ext/ripper, 
directory renamed /usr/src/debug/ruby/4.0.6/ext/continuation -> 
/usr/src/debug/ruby/4.0.7/ext/continuation, directory renamed 
/usr/src/debug/ruby/4.0.6/gc -> /usr/src/debug/ruby/4.0.7/gc, directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/syslog-0.3.0/ext/syslog -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/syslog-0.3.0/ext/syslog, directory 
renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal/missing 
-> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal/missing, 
directory renamed /usr/src/debug/ruby/4.0.6/.bundle/gems/rbs-3.10.0/include/rbs 
-> /usr/src/debug/ruby/4.0.7/.bundle/gems/rbs-3.10.0/include/rbs, directory 
renamed /usr/src/debug/ruby/4.0.6/ext/cgi/escape -> 
/usr/src/debug/ruby/4.0.7/ext/cgi/escape, directory renamed /usr/src/debug/r
 uby/4.0.6/ext/stringio -> /usr/src/debug/ruby/4.0.7/ext/stringio, directory 
renamed /usr/src/debug/ruby/4.0.6/prism -> /usr/src/debug/ruby/4.0.7/prism, 
directory renamed /usr/src/debug/ruby/4.0.6/include/ruby/internal/encoding -> 
/usr/src/debug/ruby/4.0.7/include/ruby/internal/encoding, directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/rbs-3.10.0/src -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/rbs-3.10.0/src, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/socket -> /usr/src/debug/ruby/4.0.7/ext/socket, 
directory renamed /usr/src/debug/ruby/4.0.6/tool/ruby_vm/views -> 
/usr/src/debug/ruby/4.0.7/tool/ruby_vm/views, directory renamed 
/usr/src/debug/ruby/4.0.6/gc/default -> /usr/src/debug/ruby/4.0.7/gc/default, 
directory renamed /usr/src/debug/ruby/4.0.6/coroutine/amd64 -> 
/usr/src/debug/ruby/4.0.7/coroutine/amd64, directory renamed 
/usr/src/debug/ruby/4.0.6 -> /usr/src/debug/ruby/4.0.7, directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal -> /us
 r/src/debug/ruby/4.0.7/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal, directory 
renamed /usr/src/debug/ruby/4.0.6/.bundle/gems/debug-1.11.1/ext/debug -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/debug-1.11.1/ext/debug, directory 
renamed /usr/src/debug/ruby/4.0.6/ext/io/nonblock -> 
/usr/src/debug/ruby/4.0.7/ext/io/nonblock, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/digest -> /usr/src/debug/ruby/4.0.7/ext/digest, 
directory renamed /usr/src/debug/ruby/4.0.6/ext -> 
/usr/src/debug/ruby/4.0.7/ext, directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/nkf-0.2.0/ext/nkf/nkf-utf8 -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/nkf-0.2.0/ext/nkf/nkf-utf8, directory 
renamed /usr/src/debug/ruby/4.0.6/include/ruby/internal/arithmetic -> 
/usr/src/debug/ruby/4.0.7/include/ruby/internal/arithmetic, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/json/fbuffer -> 
/usr/src/debug/ruby/4.0.7/ext/json/fbuffer, directory renamed 
/usr/src/debug/ruby/4.0.6/prism/util -> /usr/src/debug/ruby/4.0.7/prism/util, 
 directory renamed /usr/src/debug/ruby/4.0.6/ext/coverage -> 
/usr/src/debug/ruby/4.0.7/ext/coverage, directory renamed 
/usr/src/debug/ruby/4.0.6/ccan/list -> /usr/src/debug/ruby/4.0.7/ccan/list, 
directory renamed /usr/src/debug/ruby/4.0.6/enc/unicode/17.0.0 -> 
/usr/src/debug/ruby/4.0.7/enc/unicode/17.0.0, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/digest/bubblebabble -> 
/usr/src/debug/ruby/4.0.7/ext/digest/bubblebabble, directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/racc-1.8.1/ext/racc/cparse -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/racc-1.8.1/ext/racc/cparse, directory 
renamed /usr/src/debug/ruby/4.0.6/enc/jis -> /usr/src/debug/ruby/4.0.7/enc/jis, 
directory renamed /usr/src/debug/ruby/4.0.6/ext/io/console -> 
/usr/src/debug/ruby/4.0.7/ext/io/console, directory renamed 
/usr/src/debug/ruby/4.0.6/.bundle/gems/rbs-3.10.0/src/util -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/rbs-3.10.0/src/util, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/pty -> /usr/src/debug/ruby/4.0.7/
 ext/pty, directory renamed 
/usr/src/debug/ruby/4.0.6/include/ruby/internal/intern/select -> 
/usr/src/debug/ruby/4.0.7/include/ruby/internal/intern/select, directory 
renamed /usr/src/debug/ruby/4.0.6/include/ruby/fiber -> 
/usr/src/debug/ruby/4.0.7/include/ruby/fiber, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/openssl -> /usr/src/debug/ruby/4.0.7/ext/openssl, 
directory renamed /usr/src/debug/ruby/4.0.6/missing -> 
/usr/src/debug/ruby/4.0.7/missing, directory renamed 
/usr/src/debug/ruby/4.0.6/ext/etc -> /usr/src/debug/ruby/4.0.7/ext/etc, 
directory renamed /usr/src/debug/ruby/4.0.6/ext/io/wait -> 
/usr/src/debug/ruby/4.0.7/ext/io/wait, directory renamed 
/usr/src/debug/ruby/4.0.6/include/ruby/internal/core -> 
/usr/src/debug/ruby/4.0.7/include/ruby/internal/core, directory renamed 
/usr/src/debug/ruby/4.0.6/prism/templates/ext/prism -> 
/usr/src/debug/ruby/4.0.7/prism/templates/ext/prism, directory renamed 
/usr/src/debug/ruby/4.0.6/defs -> /usr/src/debug/ruby/4.0.7/defs, directory 
rename
 d /usr/src/debug/ruby/4.0.6/.bundle/gems/nkf-0.2.0/ext/nkf -> 
/usr/src/debug/ruby/4.0.7/.bundle/gems/nkf-0.2.0/ext/nkf
packages/x86-64-v3-poky-linux/ruby/ruby-src: PKGV changed from 4.0.6 [default] 
to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-src: PKGSIZE changed from 40758946 to 
40765712 (+0%)
packages/x86-64-v3-poky-linux/ruby/ruby-src: PV changed from "4.0.6" to "4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby-staticdev: PKGV changed from 4.0.6 
[default] to 4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby-staticdev: PV changed from "4.0.6" to 
"4.0.7"
packages/x86-64-v3-poky-linux/ruby/ruby: FILELIST: directory renamed 
/usr/lib/ruby/gems/4.0.0/gems/erb-6.0.1.1/libexec -> 
/usr/lib/ruby/gems/4.0.0/gems/erb-6.0.7/libexec, directory renamed 
/usr/lib/ruby/gems/4.0.0/gems/bundler-4.0.16/exe -> 
/usr/lib/ruby/gems/4.0.0/gems/bundler-4.0.20/exe, removed 
"/usr/lib/ruby/gems/4.0.0/specifications/default/erb-6.0.1.1.gemspec 
/usr/lib/libruby.so.4.0.6 
/usr/lib/ruby/gems/4.0.0/specifications/default/bundler-4.0.16.gemspec 
/usr/lib/ruby/gems/4.0.0/specifications/default/resolv-0.7.0.gemspec", added 
"/usr/lib/libruby.so.4.0.7 
/usr/lib/ruby/gems/4.0.0/specifications/default/bundler-4.0.20.gemspec 
/usr/lib/ruby/gems/4.0.0/specifications/default/erb-6.0.7.gemspec 
/usr/lib/ruby/gems/4.0.0/specifications/default/resolv-0.7.2.gemspec"
packages/x86-64-v3-poky-linux/ruby/ruby: PKGV changed from 4.0.6 [default] to 
4.0.7 [default]
packages/x86-64-v3-poky-linux/ruby/ruby: PKGSIZE changed from 35686689 to 
35720706 (+0%)
packages/x86-64-v3-poky-linux/ruby/ruby: PV changed from "4.0.6" to "4.0.7"
Changes to packages/x86-64-v3-poky-linux/ruby (sysroot):
  /usr/lib/libruby.so.4.0 changed symlink target from libruby.so.4.0.6 to 
libruby.so.4.0.7
  /usr/lib/libruby.so changed symlink target from libruby.so.4.0.6 to 
libruby.so.4.0.7
  /usr/lib/libruby.so.4.0.6 moved to /usr/lib/libruby.so.4.0.7
  /usr/lib/ruby/gems/4.0.0/gems/bundler-4.0.16 moved to 
/usr/lib/ruby/gems/4.0.0/gems/bundler-4.0.20
  /usr/lib/ruby/gems/4.0.0/gems/resolv-0.7.0 moved to 
/usr/lib/ruby/gems/4.0.0/gems/resolv-0.7.2
  /usr/lib/ruby/gems/4.0.0/specifications/default/bundler-4.0.16.gemspec moved 
to /usr/lib/ruby/gems/4.0.0/specifications/default/bundler-4.0.20.gemspec
  /usr/lib/ruby/gems/4.0.0/specifications/default/resolv-0.7.0.gemspec moved to 
/usr/lib/ruby/gems/4.0.0/specifications/default/resolv-0.7.2.gemspec
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.7 was added
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.7/libexec was added
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.7/libexec/erb was added
  /usr/lib/ruby/gems/4.0.0/specifications/default/erb-6.0.7.gemspec was added
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.1.1 was removed
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.1.1/libexec was removed
  /usr/lib/ruby/gems/4.0.0/gems/erb-6.0.1.1/libexec/erb was removed
  /usr/lib/ruby/gems/4.0.0/specifications/default/erb-6.0.1.1.gemspec was 
removed

Attachment: 0001-ruby-upgrade-4.0.6-4.0.7.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#245815): 
https://lists.openembedded.org/g/openembedded-core/message/245815
Mute This Topic: https://lists.openembedded.org/mt/121256993/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to