From patchwork Sat Feb 15 12:42:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 57374 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A780C19F2E for ; Sat, 15 Feb 2025 12:42:22 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.8104.1739623340447587950 for ; Sat, 15 Feb 2025 04:42:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=i/KD5DCL; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=JXIHfYap; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019509a196fe-8d6d0f73-947b-4851-8644-c532a77a35a0-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1739623339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=lzMtXvtlqtn7biVG1H2l1hedFejPjaH6+tvoqM/r55Q=; b=i/KD5DCLb3lm7lYiZH6Azwf9WshYr/1G026qPkhCNnpgVk9yGGxJDg1nifUtwiA/ 4urWDfE94QvduIiZNfi6addrZ4SALtN+WE/YuSsuK0lhM2fnCRHiKoLXkkhd9fVSzwR LfczFdU1Zy0R3eSywg+DoARouc0+E/cznv6JoKLc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1739623339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=lzMtXvtlqtn7biVG1H2l1hedFejPjaH6+tvoqM/r55Q=; b=JXIHfYapykSdLOpldP4H/WYT2XKjvF3jq019a6Di8jPzkHRRMP+c7UIqkxuK4FUB zb8O2Aig+EquC6q6gzu1W3s9B28h3NvLvYzoeCuQ3eM+9ESNkeGKk8okcvNSicMz0J2 OL+OWYW2+Ht0tY8aBDbHshSZUgqyBA9e2nq2MJQ8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ruby: upgrading to 3.4.2 SUCCEEDED Message-ID: <0101019509a196fe-8d6d0f73-947b-4851-8644-c532a77a35a0-000000@us-west-2.amazonses.com> Date: Sat, 15 Feb 2025 12:42:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.15-54.240.27.29 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Feb 2025 12:42:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211434 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 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?= 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 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 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 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 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 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 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 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 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)}"