From patchwork Fri Sep 25 06:52:53 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: 99211 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 232DBC98321 for ; Fri, 25 Sep 2026 06:52:58 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.2756.1790319174725099571 for ; Thu, 24 Sep 2026 23:52:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=PtX8pomv; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=wog3uVJH; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101a0d756a09b-aaa6c8fc-07cc-4951-a12e-bfe65722270b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1790319173; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=Y8WF62vApws3nlu7pRQmhPi2IanKRPUW1k70ui33yMw=; b=PtX8pomvK79Uk4b9dOgFH4tX8QH7IzppQTXs/yr3NWE/pBHp91LStuo2Iu7UP0F0 ksFL6u3t0nnk4zJ5CIKlp35xMXJamm4nEfnOm6jlXi5DpbG6UNzJt/KNc9x+vwQ0U0x nRhHBOxiyRYBaL7TlIHlH6nSLVK5qW1k373e2tM4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1790319173; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=Y8WF62vApws3nlu7pRQmhPi2IanKRPUW1k70ui33yMw=; b=wog3uVJHdcCkvNtOD0GWHiwSssd7JpnOiNBTX1stHj8T7jlKdgPWvO+TJvVXtbnB czVfPTi31JhAM1lzVD/YdqOyOJ/GxuRgMRB2vHycJ32fyJY8xRbcrYhPIP/YVXkOwHp 94JuZfIc06f7xEOpcDRTvOKZMAV3HwS06+3htOpI= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libpam: upgrading to 1.7.3 SUCCEEDED Message-ID: <010101a0d756a09b-aaa6c8fc-07cc-4951-a12e-bfe65722270b-000000@us-west-2.amazonses.com> Date: Fri, 25 Sep 2026 06:52:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.25-54.240.27.45 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 ; Fri, 25 Sep 2026 06:52:58 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/246601 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libpam* to *1.7.3* has Succeeded. Next steps: - apply the patch: git am 0001-libpam-upgrade-1.7.2-1.7.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 6f63de51711b4d309ef64faec9dbd666fb40930f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 25 Sep 2026 05:28:13 +0000 Subject: [PATCH] libpam: upgrade 1.7.2 -> 1.7.3 Release 1.7.3 --- meta/recipes-extended/pam/{libpam_1.7.2.bb => libpam_1.7.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/pam/{libpam_1.7.2.bb => libpam_1.7.3.bb} (98%) diff --git a/meta/recipes-extended/pam/libpam_1.7.2.bb b/meta/recipes-extended/pam/libpam_1.7.3.bb similarity index 98% rename from meta/recipes-extended/pam/libpam_1.7.2.bb rename to meta/recipes-extended/pam/libpam_1.7.3.bb index e268ff4faa..31e14a724a 100644 --- a/meta/recipes-extended/pam/libpam_1.7.2.bb +++ b/meta/recipes-extended/pam/libpam_1.7.3.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] = "3d86b6383fb5fd9eb9578d2cd47d92801191f4bf3f9bc61419bfefc8aa1e531a" +SRC_URI[sha256sum] = "2ce4765fd49df6693771ef2941f81e33d8ee14b94a81a5c7b369aa3b137b85a5" DEPENDS = "bison-native flex-native libxml2-native virtual/crypt"