diff mbox series

[6/6] shadow: upgrade 4.18.0 -> 4.19.4

Message ID 20260303133645.1449-6-andrej.kozemcak@siemens.com
State New
Headers show
Series [1/6] ca-certificates: upgrade 20250419 -> 20260223 | expand

Commit Message

Andrej Kozemcak March 3, 2026, 1:36 p.m. UTC
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 <andrej.kozemcak@siemens.com>
---
 .../shadow/{shadow_4.18.0.bb => shadow_4.19.4.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/shadow/{shadow_4.18.0.bb => shadow_4.19.4.bb} (99%)
diff mbox series

Patch

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<pver>\d+(\.\d+)+)$"
 
 # Additional Policy files for PAM