From patchwork Thu Oct 10 19:36:31 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: 50372 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 BFD78CFD30C for ; Thu, 10 Oct 2024 19:36:31 +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.web10.53262.1728588944704958677 for ; Thu, 10 Oct 2024 12:36:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=U9qA4zi3; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=QqfBIdFk; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019277eeca62-13f3c8fc-328f-4610-8810-646a0426574d-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=1728588991; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=o7O0VPgRTS/CO5wFURzqONmiFEf6Zc7970KpbmVhiZQ=; b=U9qA4zi3EDAGKNHqI447HcroXnfFSZb2OtTf6QM+BJE9s81EcGhWDR1tQsAKOBS+ IQo3mjBpiwDk41W5DIJPejS2gQ65jljCvGC6iRDlahhjTAoAFJDk0bsKPWUfAD7maTt 1oEhRhcGkma9bXqpET+4f7v6Pnuo37pWgTNvftGs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1728588991; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=o7O0VPgRTS/CO5wFURzqONmiFEf6Zc7970KpbmVhiZQ=; b=QqfBIdFkUGdcBM0OkYqHnvmAVGRkaF+uMwJvDRyohROL+CIKcU8CdRmKCJc6RySJ sOSl3VGdA2glhskUlRd3FeJKtlPk8ZOx5XTQKiOsfmsgG7MbH0h+8+oST1JNbYQ97QV 007JUBiytpbZqqIJ+buPN/BuvrIkqB1dUuOlMPbA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] dhcpcd: upgrading to 10.1.0 SUCCEEDED Message-ID: <0101019277eeca62-13f3c8fc-328f-4610-8810-646a0426574d-000000@us-west-2.amazonses.com> Date: Thu, 10 Oct 2024 19:36:31 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.10.10-54.240.27.193 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 ; Thu, 10 Oct 2024 19:36:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/205595 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dhcpcd* to *10.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-dhcpcd-upgrade-10.0.10-10.1.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 73009ccf47d1260b70b36fe8d73a844ffea1a60c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Oct 2024 00:32:46 +0000 Subject: [PATCH] dhcpcd: upgrade 10.0.10 -> 10.1.0 --- .../dhcpcd/{dhcpcd_10.0.10.bb => dhcpcd_10.1.0.bb} | 2 +- ...0-resolv.conf-improve-the-sitation-of-working-with-.patch | 5 +---- ...01-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch | 2 +- .../0001-remove-INCLUDEDIR-to-prevent-build-issues.patch | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.10.bb => dhcpcd_10.1.0.bb} (97%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.10.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.1.0.bb similarity index 97% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.10.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.1.0.bb index 0ae9db911c..3f806bb187 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.10.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.1.0.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 = "ab5ec18e755c1bb450c74d3a4657ea48d0f7f314" +SRCREV = "57c3506a5622e199cf0e3fc1ef26a71cdedc9521" S = "${WORKDIR}/git" inherit pkgconfig autotools-brokensep systemd useradd 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 8d1ed6671a..3a8a445288 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 02acc4d875ee81e6fd19ef66d69c9f55b4b4a7e7 Mon Sep 17 00:00:00 2001 +From 87c3561eb614f9569d417e1de679d18a72976d58 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 @@ -77,6 +77,3 @@ index 7c29e276..becc019f 100644 "$resolvconf" -d "$ifname" -f else if [ -e "$resolv_conf_dir/$ifname" ]; then --- -2.17.1 - 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 b958110ef1..037707f391 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 1115784dfdf2e7095cf599f9becef705ac57f80e Mon Sep 17 00:00:00 2001 +From a52af5eb5fb4d92ce58b9864d34d6bd751086df1 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. 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 8890c2d7dc..d498b96e2e 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 69babef33b0ee4c60d8821797777b9affedd47da Mon Sep 17 00:00:00 2001 +From eed2cdcf1069d969b97b439e0bb83b04af043ced 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