From: Andrej Kozemcak Date: Tue, 3 Mar 2026 13:36:45 +0000 (+0100) Subject: shadow: upgrade 4.18.0 -> 4.19.4 X-Git-Tag: uninative-5.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf67c8024f956a6b18021d37aaa040a68f706a5c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git shadow: upgrade 4.18.0 -> 4.19.4 Changelog: https://github.com/shadow-maint/shadow/blob/4.19.4/ChangeLog - useradd.8: fix default group ID (Tim Biermann) - revert drop of subid_init() (Serge Hallyn) - Georgian translation (NorwayFun) - useradd: Avoid taking unneeded space: do not reset non-existent data in lastlog (David Kalnischkies) - relax username restrictions (Alexander Kanavin) - selinux: check MLS enabled before setting serange (genBTC) - copy_tree: use fchmodat instead of chmod (Samanta Navarro) - copy_tree: don't block on FIFOs (Samanta Navarro) - add shell linter (Jan Macku) - copy_tree: carefully treat permissions (Samanta Navarro) - lib/commonio: make lock failures more detailed (Luca BRUNO) - lib: use strzero and memzero where applicable (Christian Göttsche) - Update Dutch translation (Frans Spiesschaert) - Don't test for NULL before calling free (Alex Colomar) - Use libc MAX() and MIN() (Alejandro Colomar) - chage: Fix regression in print_date (Xiami) - usermod: report error if homedir does not exist (Iker Pedrosa) - libmisc: minimum id check for system accounts (Iker Pedrosa) - fix usermod -rG x y wrongly adding a group (xyz) - man: add missing space in useradd.8.xml (Iker Pedrosa) - lastlog: check for localtime() return value (Iker Pedrosa) - Raise limit for passwd and shadow entry length (Iker Pedrosa) - Remove adduser-old.c (Alejandro Colomar) - useradd: Fix buffer overflow when using a prefix (David Michael) - Don't warn when failed to open /etc/nsswitch.conf (Serge Hallyn Signed-off-by: Andrej Kozemcak Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/shadow/shadow_4.18.0.bb b/meta/recipes-extended/shadow/shadow_4.19.4.bb similarity index 99% rename from meta/recipes-extended/shadow/shadow_4.18.0.bb rename to meta/recipes-extended/shadow/shadow_4.19.4.bb index d9a49d8ccf..7bc7f74555 100644 --- a/meta/recipes-extended/shadow/shadow_4.18.0.bb +++ b/meta/recipes-extended/shadow/shadow_4.19.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] = "ae486ce4c0bce55c42d76d8478e428c41586f1da2f89fbf5228243fb4d849db4" +SRC_URI[sha256sum] = "ba7e9aed1c5420203ac549583d6e6f485a819ac7505af9c7cd8c13b2013210b8" UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P\d+(\.\d+)+)$" # Additional Policy files for PAM