From patchwork Sat Feb 1 13:21:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 56457 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 622FFC19F2E for ; Sat, 1 Feb 2025 13:21:02 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.42726.1738416057736108930 for ; Sat, 01 Feb 2025 05:21:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Oaa7cAXQ; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=j6T+EunS; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010194c1abf6c5-c4e7c0b7-6380-4927-8c48-da516daaa7d7-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=1738416060; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=QITOEEEpvYlxF7wX/5CG0fLqVOtb+Jc8Nc8jde8MGzE=; b=Oaa7cAXQcQWL1j5RtMmB/A1/Ba06pNoDKB1MeiJxHE/fJsrCUPqHjBV9QSMhT9cm NRtW8nDCwwJLakzM2fo7MakyERJlgErKWhFJ971BjeKYibqRWwB4+awv5k871OI43W4 qxUGnH1L87HnXiD75GCtl6+jo9+vJrdAJxl50B08= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1738416060; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=QITOEEEpvYlxF7wX/5CG0fLqVOtb+Jc8Nc8jde8MGzE=; b=j6T+EunSLUfFM7DDSzxa2u85F6PAOX/UdRaffVEFjnaxCF2m1MacXrPgki+ENpB3 YkblVU2HGZ20POxW9B4CtSmb00V+ONzU4FQyjp6wa4szARstdGyw8sMhFCgXbNi6Foo Ug/Xwrfxq3mxP3NJXRZ2n8drTJD9qDw5dy1gxbpU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] lzlib: upgrading to 1.15 SUCCEEDED Message-ID: <01010194c1abf6c5-c4e7c0b7-6380-4927-8c48-da516daaa7d7-000000@us-west-2.amazonses.com> Date: Sat, 1 Feb 2025 13:21:00 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.01-54.240.27.23 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, 01 Feb 2025 13:21:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/210566 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lzlib* to *1.15* has Succeeded. Next steps: - apply the patch: git am 0001-lzlib-upgrade-1.14-1.15.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 7fbe82bf91a784dcecab46f42357eac6928dc6bc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Feb 2025 09:52:51 +0000 Subject: [PATCH] lzlib: upgrade 1.14 -> 1.15 --- meta/recipes-extended/lzip/{lzlib_1.14.bb => lzlib_1.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lzip/{lzlib_1.14.bb => lzlib_1.15.bb} (93%) diff --git a/meta/recipes-extended/lzip/lzlib_1.14.bb b/meta/recipes-extended/lzip/lzlib_1.15.bb similarity index 93% rename from meta/recipes-extended/lzip/lzlib_1.14.bb rename to meta/recipes-extended/lzip/lzlib_1.15.bb index a6010bbf27..087b781873 100644 --- a/meta/recipes-extended/lzip/lzlib_1.14.bb +++ b/meta/recipes-extended/lzip/lzlib_1.15.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=04d943636aa1482e0a97d924d9f4f68f \ " SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzlib/lzlib-${PV}.tar.gz" -SRC_URI[sha256sum] = "5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f" +SRC_URI[sha256sum] = "4afab907a46d5a7d14e927a1080c3f4d7e3ca5a0f9aea81747d8fed0292377ff" B = "${WORKDIR}/build" do_configure[cleandirs] = "${B}"