From 2c2ff1c2669387d9304d01cddc9dcc80af9c4873 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 28 May 2025 11:30:59 +0800 Subject: [PATCH] shadow: upgrade from 4.17.3 to 4.17.4 Upgrade shadow to 4.17.4. Signed-off-by: Chen Qi Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../shadow/{shadow_4.17.3.bb => shadow_4.17.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/shadow/{shadow_4.17.3.bb => shadow_4.17.4.bb} (99%) diff --git a/meta/recipes-extended/shadow/shadow_4.17.3.bb b/meta/recipes-extended/shadow/shadow_4.17.4.bb similarity index 99% rename from meta/recipes-extended/shadow/shadow_4.17.3.bb rename to meta/recipes-extended/shadow/shadow_4.17.4.bb index 3d07aec3d64..73942888b6b 100644 --- a/meta/recipes-extended/shadow/shadow_4.17.3.bb +++ b/meta/recipes-extended/shadow/shadow_4.17.4.bb @@ -25,7 +25,7 @@ SRC_URI:append:class-native = " \ file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \ file://disable_syslog.patch \ " -SRC_URI[sha256sum] = "2a029091d2c2f116f51b3a817ec16e7da22310a6c8116394457483c668c84b36" +SRC_URI[sha256sum] = "0a288c251f339846af6bdfd4447b196153204deba42407bce5b0917998322e9b" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" # Additional Policy files for PAM -- 2.47.3