From patchwork Wed Aug 16 22:19:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 28937 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 B2B26C41513 for ; Wed, 16 Aug 2023 22:19:11 +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.web10.174019.1692224342104083955 for ; Wed, 16 Aug 2023 15:19:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AfuX9N1G; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=mPH2BWse; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018a006e4516-72e723fb-77b9-4cba-9469-010caa6d9542-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=1692224341; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=klusjKjpLFs2lkqvZmcsP3+h3V4A6apm6suF4VAJVaU=; b=AfuX9N1G51bHdW2wwar6rPylQQUbT/Nh0JMKRPkL5/CVV6bxwJhIWSmEyZj5TZb7 zBBEcK9n9c8eVGvbhPPLnV9FYML3iR1b1AWCNKkiHkKRfFT/3WE1p7WiVg9L5By9J+/ CShYA9WDXhK0mUnMJUKnC7A/q9WQx4wnSsSLzGdE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1692224341; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=klusjKjpLFs2lkqvZmcsP3+h3V4A6apm6suF4VAJVaU=; b=mPH2BWse4VRB01D7KieTr/2ExHBzaAxhkRVpHS9nsbaAkZcal23aZmrbNF2xIMjE jF8sqjfHqdkgaWnUqaTYaVSxHO10wlhpi683b+ZY7Z/a3wj4+PzOGwkvzvjHiQZ4YMQ pG1xlJWcVjHb/uW802rPocqH+IDGjzwMA4sOF6FA= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] dhcpcd: upgrading to 10.0.2 SUCCEEDED Message-ID: <0101018a006e4516-72e723fb-77b9-4cba-9469-010caa6d9542-000000@us-west-2.amazonses.com> Date: Wed, 16 Aug 2023 22:19:01 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.08.16-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 ; Wed, 16 Aug 2023 22:19:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/186153 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dhcpcd* to *10.0.2* has Succeeded. Next steps: - apply the patch: git am 0001-dhcpcd-upgrade-10.0.1-10.0.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 c5fddb134881b880f38861c80b9a679df9389944 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Aug 2023 22:11:28 +0000 Subject: [PATCH] dhcpcd: upgrade 10.0.1 -> 10.0.2 --- .../dhcpcd/{dhcpcd_10.0.1.bb => dhcpcd_10.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.1.bb => dhcpcd_10.0.2.bb} (97%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.1.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb similarity index 97% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.1.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb index de007a6e6c..9dccc93713 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.1.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.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 = "5d9bf80c26b4b7dc9d8aa175d96d5a24e75b4d48" +SRCREV = "d2fbde99cf2d0072016af9dfe6a77032a5a9fc30" S = "${WORKDIR}/git" inherit pkgconfig autotools-brokensep systemd useradd