From 3cbcd040f427ccd0de5f0db35061d378b369b285 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 22 Aug 2024 02:26:42 -0700 Subject: [PATCH] shadow: upgrade from 4.15.1 to 4.16.0 Upgrade shadow from 4.15.1 to 4.16.0. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-extended/shadow/shadow.inc | 2 +- .../shadow/{shadow_4.15.1.bb => shadow_4.16.0.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/shadow/{shadow_4.15.1.bb => shadow_4.16.0.bb} (100%) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 3991006b432..b5e77b9874c 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -24,7 +24,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] = "b34686b89b279887ffbf1f33128902ccc0fa1a998a3add44213bb12d7385b218" +SRC_URI[sha256sum] = "1744f339e07a2b41056347ddd612839762ff565d7e9494fb049428002fa2e7e0" # Additional Policy files for PAM PAM_SRC_URI = "file://pam.d/chfn \ diff --git a/meta/recipes-extended/shadow/shadow_4.15.1.bb b/meta/recipes-extended/shadow/shadow_4.16.0.bb similarity index 100% rename from meta/recipes-extended/shadow/shadow_4.15.1.bb rename to meta/recipes-extended/shadow/shadow_4.16.0.bb -- 2.47.2