From 31574716b01e05967eb30656eaf156f6b5e6aba7 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 2 Jul 2025 16:44:18 +0800 Subject: [PATCH] shadow: upgrade from 4.17.4 to 4.18.0 Upgrade shadow from 4.17.4 to 4.18.0. Full change log: https://github.com/shadow-maint/shadow/compare/4.17.4...4.18.0 Signed-off-by: Chen Qi Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- .../shadow/{shadow_4.17.4.bb => shadow_4.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/shadow/{shadow_4.17.4.bb => shadow_4.18.0.bb} (99%) diff --git a/meta/recipes-extended/shadow/shadow_4.17.4.bb b/meta/recipes-extended/shadow/shadow_4.18.0.bb similarity index 99% rename from meta/recipes-extended/shadow/shadow_4.17.4.bb rename to meta/recipes-extended/shadow/shadow_4.18.0.bb index 73942888b6..6842a46dd7 100644 --- a/meta/recipes-extended/shadow/shadow_4.17.4.bb +++ b/meta/recipes-extended/shadow/shadow_4.18.0.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] = "0a288c251f339846af6bdfd4447b196153204deba42407bce5b0917998322e9b" +SRC_URI[sha256sum] = "ae486ce4c0bce55c42d76d8478e428c41586f1da2f89fbf5228243fb4d849db4" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" # Additional Policy files for PAM -- 2.47.3