From patchwork Mon Jan 15 17:33:48 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: 37851 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 68D7CC54798 for ; Mon, 15 Jan 2024 17:34:02 +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.web11.88276.1705340029273637622 for ; Mon, 15 Jan 2024 09:33:49 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Lp905e+P; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=dOdCj00p; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018d0e2fc5c5-3830b94f-0867-4bd9-ade2-63d0193436f5-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=1705340028; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=xLXtrwxhcKX/0vYwYrl1KdYDFxxTEfxqlfE3jBLTR7o=; b=Lp905e+P6Uxn5wF+yWmA8QJTNLYwd6fxYFakhsKK70tp03fzG4fCPnOPaxBT3xrH M33CDt/f6jfrjsLqTb2xXJtVAkg0cSsjjuhIpCBl7FjRCUhMGhsXyVDaPQ4zXYUFVTv W4DcLoKR6iv4KLyehoBSmRTtuLVHkwz/VMf4PfQ8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1705340028; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=xLXtrwxhcKX/0vYwYrl1KdYDFxxTEfxqlfE3jBLTR7o=; b=dOdCj00pfIeEB+bZzW2mkRsnTfRbYOcjPzZPCySuV5pMmc/01yBdBHqwCOLcjKW/ cobXi/Lutm1Nqx9xQY9j8nezAcWWNezyyBH4jpIX0H/v3OF97Fbtg5c/GEyKr6Ujk3p M1oFMG7N9AUvwEv+4PtRcxu5+LBZymEuTZiP2o5I= MIME-Version: 1.0 From: auh@yoctoproject.org To: Changhyeok Bae Cc: openembedded-core@lists.openembedded.org Subject: [AUH] iproute2: upgrading to 6.7.0 SUCCEEDED Message-ID: <0101018d0e2fc5c5-3830b94f-0867-4bd9-ade2-63d0193436f5-000000@us-west-2.amazonses.com> Date: Mon, 15 Jan 2024 17:33:48 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.01.15-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, 15 Jan 2024 17:34:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/193697 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *iproute2* to *6.7.0* has Succeeded. Next steps: - apply the patch: git am 0001-iproute2-upgrade-6.6.0-6.7.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 a740e395e6003428897c7418d21107b1fcf936e1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Jan 2024 05:26:18 +0000 Subject: [PATCH] iproute2: upgrade 6.6.0 -> 6.7.0 --- .../iproute2/0001-libc-compat.h-add-musl-workaround.patch | 2 +- .../iproute2/{iproute2_6.6.0.bb => iproute2_6.7.0.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_6.6.0.bb => iproute2_6.7.0.bb} (97%) diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch index 74e3de1ce9..13a58dc384 100644 --- a/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch +++ b/meta/recipes-connectivity/iproute2/iproute2/0001-libc-compat.h-add-musl-workaround.patch @@ -1,4 +1,4 @@ -From c25f8d1f7a6203dfeb10b39f80ffd314bb84a58d Mon Sep 17 00:00:00 2001 +From fa5ed41fa9c3454846b146a4de67ed10e1d2df32 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 22 Dec 2016 15:26:30 +0200 Subject: [PATCH] libc-compat.h: add musl workaround diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb similarity index 97% rename from meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb rename to meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb index 417702e627..640b3013f1 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_6.6.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb @@ -15,7 +15,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ file://0001-libc-compat.h-add-musl-workaround.patch \ " -SRC_URI[sha256sum] = "8738c804afd09f0bf756937f0c3de23117832a98d8cbbf50386cf5005cd613ce" +SRC_URI[sha256sum] = "ff942dd9828d7d1f867f61fe72ce433078c31e5d8e4a78e20f02cb5892e8841d" inherit update-alternatives bash-completion pkgconfig