From patchwork Wed Jan 15 10:26:14 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: 55600 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 5EF5CC02189 for ; Wed, 15 Jan 2025 10:26:19 +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.17799.1736936769402549075 for ; Wed, 15 Jan 2025 02:26:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=A1sH9Eiu; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=GlPFylsG; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010194697fdbfa-8ff02713-83fd-4bf5-b7c8-feea219cae2c-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=1736936774; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=3DROfTjddO6EESJUpbRJ3un2FEkfiR2QhbcLJrAOvCI=; b=A1sH9EiuP4x5qJlbrAlJvRT8vtTRrZwY8ZpVDD8PAxg4fy7lXtQm00wlkKyA+Tg1 PMSXPPqnx3P/opzLZSyWY6qDgF86vOJ1aLftQGmskdU/mh8ocGBwAhaMefzuxO/rzqM Tfc2hlHYCwGz6mxpPqZf/rUlwHvDgtNYpMb2FsyU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1736936774; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=3DROfTjddO6EESJUpbRJ3un2FEkfiR2QhbcLJrAOvCI=; b=GlPFylsGH1M9/j/FCla77+EsbglDrEr81UZd7ewmeSIGuUozMlsvqj8KLIfr6n4d sm9oHKtpXpfZwp4Mz8//G7nkvYWrW4EmfN8wZYsYBHI0TaKIB8rvg1iwpEG55vHnLh5 bkZovgQtCblA2D+FtXdssRDfmWsh+Ru1lTDD0SpI= 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: <01010194697fdbfa-8ff02713-83fd-4bf5-b7c8-feea219cae2c-000000@us-west-2.amazonses.com> Date: Wed, 15 Jan 2025 10:26:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.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 ; Wed, 15 Jan 2025 10:26:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209865 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 7b18501206369168cd0a0eb89fcdb4cae6f769bf Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Jan 2025 08:26:41 +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}"