From patchwork Wed Apr 15 14:04:33 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 86062 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 DE126F531E8 for ; Wed, 15 Apr 2026 14:04:36 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.19814.1776261874154191723 for ; Wed, 15 Apr 2026 07:04:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=R8bzoFJx; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kunmwGVt; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019d91753eca-a218ba6a-97d3-4cb0-87f2-7f29fec51918-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=1776261873; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dIF19IQ9mlklb/UUoPxjdCUZ/NI7EIjVUD2n5potXCQ=; b=R8bzoFJxDbFH27zTiR+WWSqoYHVi3koWB/we/74jw2/aApbHAJwgpa90twClvQx/ 0YMRN9JJdHVC6Fpvw2nVOEsqgY5kH8+gn/wK+c6ftSG+cfVpTxWdb/Nd4rwwwpHLEx3 EGDbuOFWwSVnDF39E6XzueAf5d7a2iDp8n+8291Y= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261873; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dIF19IQ9mlklb/UUoPxjdCUZ/NI7EIjVUD2n5potXCQ=; b=kunmwGVtQaw8esBZyNGmKNXTHKlaqeNP+tRfm/q/Bua/gSaLoon/REKiwDb/XXPz xOevu09SuPG4Kh5EV44kTOVFrUVEF1AfjXrWh+HcHpBdS+wKYCtpjcBpzj4TvgsY0sr 0IZ4Ih2gVcTQDVkXVK0vGCrrcKH8bz08xKrb+YIA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] resolvconf: upgrading to 1.95 SUCCEEDED Message-ID: <0101019d91753eca-a218ba6a-97d3-4cb0-87f2-7f29fec51918-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:33 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.15-54.240.27.33 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, 15 Apr 2026 14:04:36 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235219 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *resolvconf* to *1.95* has Succeeded. Next steps: - apply the patch: git am 0001-resolvconf-upgrade-1.94-1.95.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 9dcdcf66ef2ad7cacae38f56763bbfcadf497690 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 06:51:04 +0000 Subject: [PATCH] resolvconf: upgrade 1.94 -> 1.95 --- .../0001-avoid-using-m-option-for-readlink.patch | 7 ++----- .../resolvconf/{resolvconf_1.94.bb => resolvconf_1.95.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.94.bb => resolvconf_1.95.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..0f5dd02db7 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 e7eab605a553ce5082fba5335e28cdb5a8435527 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 a0c15d4..6339544 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.94.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.95.bb similarity index 98% rename from meta/recipes-connectivity/resolvconf/resolvconf_1.94.bb rename to meta/recipes-connectivity/resolvconf/resolvconf_1.95.bb index b2c85f9593..1ef29f9c2e 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.94.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.95.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 = "505c258d1efb287ffdbf132531a86437d2bf0513" +SRCREV = "64fa1448880edd272540e0347aa25f87ecd14dac" # 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