From patchwork Tue Dec 16 08:02:49 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: 76721 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 E75D0D5E394 for ; Tue, 16 Dec 2025 08:02:52 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.17414.1765872163941707034 for ; Tue, 16 Dec 2025 00:02:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=q6H4iVJk; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=kwrGULYL; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019b262ef3a8-b1f67606-b8c0-4cae-9142-d3f2f8c70713-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=1765872170; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=v+/9ZLeGk92wUSHMghVxQFqRpTYtPnz8/e7JJWX9k/M=; b=q6H4iVJkDh8BZbCXskXrsi/HwYoVUB/CWL5s7fhRr54pYrVkdUUTk3raiROeEE0t DTOlnj1fg+l5HVCDm4aE255ezpOvG1bSqnTT/n0HiDmEajofasgspjl0CKOSsyGmTjB RddQ/lQjosY61/WxYc9FE/Xu2VIeDX+drsFy2EtU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1765872170; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=v+/9ZLeGk92wUSHMghVxQFqRpTYtPnz8/e7JJWX9k/M=; b=kwrGULYL9JyFb63+rd/zILEh1SNkXFcpP97nFyLMidTfbMfJ2L1fncC9OykPRbMZ qUarAn5dWT8rRzCd361BUsUC7wfTEoCSuJUAVX67Rz6MAUjztHq/LPUHt7KhupkSUWr b1HppFjubBpoAvc7//ahQ3BlD6lHt9ExtIS9AGeA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libnl: upgrading to 3.12.0 SUCCEEDED Message-ID: <0101019b262ef3a8-b1f67606-b8c0-4cae-9142-d3f2f8c70713-000000@us-west-2.amazonses.com> Date: Tue, 16 Dec 2025 08:02:49 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.12.16-54.240.27.30 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 ; Tue, 16 Dec 2025 08:02:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/227918 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libnl* to *3.12.0* has Succeeded. Next steps: - apply the patch: git am 0001-libnl-upgrade-3.11.0-3.12.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 c2ffdfebe73a830b9b6e120b069ebcf392eb97dc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Dec 2025 07:32:33 +0000 Subject: [PATCH] libnl: upgrade 3.11.0 -> 3.12.0 --- .../0001-tests-cksuite-all-netns.c-disable-route_1.patch | 6 +++--- .../libnl/{libnl_3.11.0.bb => libnl_3.12.0.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/libnl/{libnl_3.11.0.bb => libnl_3.12.0.bb} (96%) diff --git a/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch index cc5e3890a1..31ed6a03f1 100644 --- a/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch +++ b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch @@ -1,4 +1,4 @@ -From 9e45c8809fc4e0aa1dd2ec2ac3e57352049f1b92 Mon Sep 17 00:00:00 2001 +From 4fc15346838cb6abfd2cc4e454b583e9ad143720 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 20 Aug 2024 19:01:59 +0200 Subject: [PATCH] tests/cksuite-all-netns.c: disable route_1 @@ -17,10 +17,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cksuite-all-netns.c b/tests/cksuite-all-netns.c -index 5b9d3a5..b2fc46a 100644 +index ff6fd65..f083e65 100644 --- a/tests/cksuite-all-netns.c +++ b/tests/cksuite-all-netns.c -@@ -341,7 +341,7 @@ Suite *make_nl_netns_suite(void) +@@ -342,7 +342,7 @@ Suite *make_nl_netns_suite(void) nltst_netns_fixture_teardown); tcase_add_test(tc, cache_and_clone); tcase_add_loop_test(tc, test_create_iface, 0, 17); diff --git a/meta/recipes-support/libnl/libnl_3.11.0.bb b/meta/recipes-support/libnl/libnl_3.12.0.bb similarity index 96% rename from meta/recipes-support/libnl/libnl_3.11.0.bb rename to meta/recipes-support/libnl/libnl_3.12.0.bb index 26c87dbb1c..a68a80c0ae 100644 --- a/meta/recipes-support/libnl/libnl_3.11.0.bb +++ b/meta/recipes-support/libnl/libnl_3.12.0.bb @@ -19,7 +19,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')} file://0001-tests-cksuite-all-netns.c-disable-route_1.patch \ " -SRC_URI[sha256sum] = "2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d" +SRC_URI[sha256sum] = "fc51ca7196f1a3f5fdf6ffd3864b50f4f9c02333be28be4eeca057e103c0dd18" GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P.+)"