Hello,

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

Next steps:
    - apply the patch: git am 0001-ruby-upgrade-3.4.1-3.4.2.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 48a5ded685f7696e5e6d63c62f2f23d7090ded8c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 15 Feb 2025 08:26:57 +0000
Subject: [PATCH] ruby: upgrade 3.4.1 -> 3.4.2

---
 ...x-cross-compilation-of-external-gems.patch |  4 +-
 ...ine-REG_S1-and-REG_S2-for-musl-riscv.patch |  4 +-
 ...Obey-LDFLAGS-for-the-link-of-libruby.patch |  2 +-
 ...doc-build-reproducible-documentation.patch |  2 +-
 ...-list-of-object-files-in-generated-M.patch |  2 +-
 ...eproducible-change-fixing-784225-too.patch |  2 +-
 .../0006-Make-gemspecs-reproducible.patch     |  2 +-
 .../ruby/{ruby_3.4.1.bb => ruby_3.4.2.bb}     | 51 ++++++++++++++++++-
 8 files changed, 58 insertions(+), 11 deletions(-)
 rename meta/recipes-devtools/ruby/{ruby_3.4.1.bb => ruby_3.4.2.bb} (73%)

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 f17970e9c9..4a12736777 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 03700ec256789e02de20b58bca080c6fef592336 Mon Sep 17 00:00:00 2001
+From 0fb618d0458dba9b9e2a369f0e3426fd35e63708 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
@@ -16,7 +16,7 @@ Signed-off-by: AndrĂ© Draszik <[email protected]>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/ext/extmk.rb b/ext/extmk.rb
-index 8b6b365..3048f75 100755
+index 1d16545..ad971ea 100755
 --- a/ext/extmk.rb
 +++ b/ext/extmk.rb
 @@ -434,8 +434,8 @@ else
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 799324caea..d5df7bb07c 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 f992d781e05b61489bdf5a2a9aee6cc616f1742a Mon Sep 17 00:00:00 2001
+From 53684ab3ef0eae280d80f42c389d13283d9548b4 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 5873e52..9eb4db1 100644
+index 99339fd..8c5bb03 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 bb67df0f40..50453e9374 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 7e2337d8b0daf264785cb06d1d6c7d61e428a11b Mon Sep 17 00:00:00 2001
+From a63493a813a48290e29c9315a15a878cd8639795 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 87a1e82516..fca1d5dac6 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 98071c0b28a45cd21a2cbe6746ce39067932b62f Mon Sep 17 00:00:00 2001
+From 23bb7456fc26ef0ff1303d9e9b4799a0ddf76ef7 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 4b6771fd26..00a6c665d8 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 0887facc4ca5bcb0280b025b35bbc18528e52914 Mon Sep 17 00:00:00 2001
+From d14fbf10bd84c39396c9203387b4fb58cbe1f4b9 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 eda45dd862..51d98c8d79 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 ff25f6dddcfbbb7b0464485bb5132458866ab51a Mon Sep 17 00:00:00 2001
+From d2c0d26f6c1345eec5a31774377da24eb21c0556 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/0006-Make-gemspecs-reproducible.patch 
b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
index 121bdcf3ab..0d667d90d7 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 d58bdaca3d5379afcb954bb57c690c7736807ec5 Mon Sep 17 00:00:00 2001
+From aef647836d63b7b037419db3d0fa16ffebbbc170 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_3.4.1.bb 
b/meta/recipes-devtools/ruby/ruby_3.4.2.bb
similarity index 73%
rename from meta/recipes-devtools/ruby/ruby_3.4.1.bb
rename to meta/recipes-devtools/ruby/ruby_3.4.2.bb
index 09415a3132..afa90710cb 100644
--- a/meta/recipes-devtools/ruby/ruby_3.4.1.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.4.2.bb
@@ -1,3 +1,50 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LEGAL
+# +++ LEGAL
+# @@ -371,6 +371,33 @@
+#      TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+#      SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#  
+# +[spec/lib/turbo_tests/*]
+# +[spec/lib/turbo_tests.rb]
+# +[spec/lib/utils/*]
+# +
+# +  These files are under the MIT License.
+# +
+# +  >>>
+# +    Copyright (c) 2020 Ilya Zub
+# +
+# +    Permission is hereby granted, free of charge, to any person obtaining a 
copy
+# +    of this software and associated documentation files (the "Software"), 
to deal
+# +    in the Software without restriction, including without limitation the 
rights
+# +    to use, copy, modify, merge, publish, distribute, sublicense, and/or 
sell
+# +    copies of the Software, and to permit persons to whom the Software is
+# +    furnished to do so, subject to the following conditions:
+# +
+# +    The above copyright notice and this permission notice shall be included 
in
+# +    all copies or substantial portions of the Software.
+# +
+# +    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
OR
+# +    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# +    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
THE
+# +    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# +    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+# +    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 
IN
+# +    THE SOFTWARE.
+# +
+#  [parse.c]
+#  [parse.h]
+#  
+# 
+#
+
 SUMMARY = "An interpreter of object-oriented scripting language"
 DESCRIPTION = "Ruby is an interpreted scripting language for quick \
 and easy object-oriented programming. It has many features to process \
@@ -10,7 +57,7 @@ LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only 
| ISC | MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \
                     file://BSDL;md5=8b50bc6de8f586dc66790ba11d064d75 \
                     file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
