From patchwork Sat Nov 15 16:38:59 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: 74667 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 AF0BDCED603 for ; Sat, 15 Nov 2025 16:39:04 +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.msgproc01-g2.11939.1763224721298458727 for ; Sat, 15 Nov 2025 08:39:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=MfGT89B8; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=q7CggDvL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019a88625eff-e5b949ef-184f-4b8b-9a7a-efe117c555a9-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=1763224739; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=wRuyw+/bMHc0PtLjk2jCex2AULHyXbms3pX9UfZMo7g=; b=MfGT89B8dnh10eycuF8T/pu0mW7xPe9e3JFEcbfxk0MHwRDESQa+0GgH1FmFY6t0 zAxT8xNqv5/7n1f5+DJ42Pmp1DodVEFjj3uzrm6oREtMcuGPjBKuq7irlvEkzapdlQ+ x8VDUQ8RSXFnZP5Cef5HbC9voJt/7pw7MJ/h+NT4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224739; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=wRuyw+/bMHc0PtLjk2jCex2AULHyXbms3pX9UfZMo7g=; b=q7CggDvLln3qOsZoVlTE/v2+KsTjHI5fWN9Qw8mEU/ggteu2l2jGRH+CgVYHs2oE LjYfHfcfi4LXKwKQY03B+KlG10ltF1WG+4Z3W/+WQR5njoM1QV2fXn5NmER3EjvYis4 QH7Y7kJCkINOoS3rmmYOzOYZAYXrCVumgrC6oRo0= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] swig: upgrading to 4.4.0 SUCCEEDED Message-ID: <0101019a88625eff-e5b949ef-184f-4b8b-9a7a-efe117c555a9-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:38:59 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.193 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Nov 2025 16:39:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226393 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *swig* to *4.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-swig-upgrade-4.3.1-4.4.0.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 efe3fc70090c8bc37976fae4d7896e4b1ef22f49 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 12:08:54 +0000 Subject: [PATCH] swig: upgrade 4.3.1 -> 4.4.0 --- meta/recipes-devtools/swig/swig/determinism.patch | 2 +- meta/recipes-devtools/swig/{swig_4.3.1.bb => swig_4.4.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/swig/{swig_4.3.1.bb => swig_4.4.0.bb} (94%) diff --git a/meta/recipes-devtools/swig/swig/determinism.patch b/meta/recipes-devtools/swig/swig/determinism.patch index 4359281bbb..bad2413971 100644 --- a/meta/recipes-devtools/swig/swig/determinism.patch +++ b/meta/recipes-devtools/swig/swig/determinism.patch @@ -1,4 +1,4 @@ -From 1cd6f0cc21fc977a710e8d30c3d2ebfee3c72dc0 Mon Sep 17 00:00:00 2001 +From e98aaf6b0460919de1fc343212cc4dc36d011a23 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 1 Mar 2021 00:11:10 +0000 Subject: [PATCH] swig: Fix reproducibility issue diff --git a/meta/recipes-devtools/swig/swig_4.3.1.bb b/meta/recipes-devtools/swig/swig_4.4.0.bb similarity index 94% rename from meta/recipes-devtools/swig/swig_4.3.1.bb rename to meta/recipes-devtools/swig/swig_4.4.0.bb index dd979580a1..93d06b6a5f 100644 --- a/meta/recipes-devtools/swig/swig_4.3.1.bb +++ b/meta/recipes-devtools/swig/swig_4.4.0.bb @@ -15,7 +15,7 @@ DEPENDS = "libpcre2 bison-native" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ file://determinism.patch \ " -SRC_URI[sha256sum] = "44fc829f70f1e17d635a2b4d69acab38896699ecc24aa023e516e0eabbec61b8" +SRC_URI[sha256sum] = "c3f8e5dcd68c18aa19847b33b0a1bb92f07e904c53ae9cf5ae4ff8727a72927e" UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/swig/files/swig/" UPSTREAM_CHECK_REGEX = "swig-(?P\d+(\.\d+)+)"