From patchwork Sun Mar 15 13:42:02 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: 83461 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 64900F013F6 for ; Sun, 15 Mar 2026 13:42:12 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.28964.1773582111701495761 for ; Sun, 15 Mar 2026 06:42:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=fTt6t52K; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=JlmPfAV/; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019cf1bb7ea8-957baf16-d58f-4190-be1f-4fe8e35619c8-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=1773582122; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=HF3F79fXUV9yPnvxftNvwHtyadyr7CpNAqL5cogEMk4=; b=fTt6t52Kjd7KsDZ9P6OG2AiG9+BDp65xMbg3ElE+nJJmdBOBLdTYHz8WopFpoEdT yrxCI5aVLc3hzhGHJzVF0mq8hELIMM5/m2z49fa+d0EfJ8ArwP1qb7KO/nWnsgIARdG i7i9vQrcY2qUYmEI7xec5oGNQVa7JZyqtLf/1jDc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1773582122; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=HF3F79fXUV9yPnvxftNvwHtyadyr7CpNAqL5cogEMk4=; b=JlmPfAV/eVRFpAFDX2T+Us72h6c4MtB1UqzQvWwsBWDNTbyj+x0EtLTzghXc1AZ6 7hHtKBt/2hZwllt5ViR2AE+VELPlVb4BQUt6bDyHJqcTK/qp1GzvHy/PfMdUZf4qDHs fz5MrZfY2b0OSA6wrE/rP+j8ensYUEYSlelTG5dc= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] libpam: upgrading to 1.7.2 FAILED Message-ID: <0101019cf1bb7ea8-957baf16-d58f-4190-be1f-4fe8e35619c8-000000@us-west-2.amazonses.com> Date: Sun, 15 Mar 2026 13:42:02 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.03.15-54.240.27.31 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, 15 Mar 2026 13:42:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/233163 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpam* to *1.7.2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libpam-upgrade-1.7.1-1.7.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 57d51be4687549fbccc6a4a3b4e037ea5a04ed20 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Mar 2026 09:31:13 +0000 Subject: [PATCH] libpam: upgrade 1.7.1 -> 1.7.2 --- meta/recipes-extended/pam/{libpam_1.7.1.bb => libpam_1.7.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/pam/{libpam_1.7.1.bb => libpam_1.7.2.bb} (98%) diff --git a/meta/recipes-extended/pam/libpam_1.7.1.bb b/meta/recipes-extended/pam/libpam_1.7.2.bb similarity index 98% rename from meta/recipes-extended/pam/libpam_1.7.1.bb rename to meta/recipes-extended/pam/libpam_1.7.2.bb index 470aea80f6..4949001cd6 100644 --- a/meta/recipes-extended/pam/libpam_1.7.1.bb +++ b/meta/recipes-extended/pam/libpam_1.7.2.bb @@ -24,7 +24,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/Linux-PAM-${PV}.tar.xz \ file://pam-volatiles.conf \ " -SRC_URI[sha256sum] = "21dbcec6e01dd578f14789eac9024a18941e6f2702a05cf91b28c232eeb26ab0" +SRC_URI[sha256sum] = "3d86b6383fb5fd9eb9578d2cd47d92801191f4bf3f9bc61419bfefc8aa1e531a" DEPENDS = "bison-native flex-native libxml2-native virtual/crypt"