From patchwork Wed Jan 1 09:32:31 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: 54842 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 AF7F0C02182 for ; Wed, 1 Jan 2025 09:32:35 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.11335.1735723942690104267 for ; Wed, 01 Jan 2025 01:32:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=L/vi834v; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=0VSTA+bd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101942135a4b2-232c8c8e-c6ce-4a39-af4b-7c3ef6d91516-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=1735723951; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=+BbHqHtpPlHsF37RwvWK/Av8K7UYUWHj+LxhCCsMcTA=; b=L/vi834vxXb/Vi6FqCNb5F0iWKHqI6l1kUKxvtGvT5hzk8YBa1Gj42b8dqS1mIqg +GDgfEpezx5/JnPggMuGiCg85GWexHYXe3OdvRelOcC2Ml0MZ0l/ECb2ewMjbQGKZZM coWIyN32aamfC1i1kfXEfppR0ZPHANivn+Zboeiw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1735723951; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=+BbHqHtpPlHsF37RwvWK/Av8K7UYUWHj+LxhCCsMcTA=; b=0VSTA+bdu1SkFgtleRV2D7h0o5XHjVhnhlzt5k41FWq01n0bdq3sXS5NpmhQrndq EhuwzXF3acNxcBh5Y6rsd9s8DUtm/nM/qA06TCBz/hBHM1gOpvD+A5kUUHXFQf64NTh JLEzhgdZEoOp+oVN/5T5QB+Nzign4AjuhBmJl6do= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] shadow: upgrading to 4.17.1 FAILED Message-ID: <010101942135a4b2-232c8c8e-c6ce-4a39-af4b-7c3ef6d91516-000000@us-west-2.amazonses.com> Date: Wed, 1 Jan 2025 09:32:31 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.01-54.240.27.30 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 ; Wed, 01 Jan 2025 09:32:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209229 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *shadow* to *4.17.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-shadow-upgrade-4.16.0-4.17.1.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 770021427cb04189b43b0d5472d53f1133c9d53e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Jan 2025 08:05:20 +0000 Subject: [PATCH] shadow: upgrade 4.16.0 -> 4.17.1 --- ...mmonio.c-fix-unexpected-open-failure-in-chroot-env.patch | 6 +++--- .../shadow/files/shadow-update-pam-conf.patch | 2 +- meta/recipes-extended/shadow/shadow.inc | 4 +++- .../shadow/{shadow_4.16.0.bb => shadow_4.17.1.bb} | 0 4 files changed, 7 insertions(+), 5 deletions(-) rename meta/recipes-extended/shadow/{shadow_4.16.0.bb => shadow_4.17.1.bb} (100%) 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 cd99aad135..c9809342d5 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 f512071dd3a4c29d4bf048c5a89c4ba9160e37b1 Mon Sep 17 00:00:00 2001 +From 3c5f57f458f4e994de8bcfde1c46bfa9e5381b7d 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 01a26c9..82b2868 100644 +index 4d83e83..9ee0e13 100644 --- a/lib/commonio.c +++ b/lib/commonio.c -@@ -601,10 +601,18 @@ int commonio_open (struct commonio_db *db, int mode) +@@ -604,10 +604,18 @@ int commonio_open (struct commonio_db *db, int mode) db->cursor = NULL; db->changed = false; 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 1eacb8a53f..be9ab80ad6 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 38882ab288fd4d2cc2e45dff222ae3412c8fe357 Mon Sep 17 00:00:00 2001 +From 3befd2ea1383455e9431033d6c4f78f0dd143e7a 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 diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 6ba5a9c7f1..3b54a41bb5 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -14,6 +14,8 @@ 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 \ " SRC_URI:append:class-target = " \ @@ -24,7 +26,7 @@ SRC_URI:append:class-target = " \ SRC_URI:append:class-native = " \ file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ " -SRC_URI[sha256sum] = "1744f339e07a2b41056347ddd612839762ff565d7e9494fb049428002fa2e7e0" +SRC_URI[sha256sum] = "51a946bbce141c5de14b6d47cab167206cd685d2307e917611dbc1be46c84a18" # Additional Policy files for PAM PAM_SRC_URI = "file://pam.d/chfn \ diff --git a/meta/recipes-extended/shadow/shadow_4.16.0.bb b/meta/recipes-extended/shadow/shadow_4.17.1.bb similarity index 100% rename from meta/recipes-extended/shadow/shadow_4.16.0.bb rename to meta/recipes-extended/shadow/shadow_4.17.1.bb