From patchwork Mon Nov 18 21:18:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 52722 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 F3A4AD60CE7 for ; Mon, 18 Nov 2024 21:18:14 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.4900.1731964690584546966 for ; Mon, 18 Nov 2024 13:18:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=TsS1oeZ1; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=WsUCAFQn; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101934123e9fb-10beee24-e9ad-461a-a5f1-7e16cde79a47-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=1731964693; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=B6eAS+O4HcefVVxBgcyisM+n8Sjb3ayKikTor/zElYg=; b=TsS1oeZ1dPNwDC+CtNpP/QiUnk1g4fobo2/2vwNHnR8ZOSE3E7G37e81ZgVadg09 uM2kjcstvSCDZtow72rKj7v/r7xiyja2/FtNy4i4WQqqjbK4dNRwkc8EIPnGkRHsYsr fwyjxjpq6lnBICNX6xS/hjt0xcXbtcHmVo4tqsL0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964693; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=B6eAS+O4HcefVVxBgcyisM+n8Sjb3ayKikTor/zElYg=; b=WsUCAFQn6+MBGlpPVPJJ4+1DLwkFOLDmb63c5PqpN9/kiMzpPMJ1xSYj6vC6C+78 1dwRXacjixcRmeIohZsPSBaKeTmXnQA6GKeNqlRetW59+EsqfwN2W35LLhXrqnIOP7x FSkbAoQgmz02miF1lZI9IDm59S1CfNsfcBeMoof0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libnl: upgrading to 3.11.0 SUCCEEDED Message-ID: <010101934123e9fb-10beee24-e9ad-461a-a5f1-7e16cde79a47-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:18:12 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.45 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 ; Mon, 18 Nov 2024 21:18:14 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207366 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libnl* to *3.11.0* has Succeeded. Next steps: - apply the patch: git am 0001-libnl-upgrade-3.10.0-3.11.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 2d2ae7108e74c525b089f13ceabcf39fd73a57c7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 18 Nov 2024 16:48:20 +0000 Subject: [PATCH] libnl: upgrade 3.10.0 -> 3.11.0 --- .../0001-tests-cksuite-all-netns.c-disable-route_1.patch | 4 ++-- .../libnl/{libnl_3.10.0.bb => libnl_3.11.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libnl/{libnl_3.10.0.bb => libnl_3.11.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..a52e86abf6 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 fb0674cb2735f6696ddb180dd5a23a034ce4fa00 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,7 +17,7 @@ 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 1948c3e..7f57d21 100644 --- a/tests/cksuite-all-netns.c +++ b/tests/cksuite-all-netns.c @@ -341,7 +341,7 @@ Suite *make_nl_netns_suite(void) diff --git a/meta/recipes-support/libnl/libnl_3.10.0.bb b/meta/recipes-support/libnl/libnl_3.11.0.bb similarity index 96% rename from meta/recipes-support/libnl/libnl_3.10.0.bb rename to meta/recipes-support/libnl/libnl_3.11.0.bb index 441c847a73..26c87dbb1c 100644 --- a/meta/recipes-support/libnl/libnl_3.10.0.bb +++ b/meta/recipes-support/libnl/libnl_3.11.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] = "49b3e2235fdb58f5910bbb3ed0de8143b71ffc220571540502eb6c2471f204f5" +SRC_URI[sha256sum] = "2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d" GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P.+)"