From patchwork Sat Sep 2 10:29:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 29806 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 80970CA0FFA for ; Sat, 2 Sep 2023 10:29:13 +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.5671.1693650552758403265 for ; Sat, 02 Sep 2023 03:29:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=MyBwGHvc; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=C3xL0HkK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018a55708478-5b662143-f296-4254-95bd-4ceece37c6c9-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1693650552; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=HVoO8v9OBvwYTHEN63ICMGXijFKbWfU1UTaa9yt0n4s=; b=MyBwGHvcnEzy5hHtqPKCSB97PIn5kDU5yxL0ovcQa7ASHDeXN3YtpyHlfaLBOm6s tIISuBasVBOdO6BMmWR+iLT8VZpCt03bfVTxzYc4DPeDc6MEXwCt/BhsbHK21GT6iNS HkGD60+sRq7u2YzE1IGMK2dwMuqVA0yluKkOHApM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1693650552; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=HVoO8v9OBvwYTHEN63ICMGXijFKbWfU1UTaa9yt0n4s=; b=C3xL0HkKWOk6qTBzYE/6S691xWZ7KURVloKfedahN7UOivYIibiOAW4VTnndwJm7 X7yrf159JdFQgLx4tKnF1TzMsR/eebrqHbj/uU2UoMf3X/1TiSsG8ikg+A2MtBoC7Pc jItSz7LloVb8NL/Z4BuyzQcJb08fovs3jQBfl30o= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] zlib: upgrading to 1.3 SUCCEEDED Message-ID: <0101018a55708478-5b662143-f296-4254-95bd-4ceece37c6c9-000000@us-west-2.amazonses.com> Date: Sat, 2 Sep 2023 10:29:11 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.09.02-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 ; Sat, 02 Sep 2023 10:29:13 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187045 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *zlib* to *1.3* has Succeeded. Next steps: - apply the patch: git am 0001-zlib-upgrade-1.2.13-1.3.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 63883745c29eb2b1be263a4fb70161b3ac9fc838 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Sep 2023 11:08:28 +0000 Subject: [PATCH] zlib: upgrade 1.2.13 -> 1.3 --- meta/recipes-core/zlib/{zlib_1.2.13.bb => zlib_1.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/zlib/{zlib_1.2.13.bb => zlib_1.3.bb} (93%) diff --git a/meta/recipes-core/zlib/zlib_1.2.13.bb b/meta/recipes-core/zlib/zlib_1.3.bb similarity index 93% rename from meta/recipes-core/zlib/zlib_1.2.13.bb rename to meta/recipes-core/zlib/zlib_1.3.bb index ec977a3035..c8fd855ee6 100644 --- a/meta/recipes-core/zlib/zlib_1.2.13.bb +++ b/meta/recipes-core/zlib/zlib_1.3.bb @@ -13,7 +13,7 @@ SRC_URI = "https://zlib.net/${BP}.tar.gz \ " UPSTREAM_CHECK_URI = "http://zlib.net/" -SRC_URI[sha256sum] = "b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30" +SRC_URI[sha256sum] = "ff0ba4c292013dbc27530b3a81e1f9a813cd39de01ca5e0f8bf355702efa593e" # When a new release is made the previous release is moved to fossils/, so add this # to PREMIRRORS so it is also searched automatically.