From patchwork Sun Jun 1 13:55:26 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: 63986 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 3D5F9C71147 for ; Sun, 1 Jun 2025 13:55:34 +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.web11.27772.1748786127043424261 for ; Sun, 01 Jun 2025 06:55:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=hKkUwOXa; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=X+e2yCXw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 010101972bc69e94-c0c07589-6726-4f34-bd87-1a3241907f61-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=1748786126; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LAw7uQhulUqH+coayrk74lABTEug6eMPfSgEKOTmnIQ=; b=hKkUwOXaTX8q9B+4TrfAggcDdRpVjlJ8JcgZyArGsPVTZZvtN84TxuASavtBEWTT NoWKP7A8FwLLIy7yE9+m+RIDYYBBeFUPyYQ+WXrS8C8YQojBK3Xqns+sXvBQCtPGIfu tvwaAUilRs2pnvNcZT3ds80iFZFyxvRZXVr2S408= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1748786126; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LAw7uQhulUqH+coayrk74lABTEug6eMPfSgEKOTmnIQ=; b=X+e2yCXwRxKFvWW3HH0fifKjbPhP8BqK3+EieA4WfqCrEvjiXgcIF/i1Y6LCFA4E BfW40drVeIuT4XZeRYV94P2QstZsza3zHpQztoGpdh0hd9+CymmOa3dmMzDCK2DCwGB V85RbTmKhnq7PLdGPOug3RiBj8fLx5w+SXlmIYXs= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] dhcpcd: upgrading to 10.2.3 SUCCEEDED Message-ID: <010101972bc69e94-c0c07589-6726-4f34-bd87-1a3241907f61-000000@us-west-2.amazonses.com> Date: Sun, 1 Jun 2025 13:55:26 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.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 ; Sun, 01 Jun 2025 13:55:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217570 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dhcpcd* to *10.2.3* has Succeeded. Next steps: - apply the patch: git am 0001-dhcpcd-upgrade-10.2.2-10.2.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 d9ac7e56f2817a97e2e2e31dad2de8d64bcfb307 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Jun 2025 07:53:00 +0000 Subject: [PATCH] dhcpcd: upgrade 10.2.2 -> 10.2.3 --- .../dhcpcd/{dhcpcd_10.2.2.bb => dhcpcd_10.2.3.bb} | 2 +- ...esolv.conf-improve-the-sitation-of-working-with-.patch | 8 ++++---- ...dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch | 4 ++-- .../0001-remove-INCLUDEDIR-to-prevent-build-issues.patch | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.2.2.bb => dhcpcd_10.2.3.bb} (97%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.3.bb similarity index 97% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.3.bb index f9dfd2e245..d2320a9467 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.3.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ " -SRCREV = "f6983c18dbf7989f43a2838beeaf62a54c53ff1d" +SRCREV = "e20185bc09694db67c6d0b56dd58cfe5ee85c6d4" S = "${WORKDIR}/git" # Doesn't use automake so we can't do out-of-tree builds diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch index 4f687b0292..04bfc10172 100644 --- a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch +++ b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch @@ -1,4 +1,4 @@ -From 33710a648a805d96abf49d5adf6ca55b89f9c858 Mon Sep 17 00:00:00 2001 +From d22c688291088d7c7d0c4964175bf6c657461409 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 9 Nov 2022 16:33:18 +0800 Subject: [PATCH] 20-resolv.conf: improve the sitation of working with systemd @@ -27,7 +27,7 @@ Signed-off-by: Chen Qi 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/hooks/20-resolv.conf b/hooks/20-resolv.conf -index 7c29e276..becc019f 100644 +index bd0b0df5..9c7721de 100644 --- a/hooks/20-resolv.conf +++ b/hooks/20-resolv.conf @@ -11,8 +11,12 @@ nocarrier_roaming_dir="$state_dir/roaming" @@ -59,7 +59,7 @@ index 7c29e276..becc019f 100644 fi rm -f "$cf" } -@@ -170,7 +179,7 @@ add_resolv_conf() +@@ -179,7 +188,7 @@ add_resolv_conf() for x in ${new_domain_name_servers}; do conf="${conf}nameserver $x$NL" done @@ -68,7 +68,7 @@ index 7c29e276..becc019f 100644 [ -n "$ifmetric" ] && export IF_METRIC="$ifmetric" printf %s "$conf" | "$resolvconf" -a "$ifname" return $? -@@ -186,7 +195,7 @@ add_resolv_conf() +@@ -195,7 +204,7 @@ add_resolv_conf() remove_resolv_conf() { diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch b/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch index 484b84f94a..a83d808d29 100644 --- a/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch +++ b/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch @@ -1,4 +1,4 @@ -From e9b1376c59b15e7b03611429187d9d89167154b5 Mon Sep 17 00:00:00 2001 +From 88cc22cf2b734640447b49ddc502574b181bf3fb Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 10 Mar 2023 03:48:46 +0000 Subject: [PATCH] dhcpcd.8: Fix conflict error when enable multilib. @@ -29,7 +29,7 @@ Signed-off-by: Lei Maohui 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in -index 91fdde2c..b467dc3b 100644 +index ebbf06c0..c7ffee6b 100644 --- a/src/dhcpcd.8.in +++ b/src/dhcpcd.8.in @@ -826,7 +826,7 @@ Configuration file for dhcpcd. diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch index fd3fae7e7e..aff6cc54cc 100644 --- a/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch +++ b/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch @@ -1,4 +1,4 @@ -From c2ebc32112e0cd29390b4dc951b65efae36d607b Mon Sep 17 00:00:00 2001 +From 2c96e979608cc77395aea6fe70bade3d7a6fb399 Mon Sep 17 00:00:00 2001 From: Stefano Cappa Date: Sun, 13 Jan 2019 01:50:52 +0100 Subject: [PATCH] remove INCLUDEDIR to prevent build issues