From patchwork Thu May 1 15:33:32 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: 62213 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 CA6CEC3ABC2 for ; Thu, 1 May 2025 15:33:33 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.1773.1746113609216164425 for ; Thu, 01 May 2025 08:33:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=KzYqHAtA; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=W/SUYUML; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101968c7b4bd4-733521d1-bd45-433b-baea-81b1fa68f9fd-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=1746113612; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=kspVQTdU7z3Uuvm7Wy/900tXx4nHCCcNPDm/TtLhqfM=; b=KzYqHAtAlvPFk1u8vuDox4z0fo1XmwXq+nfbTycVh+3zwftJrSt1ppitvkut7vIY NonDb7al2tD2v9LqliQs8YYUuztiUwmjRcTv/wJMGGeaz5yC4uJG4iZLy2D5bJMZ/oo ka2l+hBj1O4ReJ4ijCs/jhhWJnCZnFCtDqNsHSiM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1746113612; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=kspVQTdU7z3Uuvm7Wy/900tXx4nHCCcNPDm/TtLhqfM=; b=W/SUYUMLbekTZ8yFmyWnNUJtcDVdqUuhw9kYTp/0IaBlIMnfm7Ii+NeAxzXStar0 plJXiYeeLkXqBCchM0VJpF1NqUTJMgZhsv8lMbXeEQSgqRlNHSqdvtipqpLFieAePnY dY1pYeG189qRSTgYPWPGyS+Tb360G7a2P2Jmg6os= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] resolvconf: upgrading to 1.93 SUCCEEDED Message-ID: <010101968c7b4bd4-733521d1-bd45-433b-baea-81b1fa68f9fd-000000@us-west-2.amazonses.com> Date: Thu, 1 May 2025 15:33:32 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.01-54.240.27.192 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 ; Thu, 01 May 2025 15:33:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/215792 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *resolvconf* to *1.93* has Succeeded. Next steps: - apply the patch: git am 0001-resolvconf-upgrade-1.92-1.93.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 44d63f62a5520c9bab5e0ceb7eae53e37354bbd7 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 May 2025 07:46:48 +0000 Subject: [PATCH] resolvconf: upgrade 1.92 -> 1.93 --- .../0001-avoid-using-m-option-for-readlink.patch | 7 ++----- .../resolvconf/{resolvconf_1.92.bb => resolvconf_1.93.bb} | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) rename meta/recipes-connectivity/resolvconf/{resolvconf_1.92.bb => resolvconf_1.93.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..13c4ad5a32 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 cb153a538f1cfffeac94a929fa643df26bb08380 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.92.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb similarity index 98% rename from meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb rename to meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb index c3ce5bc22e..93e5a944d1 100644 --- a/meta/recipes-connectivity/resolvconf/resolvconf_1.92.bb +++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.93.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 = "86047276c80705c51859a19f0c472102e0822f34" +SRCREV = "ab766fa31f7939f6d879123236b4275320b7ff64" S = "${WORKDIR}/git"