From patchwork Wed Oct 1 13:32:15 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: 72581 Return-Path: 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 5E7F8CCD18C for ; Wed, 1 Oct 2025 13:32:23 +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.17941.1759325536325174044 for ; Wed, 01 Oct 2025 06:32:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=RsfnE4NJ; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=gOKJtNn+; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101999ff93dc3-c93f9667-d0d4-42f2-820f-5a8161cc9f83-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1759325535; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=pKpvLAIT6jNj/UhwfGnW3Wfgotn6+84NGEgrsVsq24I=; b=RsfnE4NJ8WxqdDIBLaExy9xsg8MtQi0mW9QJrf3UvBz/avDq1llEND0dBW2EOaYH +uRLxtG3lTBFyPGUR82lE50feQdXCy7kKXqTF3eMGY1LBwi0Rbs5V2Qd9V0FF9GFmt7 /6722Jz0w0pKT8CFMfI5Gt8gcvx2EY6mgl/xj15k= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1759325535; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=pKpvLAIT6jNj/UhwfGnW3Wfgotn6+84NGEgrsVsq24I=; b=gOKJtNn+RG+7d1btDwi3Fk2wQWyyv1e3bHddpsPdNopXxMKzTy2ELt6LDItvcXjU GVcj+DCbv6JTY95/g7eyJP4qpI0czW8Th6ATsF2xIqtfTqHY6bWe7y12oQsN19A2vQr 4i7EavSmLpRcfmSsXgNrEijzx5GEcCQihBd5Fj0A= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] expat: upgrading to 2.7.3 SUCCEEDED Message-ID: <010101999ff93dc3-c93f9667-d0d4-42f2-820f-5a8161cc9f83-000000@us-west-2.amazonses.com> Date: Wed, 1 Oct 2025 13:32:15 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.10.01-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 ; Wed, 01 Oct 2025 13:32:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/224227 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *expat* to *2.7.3* has Succeeded. Next steps: - apply the patch: git am 0001-expat-upgrade-2.7.2-2.7.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 90be3eda01b9984197849a3080687ae54a65f61c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Oct 2025 08:20:54 +0000 Subject: [PATCH] expat: upgrade 2.7.2 -> 2.7.3 --- meta/recipes-core/expat/{expat_2.7.2.bb => expat_2.7.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.7.2.bb => expat_2.7.3.bb} (92%) diff --git a/meta/recipes-core/expat/expat_2.7.2.bb b/meta/recipes-core/expat/expat_2.7.3.bb similarity index 92% rename from meta/recipes-core/expat/expat_2.7.2.bb rename to meta/recipes-core/expat/expat_2.7.3.bb index 952235d7a0..069254e13c 100644 --- a/meta/recipes-core/expat/expat_2.7.2.bb +++ b/meta/recipes-core/expat/expat_2.7.3.bb @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/R_${VERSION_TAG}/expat-${PV}.tar.bz2 \ GITHUB_BASE_URI = "https://github.com/libexpat/libexpat/releases/" UPSTREAM_CHECK_REGEX = "releases/tag/R_(?P.+)" -SRC_URI[sha256sum] = "976f6c2d358953c22398d64cd93790ba5abc62e02a1bbc204a3a264adea149b8" +SRC_URI[sha256sum] = "59c31441fec9a66205307749eccfee551055f2d792f329f18d97099e919a3b2f" EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF"