diff mbox series

[AUH] resolvconf: upgrading to 1.94 SUCCEEDED

Message ID 0101019a564e7912-5bac91cd-b9fc-4b76-af78-0b7fb2d33b0a-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] resolvconf: upgrading to 1.94 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 5, 2025, 11:16 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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 <Qi.Chen@windriver.com>
 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 <Qi.Chen@windriver.com>
  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