From patchwork Mon Jul 15 19:19:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 46475 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 46F4BC54751 for ; Mon, 15 Jul 2024 19:19:20 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.1368.1721071146842268588 for ; Mon, 15 Jul 2024 12:19:07 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=jkwOtCzD; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=cSv0V3fY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010190b7d59388-5bf1c3c1-72c9-4b66-88b3-86adb77e7fb7-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=1721071146; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=gl8WB2GguPphBZgW9xcFjdnvZGzTq6+1RnrTTqaTe6w=; b=jkwOtCzDgNqQliqDlsBxOD5xockhdBNbclZtHmnmA3zB0dj05saa0rEzp5f+HHi3 4ZtnWgRR6Us0KrTHl/6F+eOze/7p4viwGruODAsDDx7s80bB72hUrbFx4G7Yv18Qahh IEfvFVIB5uMl+MlLf9lyGLXTT1HbD+DGMsbTXrvQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1721071146; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=gl8WB2GguPphBZgW9xcFjdnvZGzTq6+1RnrTTqaTe6w=; b=cSv0V3fYA/kArx1zYJwpUdtzgvrDC6xnnTQmGZPpQyNf2sCwgeQInqpbFYajj6J6 U8qRye635z0zpLjNBsge0vq2ErN7w2pHTSoz7UCmNEvPvzcQeCVrPakq8MLxjnLuEdb gDU4tICf5hHmYfjioWuj7GL7K64VfWTQiQYRu6sw= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] lua: upgrading to 5.4.7 SUCCEEDED Message-ID: <01010190b7d59388-5bf1c3c1-72c9-4b66-88b3-86adb77e7fb7-000000@us-west-2.amazonses.com> Date: Mon, 15 Jul 2024 19:19:05 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.15-54.240.27.193 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 ; Mon, 15 Jul 2024 19:19:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/201979 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *lua* to *5.4.7* has Succeeded. Next steps: - apply the patch: git am 0001-lua-upgrade-5.4.6-5.4.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 4b9a2e63ec1ae46ea93a21948f6b995a6e8303aa Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jul 2024 10:01:16 +0000 Subject: [PATCH] lua: upgrade 5.4.6 -> 5.4.7 --- .../lua/{lua_5.4.6.bb => lua_5.4.7.bb} | 31 +++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) rename meta/recipes-devtools/lua/{lua_5.4.6.bb => lua_5.4.7.bb} (67%) diff --git a/meta/recipes-devtools/lua/lua_5.4.6.bb b/meta/recipes-devtools/lua/lua_5.4.7.bb similarity index 67% rename from meta/recipes-devtools/lua/lua_5.4.6.bb rename to meta/recipes-devtools/lua/lua_5.4.7.bb index 17dc8fb17d..47edb39509 100644 --- a/meta/recipes-devtools/lua/lua_5.4.6.bb +++ b/meta/recipes-devtools/lua/lua_5.4.7.bb @@ -1,7 +1,34 @@ +# 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: +# +# --- doc/readme.html +# +++ doc/readme.html +# @@ -1,4 +1,6 @@ +# -Copyright © 1994–2023 Lua.org, PUC-Rio. +# + +# +
+# +Copyright © 1994–2024 Lua.org, PUC-Rio. +# +#

+# Permission is hereby granted, free of charge, to any person obtaining a copy +# @@ -18,5 +20,3 @@ +# 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. +# +# + SUMMARY = "Lua is a powerful light-weight programming language designed \ for extending applications." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=303;endline=324;md5=e05449eb28c092473f854670c6e8375a" +LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=303;endline=324;md5=41f9e2b41229cf6e69aac18c0eb5bfa7" HOMEPAGE = "http://www.lua.org/" SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ @@ -12,7 +39,7 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. PV_testsuites = "5.4.4" -SRC_URI[tarballsrc.sha256sum] = "7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88" +SRC_URI[tarballsrc.sha256sum] = "9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30" SRC_URI[tarballtest.sha256sum] = "04d28355cd67a2299dfe5708b55a0ff221ccb1a3907a3113cc103ccc05ac6aad" inherit pkgconfig binconfig ptest