From patchwork Sun Feb 1 13:12:55 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: 80193 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 F23A9E65272 for ; Sun, 1 Feb 2026 13:12:58 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.29195.1769951570620232642 for ; Sun, 01 Feb 2026 05:12:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=0/QztY+Y; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=NnGOdQnu; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019c1955be97-9e873987-58ff-4280-a58a-de73e44a9168-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=1769951575; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ReuiFT69FpRjb3gAN3sVQTHr+J6YcU6o0iL0ufCCPN0=; b=0/QztY+YLPfoM42FohV75MMjQQvFQQhORhsrJOdXPkXlTd2SvdvZ7BjHJPcWUreb qOKcdU1s7bimAeiBjdM7VxbYXUJowaZHpY94VH+14PpBfHT2CncCxjcsgN3fcec2eKX A3w7jQiFw8wTeRKB9H1K0+I3leYairWvqsXP5ogM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1769951575; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ReuiFT69FpRjb3gAN3sVQTHr+J6YcU6o0iL0ufCCPN0=; b=NnGOdQnuQ7mhkFC9rlpE0s6Jeug33b4ffaA/m58np0PttqJDcZLxC6uc9oUOWq7+ y9lkplqxiQFMvICqV02l2fzIVy8QY6JA735UGbCxN4vP8Poveazeqox2lHAsI2LWfVy d/H+LkpODCTTHhlxs+UPUh0wEMk9LDjQyNGSdZVo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] shadow: upgrading to 4.19.2 FAILED Message-ID: <0101019c1955be97-9e873987-58ff-4280-a58a-de73e44a9168-000000@us-west-2.amazonses.com> Date: Sun, 1 Feb 2026 13:12:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.02.01-54.240.27.23 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 ; Sun, 01 Feb 2026 13:12:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/230304 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shadow* to *4.19.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-shadow-upgrade-4.18.0-4.19.2.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 20d47f7c74c802a1cfae8e035d2a2ddf6d78651e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 1 Feb 2026 10:23:04 +0000 Subject: [PATCH] shadow: upgrade 4.18.0 -> 4.19.2 --- ...unexpected-open-failure-in-chroot-env.patch | 6 +++--- .../shadow/files/disable_syslog.patch | 18 +++++++++++++----- .../shadow/files/shadow-update-pam-conf.patch | 5 +---- .../{shadow_4.18.0.bb => shadow_4.19.2.bb} | 5 ++++- 4 files changed, 21 insertions(+), 13 deletions(-) rename meta/recipes-extended/shadow/{shadow_4.18.0.bb => shadow_4.19.2.bb} (97%) diff --git a/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch b/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch index 699269ed64..3278aa162d 100644 --- a/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch +++ b/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch @@ -1,4 +1,4 @@ -From f7b765c022e4cad9140ac44712885c66e149abdc Mon Sep 17 00:00:00 2001 +From e50cad7da7908577b840972f802debe95e9288c1 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 17 Jul 2014 15:53:34 +0800 Subject: [PATCH] commonio.c-fix-unexpected-open-failure-in-chroot-env @@ -20,10 +20,10 @@ Signed-off-by: Chen Qi 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/lib/commonio.c b/lib/commonio.c -index 4d83e83..9ee0e13 100644 +index 2c6a1a2..01e2fc7 100644 --- a/lib/commonio.c +++ b/lib/commonio.c -@@ -604,10 +604,18 @@ int commonio_open (struct commonio_db *db, int mode) +@@ -598,10 +598,18 @@ commonio_open(struct commonio_db *db, int mode) db->cursor = NULL; db->changed = false; diff --git a/meta/recipes-extended/shadow/files/disable_syslog.patch b/meta/recipes-extended/shadow/files/disable_syslog.patch index 7299a8e61c..5ac23ec1b6 100644 --- a/meta/recipes-extended/shadow/files/disable_syslog.patch +++ b/meta/recipes-extended/shadow/files/disable_syslog.patch @@ -1,15 +1,23 @@ +From 7fdb2c73c1d31e94d18677d47f4db014527e7ac6 Mon Sep 17 00:00:00 2001 +From: Richard Purdie +Date: Fri, 28 Feb 2025 10:09:56 +0000 +Subject: [PATCH] shadow-native: Disable syslog usage + When building images using shadow-native, we shouldn't be spamming the host's log with lots of syslog messages which aren't relavent. Disable syslog use in the native case. Upstream-Status: Inappropriate [Would upstream accept a configure option?] Signed-off-by: Richard Purdie +--- + lib/defines.h | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) -Index: shadow-4.17.2/lib/defines.h -=================================================================== ---- shadow-4.17.2.orig/lib/defines.h -+++ shadow-4.17.2/lib/defines.h -@@ -88,7 +88,9 @@ +diff --git a/lib/defines.h b/lib/defines.h +index 09c0965..5c70f32 100644 +--- a/lib/defines.h ++++ b/lib/defines.h +@@ -75,7 +75,9 @@ /* cleaner than lots of #ifdefs everywhere - use this as follows: SYSLOG((LOG_CRIT, "user %s cracked root", user)); */ diff --git a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch index 318e2665c2..c44ad46ecf 100644 --- a/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch +++ b/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch @@ -1,4 +1,4 @@ -From eb17cd91d8e4d76ee95de9c0c9f4938ba2e3e82a Mon Sep 17 00:00:00 2001 +From aa11c72c1cf35e641578bc388c8fd5464a02f302 Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Wed, 20 Jul 2011 19:18:14 +0800 Subject: [PATCH] shadow: update pam related configure files @@ -105,6 +105,3 @@ index 8f49f5c..b1f365d 100644 account required pam_permit.so -password include system-auth +password include common-password --- -2.43.0 - diff --git a/meta/recipes-extended/shadow/shadow_4.18.0.bb b/meta/recipes-extended/shadow/shadow_4.19.2.bb similarity index 97% rename from meta/recipes-extended/shadow/shadow_4.18.0.bb rename to meta/recipes-extended/shadow/shadow_4.19.2.bb index d9a49d8ccf..f311272de3 100644 --- a/meta/recipes-extended/shadow/shadow_4.18.0.bb +++ b/meta/recipes-extended/shadow/shadow_4.19.2.bb @@ -14,6 +14,9 @@ GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases" SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${PAM_SRC_URI}', '', d)} \ file://useradd \ + file://login_defs_pam.sed \ + file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ + file://disable_syslog.patch \ " SRC_URI:append:class-target = " \ @@ -25,7 +28,7 @@ SRC_URI:append:class-native = " \ file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ file://disable_syslog.patch \ " -SRC_URI[sha256sum] = "ae486ce4c0bce55c42d76d8478e428c41586f1da2f89fbf5228243fb4d849db4" +SRC_URI[sha256sum] = "6ba95207c979e7aae7ba695f8ba437d95db706d3f7650f09f6ceca527af836be" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" # Additional Policy files for PAM