From patchwork Sat Mar 1 11:25:17 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: 58121 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 2AD53C021B8 for ; Sat, 1 Mar 2025 11:25:27 +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.7163.1740828318538724398 for ; Sat, 01 Mar 2025 03:25:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=G0iXw7jN; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=SaLDsTLA; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010195517417fa-1ad9d2c3-1fd2-4b27-ab27-5fbf57b6f5df-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=1740828317; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=BLnJ/WNO2Lzbr1tEfev6pyqeRG2GIdQ3sHWa1xUjsLY=; b=G0iXw7jNFv5ks2dD0bxGVtjPsD5PopMFZqnRfhKgg6FwfPOuWQg76We6pombfDYF 7TUfVRiFPl9LfjseRjytjHve6TdWO59CbI26Z0jeAbhJ6jo+qPKWz9jq15T5XNASszn EgdYVxWsz7hqSur9JpOPT3ztUL2TLDENO14p+uVA= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1740828317; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=BLnJ/WNO2Lzbr1tEfev6pyqeRG2GIdQ3sHWa1xUjsLY=; b=SaLDsTLAv9ff1So+XLS0XMeg9SWFDnTFQGcR6WKn8YpqN+6Fgh3BRej6LuotRqXH BMZsS1GlIY6ukn0W6/yNuCK9+it/T9scdliROYUNZYbZ0lVPEuAh3dgU06FafTKtvg8 CgbUT/NERxRxq7IBqqyieJUsq33fBAe71sj6CCCM= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] dhcpcd: upgrading to 10.2.2 SUCCEEDED Message-ID: <01010195517417fa-1ad9d2c3-1fd2-4b27-ab27-5fbf57b6f5df-000000@us-west-2.amazonses.com> Date: Sat, 1 Mar 2025 11:25:17 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.01-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 ; Sat, 01 Mar 2025 11:25:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212101 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dhcpcd* to *10.2.2* has Succeeded. Next steps: - apply the patch: git am 0001-dhcpcd-upgrade-10.1.0-10.2.2.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 5c46cfdd0b3cf88c131b159e198fa713028ad8aa Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Mar 2025 06:40:56 +0000 Subject: [PATCH] dhcpcd: upgrade 10.1.0 -> 10.2.2 --- .../{dhcpcd_10.1.0.bb => dhcpcd_10.2.2.bb} | 23 +++++++++++++++++-- ...mprove-the-sitation-of-working-with-.patch | 5 +--- ...-conflict-error-when-enable-multilib.patch | 4 ++-- ...e-INCLUDEDIR-to-prevent-build-issues.patch | 4 ++-- 4 files changed, 26 insertions(+), 10 deletions(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.1.0.bb => dhcpcd_10.2.2.bb} (73%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.1.0.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb similarity index 73% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.1.0.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb index 3f806bb187..4d123d6208 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.1.0.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb @@ -1,3 +1,22 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,4 +1,4 @@ +# -Copyright (c) 2006-2024 Roy Marples +# +Copyright (c) 2006-2025 Roy Marples +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# +# + SECTION = "console/network" SUMMARY = "dhcpcd - a DHCP client" DESCRIPTION = "dhcpcd runs on your machine and silently configures your \ @@ -7,7 +26,7 @@ DESCRIPTION = "dhcpcd runs on your machine and silently configures your \ HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d296c4bec306f351e676705aaf237c8c" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4dda5beb433a809f2e0aeffbf9da3d91" SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=master \ file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch \ @@ -17,7 +36,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ " -SRCREV = "57c3506a5622e199cf0e3fc1ef26a71cdedc9521" +SRCREV = "f6983c18dbf7989f43a2838beeaf62a54c53ff1d" 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..8d9d528019 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 3e5214f14ada88bd27bb372f484519780019a8d1 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..59184ed950 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 c2ddea4d58b2eedd082aa61c75ab359f1ee008aa 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 04bf7d90..9cf10d24 100644 +index 91fdde2c..b467dc3b 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 8890c2d7dc..62634e0fe9 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 dff30e7b5a9bf71424361ae961a2a76c7d0cb570 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 @@ -11,7 +11,7 @@ Signed-off-by: Stefano Cappa 1 file changed, 5 deletions(-) diff --git a/configure b/configure -index 1a772b02..0f915b39 100755 +index a60da137..3673de8b 100755 --- a/configure +++ b/configure @@ -26,7 +26,6 @@ BUILD=