From patchwork Wed Nov 5 23:16:14 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: 73686 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 427E2CCFA1C for ; Wed, 5 Nov 2025 23:16:23 +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.msgproc01-g2.2349.1762384575393525585 for ; Wed, 05 Nov 2025 15:16:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=rqGFpbDZ; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=oHB5xhGv; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019a564e7912-5bac91cd-b9fc-4b76-af78-0b7fb2d33b0a-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1762384574; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=6vLuS7fLHXtNEyMI9tgkXjriF8etNrZ6HN3Tcyp+DmE=; b=rqGFpbDZ5EkBD2aBTMMN9/uvSTxhm55GGnRnRz5GvcsA7SIb5hv1N04nQfFI+3MR MejGmp2FfNWohu/FYEwoz+hP8pX+xIxI9eEpMMJ/3TKZnsYY0YOgIXXCaZNLjAwwSVg 72VV/3ydXLu48X6ibaTPHxraMgALOAztZZy2i2EQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1762384574; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=6vLuS7fLHXtNEyMI9tgkXjriF8etNrZ6HN3Tcyp+DmE=; b=oHB5xhGvaHgpnFdOvp+5DHBcs0BEqS1PjaLpGOGVYww0/RM3Faoux9TC/yr/GlGy BgxK9LpOb0U34DJhljXxjDeoQu1K4QXJi6S1AGaQsYaibnFzr1eKWW00Ctl91QFwuEW sulgkGeseBla38N59KTRS5iJKpYDcb/ESks3BmQI= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] resolvconf: upgrading to 1.94 SUCCEEDED Message-ID: <0101019a564e7912-5bac91cd-b9fc-4b76-af78-0b7fb2d33b0a-000000@us-west-2.amazonses.com> Date: Wed, 5 Nov 2025 23:16:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.05-54.240.27.193 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 05 Nov 2025 23:16:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/225796 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *resolvconf* to *1.94* has Succeeded. Next steps: - apply the patch: git am 0001-resolvconf-upgrade-1.93-1.94.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 325550bbdc1b215aea74498c9639eef5b99050c4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 5 Nov 2025 15:02:53 +0000 Subject: [PATCH] resolvconf: upgrade 1.93 -> 1.94 --- .../0001-avoid-using-m-option-for-readlink.patch | 7 ++----- .../resolvconf/{resolvconf_1.93.bb => resolvconf_1.94.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.93.bb => resolvconf_1.94.bb} (98%) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch b/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch index ab32f26754..cfd850aeb6 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch +++ b/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch @@ -1,4 +1,4 @@ -From 6bf2bb136a0b3961339369bc08e58b661fba0edb Mon Sep 17 00:00:00 2001 +From 30108d4f078dbbdc48dac65ae85e60078002a0f1 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 17 Nov 2022 17:26:30 +0800 Subject: [PATCH] avoid using -m option for readlink @@ -20,7 +20,7 @@ Signed-off-by: Chen Qi 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/resolvconf/update.d/libc b/etc/resolvconf/update.d/libc -index 1c4f6bc..f75d22c 100755 +index e500167..0b84c35 100755 --- a/etc/resolvconf/update.d/libc +++ b/etc/resolvconf/update.d/libc @@ -57,7 +57,7 @@ fi @@ -32,6 +32,3 @@ index 1c4f6bc..f75d22c 100755 } if ! resolv_conf_is_symlinked_to_dynamic_file ; then --- -2.17.1 - diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.94.bb similarity index 98% rename from meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb rename to meta/recipes-connectivity/resolvconf/resolvconf_1.94.bb index c10c57267a..b2c85f9593 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.94.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 = "ab766fa31f7939f6d879123236b4275320b7ff64" +SRCREV = "505c258d1efb287ffdbf132531a86437d2bf0513" # the package is taken from snapshots.debian.org; that source is static and goes stale # so we check the latest upstream from a directory that does get updated