diff mbox series

[AUH] libpam: upgrading to 1.7.3 SUCCEEDED

Message ID 010101a0d756a09b-aaa6c8fc-07cc-4951-a12e-bfe65722270b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libpam: upgrading to 1.7.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 25, 2026, 6:52 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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"