From patchwork Fri Dec 1 13:14:49 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: 35526 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 3B88FC25B57 for ; Fri, 1 Dec 2023 13:15:00 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.22325.1701436491932272194 for ; Fri, 01 Dec 2023 05:14:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AG+O4cwK; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=j1B5I+yc; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101018c25848066-c971596b-86f5-4dae-b538-c994702b689f-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=1701436489; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=D723YTxDKdYHGDAMVXR3iCqe+rd1xuxaL+p1lrUHkXQ=; b=AG+O4cwKE/2kuDnYEolqLaNJZPOlBRWliRosQntk/i0azw6tNKDIOxOSfrjJSCQv lo3M2g3GYBLgFvlbHVWYl+4FR7isyyzMlo7ghnOh5K/MSFxlUww6M368pEbCm4/sKg3 3YNQ0AOAe8ZprAVKnm4N6DwO2LN/FJQHA6T/TJ2w= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1701436489; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=D723YTxDKdYHGDAMVXR3iCqe+rd1xuxaL+p1lrUHkXQ=; b=j1B5I+ycK8k7LVrd59fywjDgpqjQU7xmPtIlOPnWOpUpv7SvbXZsmM/iB4RUBH/A zzZcqBtxpkyZX0cLqaqC+AqatJMHGRJmNnMk3FiHBFAn9vZKThNO4Cd52cb2ZJosgw8 vzE2kLbufgEVJd98jMpjI53IcMomt/qNrnWdFzqE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] resolvconf: upgrading to 1.92 SUCCEEDED Message-ID: <0101018c25848066-c971596b-86f5-4dae-b538-c994702b689f-000000@us-west-2.amazonses.com> Date: Fri, 1 Dec 2023 13:14:49 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.01-54.240.27.23 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 ; Fri, 01 Dec 2023 13:15:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191598 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *resolvconf* to *1.92* has Succeeded. Next steps: - apply the patch: git am 0001-resolvconf-upgrade-1.91-1.92.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 382158dd454a403a083348ee95a23cafc7863246 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Dec 2023 05:49:44 +0000 Subject: [PATCH] resolvconf: upgrade 1.91 -> 1.92 --- .../resolvconf/{resolvconf_1.91.bb => resolvconf_1.92.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.91.bb => resolvconf_1.92.bb} (98%) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb similarity index 98% rename from meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb rename to meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb index 09a0ab7d27..226cb7ee77 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.91.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb @@ -15,7 +15,7 @@ SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=un file://0001-avoid-using-m-option-for-readlink.patch \ " -SRCREV = "859209d573e7aec0e95d812c6b52444591a628d1" +SRCREV = "86047276c80705c51859a19f0c472102e0822f34" S = "${WORKDIR}/git"