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 -- 2.47.1