From patchwork Wed Feb 18 18:41:48 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: 81348 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 AA7B3C531EA for ; Wed, 18 Feb 2026 18:41:49 +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.msgproc01-g2.1385.1771440096850223046 for ; Wed, 18 Feb 2026 10:41:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=nSx/l/Qn; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=kKmdT5pZ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019c720ef362-cc74c846-e4ff-4b66-8184-04b50f17383d-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=1771440108; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Q4lHzuoE4jEqufX1gEdM0zD4wsGxxL0kRXCU3S3QLPk=; b=nSx/l/Qn/jwYwppm0KROBcyu5pBYPx8MX8o5TGT1oI9n/gcyG3v5bC5bpx1fgeSG cBhQTtKcpBuwOQglzkWrnWACfFqOJKI88T9ultWnN4CYh6+ltT0j8ntvS/LubdhFCSI GRfiv52Xq/7Y1bCpz6uMelViXuaKMAY4RRxVpLtU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1771440108; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Q4lHzuoE4jEqufX1gEdM0zD4wsGxxL0kRXCU3S3QLPk=; b=kKmdT5pZGE7gjtT3MuZmU+b3ScurYuzDhiU1Zp0S5wsgcBXYcXAa1bvhWfFW7Rph KX4SR3tx19tk0Pt92mQxKyaqKdfipZ2C+LuO3Kz60D09pKd5PkuMBSN+6NT96SS8wX/ HZniJkoqJ0VJt04+htvMtp3xEVnr3omTPrVo6X7A= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] shadow: upgrading to 4.19.3 FAILED Message-ID: <0101019c720ef362-cc74c846-e4ff-4b66-8184-04b50f17383d-000000@us-west-2.amazonses.com> Date: Wed, 18 Feb 2026 18:41:48 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.02.18-54.240.27.192 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, 18 Feb 2026 18:41:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/231375 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shadow* to *4.19.3* 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.3.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 9c4291000d0dc598611eb0bb4318424b4c259888 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 18 Feb 2026 14:46:14 +0000 Subject: [PATCH] shadow: upgrade 4.18.0 -> 4.19.3 --- ...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.3.bb} | 5 ++++- 4 files changed, 21 insertions(+), 13 deletions(-) rename meta/recipes-extended/shadow/{shadow_4.18.0.bb => shadow_4.19.3.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..04cbd6ff50 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 c08fc27a618ae606dd2d07e6ac8388c818185f56 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..0623dedb79 100644 --- a/meta/recipes-extended/shadow/files/disable_syslog.patch +++ b/meta/recipes-extended/shadow/files/disable_syslog.patch @@ -1,15 +1,23 @@ +From d65059e17f86d592d9ccc5bffc80324b7c919332 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..ecf2cee01f 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 7438284fcc2bdd7e07eaed0829628b826a7fdbbf 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.3.bb similarity index 97% rename from meta/recipes-extended/shadow/shadow_4.18.0.bb rename to meta/recipes-extended/shadow/shadow_4.19.3.bb index d9a49d8ccf..0ee0ca7ba7 100644 --- a/meta/recipes-extended/shadow/shadow_4.18.0.bb +++ b/meta/recipes-extended/shadow/shadow_4.19.3.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] = "3bd304a2f3936a7bd31a29aa59e61a1873d15fd4f3e041b0175d2b91e0b25c5d" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" # Additional Policy files for PAM