From patchwork Sat Jun 15 18:23:17 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: 45145 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 8FC96C3065E for ; Sat, 15 Jun 2024 18:23:25 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.18365.1718475798471897618 for ; Sat, 15 Jun 2024 11:23:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=aFDFwQ2R; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=a8SqrzDb; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101901d23b47d-a14bb802-a8f5-43fd-8de4-c9131641210f-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=1718475797; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=nw5VUjxiY8+FQf1FG3B8XNmEzKKJ7rT5ZHfrZQ0cU7g=; b=aFDFwQ2R9OUcjOx2f5fgMRdojcLW5GkPCEVkttJyKI8ox3lDKBVeu39w22bLIxwV 9kPs1SEsm0Xkq0EmK9sD9r1fDXidc0g5aYR5DBEiPAQ2ADmQx/GKvT586dJaEdIeO/u jyUAO1l/amwlipBdqPj+VFqqLytdQUZlREjGzWx0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475797; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=nw5VUjxiY8+FQf1FG3B8XNmEzKKJ7rT5ZHfrZQ0cU7g=; b=a8SqrzDbK6FlIUVfyOAiApYuuNEGlGUACg8JG7sop/2Sou8mJAtd9Ov79TbCulbh IgWcncERPdigeJic+HyUZpA8b+ArtTiIlL8stMZhpNGTrmNpflRVjry0MOQ70T9y3Xu QOdgK5KgZ3yXc6w48F+ieKBsKGHn5xdM3xwa6YGQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] dhcpcd: upgrading to 10.0.8 SUCCEEDED Message-ID: <010101901d23b47d-a14bb802-a8f5-43fd-8de4-c9131641210f-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:17 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-54.240.27.191 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 ; Sat, 15 Jun 2024 18:23:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200672 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dhcpcd* to *10.0.8* has Succeeded. Next steps: - apply the patch: git am 0001-dhcpcd-upgrade-10.0.6-10.0.8.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 2c02896d82b028cd8a1aa90c9be0848f268f216a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Jun 2024 05:15:46 +0000 Subject: [PATCH] dhcpcd: upgrade 10.0.6 -> 10.0.8 --- .../dhcpcd/{dhcpcd_10.0.6.bb => dhcpcd_10.0.8.bb} | 2 +- ...0-resolv.conf-improve-the-sitation-of-working-with-.patch | 5 +---- ...01-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch | 3 +-- .../0001-remove-INCLUDEDIR-to-prevent-build-issues.patch | 5 ++--- 4 files changed, 5 insertions(+), 10 deletions(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.6.bb => dhcpcd_10.0.8.bb} (97%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb similarity index 97% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb index fd193b2cff..43de279cfd 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.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 = "1c8ae59836fa87b4c63c598087f0460ec20ed862" +SRCREV = "a15ba1987c264eaa06c2655ddd0891aa5ac48c09" 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..548f1a73ba 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 d470d99c23a4072ab3cdce9e51e6964f3c993e72 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 461d04bd1d..f68e59db81 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 5d5ba8a2b8010db6bee68bd712f829cb737c9ac1 Mon Sep 17 00:00:00 2001 +From 686eedbb579bbc6223d294e9afbf3c9220d68a85 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. @@ -24,7 +24,6 @@ versions. Upstream-Status: Inappropriate [oe specific] Signed-off-by: Lei Maohui - --- src/dhcpcd.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c54942be4b..5a99eb69b3 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 ec9fc4e6086e1dbe0ac2f94a8a088a571596a581 Mon Sep 17 00:00:00 2001 +From 7ff37fc3d18a510cb73b6d6580817f0873574663 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 @@ -6,13 +6,12 @@ Subject: [PATCH] remove INCLUDEDIR to prevent build issues Upstream-Status: Pending Signed-off-by: Stefano Cappa - --- configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure b/configure -index 5237b0e2..7220718b 100755 +index 0a28a0cf..a81c73c1 100755 --- a/configure +++ b/configure @@ -26,7 +26,6 @@ BUILD=