systemd (251.3-2~exp2)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 251.3-1 < 251.3-2~exp2.
- Git: https://salsa.debian.org/systemd-team/systemd.git
-
- Branch: debian/master
- Path: debian/changelog
- Browser: https://salsa.debian.org/systemd-team/systemd
- Last scan: 2022-08-07 09:07:47+00
- Next scan: 2022-08-15 07:56:00+00
- Merge requests: 9
- CI pipeline status: success
- Debian changelog in Git:
systemd (251.3-1) unstable; urgency=medium
* New upstream version 251.3
* Rebase patches
-- Michael Biebl <biebl@debian.org> Wed, 13 Jul 2022 23:05:40 +0200
- This branch is 2 commits ahead of tag debian/251.3-1
- Git log:
commit f867a96bd1312fff0bf241475d813b1749355284
Author: Luca Boccassi <bluca@debian.org>
Date: Sun Jul 17 18:54:23 2022 +0100
homed: make PAM rules higher priority than unix users
Make sure homed is tried first when logging in. This is required
after adding nss-systemd support for 'shadow' in /etc/nsswitch.conf.
See Arch bug: https://bugs.archlinux.org/task/72967
commit bf9a307cfcbe62ab4fbcf2198e6e628a1bca211b
Author: Luca Boccassi <bluca@debian.org>
Date: Sun Jul 17 19:22:06 2022 +0100
libnss-systemd: also let userdbd manage passwords
As of upstream commit:
https://github.com/systemd/systemd/commit/f43a19ecd6e3415e
in v249 userdbd can also synthesize shadow/gshadow records,
so add the shadow config to nsswitch.conf on installation.