-                    file://LEGAL;md5=eff3bb1382b590cc5814f1f3de6eb4e5 \
+                    file://LEGAL;md5=cb14358b7821c054ae14128885170204 \
                     "
 
 DEPENDS = "zlib openssl libyaml libffi"
@@ -48,7 +95,7 @@ do_configure:prepend() {
 
 DEPENDS:append:libc-musl = " libucontext"
 
-SRC_URI[sha256sum] = 
"3d385e5d22d368b064c817a13ed8e3cc3f71a7705d7ed1bae78013c33aa7c87f"
+SRC_URI[sha256sum] = 
"41328ac21f2bfdd7de6b3565ef4f0dd7543354d37e96f157a1552a6bd0eb364b"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
-- 
2.44.1

packages/core2-64-poky-linux/ruby: PKGV changed from 3.4.1 [default] to 3.4.2 
[default]
packages/core2-64-poky-linux/ruby: SRC_URI changed from 
"http://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.1.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" to 
"http://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.2.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"
packages/core2-64-poky-linux/ruby: PV changed from "3.4.1" to "3.4.2"
packages/core2-64-poky-linux/ruby/ruby-dbg: PKGV changed from 3.4.1 [default] 
to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-dbg: PV changed from "3.4.1" to "3.4.2"
packages/core2-64-poky-linux/ruby/ruby-dbg: FILELIST: removed 
"/usr/lib/.debug/libruby.so.3.4.1", added "/usr/lib/.debug/libruby.so.3.4.2"
packages/core2-64-poky-linux/ruby/ruby-dbg: PKGSIZE changed from 12087616 to 
12091304 (+0%)
packages/core2-64-poky-linux/ruby/ruby-dev: PKGV changed from 3.4.1 [default] 
to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-dev: PV changed from "3.4.1" to "3.4.2"
packages/core2-64-poky-linux/ruby/ruby-dev: PKGSIZE changed from 1587314 to 
1587225 (-0%)
packages/core2-64-poky-linux/ruby/ruby-doc: PKGV changed from 3.4.1 [default] 
to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-doc: PV changed from "3.4.1" to "3.4.2"
packages/core2-64-poky-linux/ruby/ruby-locale: PKGV changed from 3.4.1 
[default] to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-locale: PV changed from "3.4.1" to 
"3.4.2"
packages/core2-64-poky-linux/ruby/ruby-ptest: PKGV changed from 3.4.1 [default] 
to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-ptest: PV changed from "3.4.1" to "3.4.2"
packages/core2-64-poky-linux/ruby/ruby-ptest: FILELIST: added 
"/usr/lib/ruby/ptest/test/prism/fixtures/rescue_modifier.txt 
/usr/lib/ruby/ptest/test/prism/snapshots/rescue_modifier.txt 
/usr/lib/ruby/ptest/test/prism/errors/numbered_operator_write.txt 
/usr/lib/ruby/ptest/test/prism/errors/numbered_or_write.txt 
/usr/lib/ruby/ptest/test/prism/errors/numbered_and_write.txt 
/usr/lib/ruby/ptest/test/prism/fixtures/it_indirect_writes.txt 
/usr/lib/ruby/ptest/test/prism/errors/defs_endless_method.txt"
packages/core2-64-poky-linux/ruby/ruby-ptest: PKGSIZE changed from 13610258 to 
13631301 (+0%)
packages/core2-64-poky-linux/ruby/ruby-rdoc: PKGV changed from 3.4.1 [default] 
to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-rdoc: PV changed from "3.4.1" to "3.4.2"
packages/core2-64-poky-linux/ruby/ruby-ri-docs: PKGV changed from 3.4.1 
[default] to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-ri-docs: PV changed from "3.4.1" to 
"3.4.2"
packages/core2-64-poky-linux/ruby/ruby-src: PKGV changed from 3.4.1 [default] 
to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-src: PV changed from "3.4.1" to "3.4.2"
packages/core2-64-poky-linux/ruby/ruby-src: PKGSIZE changed from 39616907 to 
39641500 (+0%)
packages/core2-64-poky-linux/ruby/ruby-staticdev: PKGV changed from 3.4.1 
[default] to 3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby-staticdev: PV changed from "3.4.1" to 
"3.4.2"
packages/core2-64-poky-linux/ruby/ruby: PKGV changed from 3.4.1 [default] to 
3.4.2 [default]
packages/core2-64-poky-linux/ruby/ruby: PV changed from "3.4.1" to "3.4.2"
packages/core2-64-poky-linux/ruby/ruby: FILELIST: directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/stringprep -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/stringprep, directory 
renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/response_parser -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/response_parser, 
directory renamed /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/rakelib -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/rakelib, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/sample -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/sample, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/docs -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/docs, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/sasl -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/sasl, directory 
renamed /usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0/lib/net/smtp -> 
/usr/lib/ruby/g
 ems/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0/lib/net -> 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/config -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/config, directory 
renamed /usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0 -> 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4 -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6, removed 
"/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/vanished_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/deprecated_client_options.rb
 /usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.4.gemspec 
/usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.0.gemspec 
/usr/lib/ruby/gems/3.4.0
 /gems/net-imap-0.5.4/lib/net/imap/data_encoding.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/sasl.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/fetch_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/command_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/sasl_adapter.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/authenticators.rb 
/usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.4.gem 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/response_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/esearch_result.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/data_lite.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/flags.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/errors.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/config.rb 
/usr/lib/libruby.so.3.4.1 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/sequence_set.rb 
/usr/lib/
 ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/search_result.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/response_parser.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/stringprep.rb 
/usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.0.gem", added 
"/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/vanished_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/deprecated_client_options.rb
 /usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.6.gemspec 
/usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.1.gemspec 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/uidplus_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/data_encoding.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/sasl.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/fetch_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/command_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/sasl_adapter.rb 
 /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/authenticators.rb 
/usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.6.gem 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/response_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/esearch_result.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/data_lite.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/flags.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/config.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/errors.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/sequence_set.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/search_result.rb 
/usr/lib/libruby.so.3.4.2 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/response_parser.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/stringprep.rb 
/usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.1.gem"
packages/core2-64-poky-linux/ruby/ruby: PKGSIZE changed from 30667142 to 
30695295 (+0%)
Changes to packages/core2-64-poky-linux/ruby (sysroot):
  /usr/lib/libruby.so.3.4 changed symlink target from libruby.so.3.4.1 to 
libruby.so.3.4.2
  /usr/lib/libruby.so changed symlink target from libruby.so.3.4.1 to 
libruby.so.3.4.2
  /usr/lib/libruby.so.3.4.1 moved to /usr/lib/libruby.so.3.4.2
  /usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.4.gem moved to 
/usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.6.gem
  /usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.0.gem moved to 
/usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.1.gem
  /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4 moved to 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6
  /usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0 moved to 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1
  /usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.4.gemspec moved to 
/usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.6.gemspec
  /usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.0.gemspec moved to 
/usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.1.gemspec
  /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/uidplus_data.rb was 
added
Changes to packages/x86_64-linux/ruby-native (sysroot):
  /usr/lib/libruby.so.3.4 changed symlink target from libruby.so.3.4.1 to 
libruby.so.3.4.2
  /usr/lib/libruby.so changed symlink target from libruby.so.3.4.1 to 
libruby.so.3.4.2
  /usr/lib/libruby.so.3.4.1 moved to /usr/lib/libruby.so.3.4.2
  /usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.4.gem moved to 
/usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.6.gem
  /usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.0.gem moved to 
/usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.1.gem
  /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4 moved to 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6
  /usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0 moved to 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1
  /usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.4.gemspec moved to 
/usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.6.gemspec
  /usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.0.gemspec moved to 
/usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.1.gemspec
  /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/uidplus_data.rb was 
added
packages/core2-64-poky-linux/ruby/ruby-ptest: FILELIST: added 
"/usr/lib/ruby/ptest/test/prism/errors/defs_endless_method.txt 
/usr/lib/ruby/ptest/test/prism/snapshots/rescue_modifier.txt 
/usr/lib/ruby/ptest/test/prism/errors/numbered_or_write.txt 
/usr/lib/ruby/ptest/test/prism/errors/numbered_and_write.txt 
/usr/lib/ruby/ptest/test/prism/errors/numbered_operator_write.txt 
/usr/lib/ruby/ptest/test/prism/fixtures/it_indirect_writes.txt 
/usr/lib/ruby/ptest/test/prism/fixtures/rescue_modifier.txt"
packages/core2-64-poky-linux/ruby/ruby: FILELIST: directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/response_parser -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/response_parser, 
directory renamed /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/rakelib -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/rakelib, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/sasl -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/sasl, directory 
renamed /usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0/lib/net/smtp -> 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net/smtp, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0/lib/net -> 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1/lib/net, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/config -> 
/usr/lib/ruby/gems/3.4
 .0/gems/net-imap-0.5.6/lib/net/imap/config, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4 -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/stringprep -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/stringprep, directory 
renamed /usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0 -> 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/docs -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/docs, directory renamed 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/sample -> 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/sample, removed 
"/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/data_encoding.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/response_parser.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/authenticators.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/sasl.rb 
/usr/lib/ruby/gems
 /3.4.0/gems/net-imap-0.5.4/lib/net/imap/sequence_set.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/vanished_data.rb 
/usr/lib/libruby.so.3.4.1 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/flags.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/data_lite.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/search_result.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/stringprep.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/esearch_result.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/config.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/errors.rb 
/usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.4.gem 
/usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.0.gem 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/response_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/deprecated_client_options.rb
 /usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.4.gemspec 
/usr/lib/ruby/gems
 /3.4.0/specifications/net-smtp-0.5.0.gemspec 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/command_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/sasl_adapter.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4/lib/net/imap/fetch_data.rb", added 
"/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/data_encoding.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/response_parser.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/authenticators.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/sasl.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/sequence_set.rb 
/usr/lib/libruby.so.3.4.2 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/vanished_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/flags.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/data_lite.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/search_result.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.
 5.6/lib/net/imap/stringprep.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/esearch_result.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/config.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/errors.rb 
/usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.6.gem 
/usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.1.gem 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/response_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/deprecated_client_options.rb
 /usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.6.gemspec 
/usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.1.gemspec 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/uidplus_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/command_data.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/sasl_adapter.rb 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/fetch_data.rb"
Changes to packages/core2-64-poky-linux/ruby (sysroot):
  /usr/lib/libruby.so.3.4 changed symlink target from libruby.so.3.4.1 to 
libruby.so.3.4.2
  /usr/lib/libruby.so changed symlink target from libruby.so.3.4.1 to 
libruby.so.3.4.2
  /usr/lib/libruby.so.3.4.1 moved to /usr/lib/libruby.so.3.4.2
  /usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.4.gem moved to 
/usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.6.gem
  /usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.0.gem moved to 
/usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.1.gem
  /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4 moved to 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6
  /usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0 moved to 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1
  /usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.4.gemspec moved to 
/usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.6.gemspec
  /usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.0.gemspec moved to 
/usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.1.gemspec
  /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/uidplus_data.rb was 
added
Changes to packages/x86_64-linux/ruby-native (sysroot):
  /usr/lib/libruby.so.3.4 changed symlink target from libruby.so.3.4.1 to 
libruby.so.3.4.2
  /usr/lib/libruby.so changed symlink target from libruby.so.3.4.1 to 
libruby.so.3.4.2
  /usr/lib/libruby.so.3.4.1 moved to /usr/lib/libruby.so.3.4.2
  /usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.4.gem moved to 
/usr/lib/ruby/gems/3.4.0/cache/net-imap-0.5.6.gem
  /usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.0.gem moved to 
/usr/lib/ruby/gems/3.4.0/cache/net-smtp-0.5.1.gem
  /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.4 moved to 
/usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6
  /usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.0 moved to 
/usr/lib/ruby/gems/3.4.0/gems/net-smtp-0.5.1
  /usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.4.gemspec moved to 
/usr/lib/ruby/gems/3.4.0/specifications/net-imap-0.5.6.gemspec
  /usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.0.gemspec moved to 
/usr/lib/ruby/gems/3.4.0/specifications/net-smtp-0.5.1.gemspec
  /usr/lib/ruby/gems/3.4.0/gems/net-imap-0.5.6/lib/net/imap/uidplus_data.rb was 
added

Attachment: 0001-ruby-upgrade-3.4.1-3.4.2.patch
Description: Binary data

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

Reply via email to