user-setup (1.105)
[PTS] [DDPO]
COMMITS: VCS has seen 5 commits since the 1.105 tag
- Git: https://salsa.debian.org/installer-team/user-setup.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1622016
- Browser: https://salsa.debian.org/installer-team/user-setup
- Last scan: 2025-06-17 21:12:03+00
- Next scan: 2025-06-23 00:38:00+00
- Merge requests: 2
- CI pipeline status: success
- Debian changelog in Git:
user-setup (1.105) unstable; urgency=medium
[ Pascal Hambourg ]
* Replace --gecos with --comment in adduser invocation, as suggested by
the documentation (deprecation notice).
* Set the full name with chfn instead of adduser:
- adduser 3.152 relaxes checks on what's getting passed via --comment
(see #1101678).
- To be safe, with an older adduser or with further versions that
would refine the checks, pass the username through --comment as
a first step, then use chfn to try and set the fullname.
- This should ensure that d-i can create users (instead of silently
failing, see #1101069, #1101196, and #1104550). If chfn fails for
some reason, d-i continues, and the username stays in the comment
field instead of the specified fullname.
* Stop setting LANG=C:
- C.UTF-8 is used in d-i, is available in the installed system, so
using C instead doesn't seem needed.
- Worse, it can be counterproductive and trigger an indefinite hang
in some conditions (see #1104726).
* Sanitize fullname, which should ensure chfn can be used to perform the
username/fullname substitution mentioned above:
- Replace colon, comma, equal sign, ampersand, and control characters
with spaces.
- Squeeze repeated spaces.
- Remove leading and trailing spaces.
-- Cyril Brulebois <kibi@debian.org> Wed, 14 May 2025 14:34:16 +0200
- This branch is 5 commits ahead of tag 1.105
- Git log:
commit 901ffff6efc9dd9199ca1e91d057219aeae579a1
Author: D-I role <debian-boot@lists.debian.org>
Date: Tue Jun 17 20:40:45 2025 +0000
[l10n] Commit changed/added po files (from l10n-sync run at dillon)
commit b63abc1ced7de3808c012b71cd36c7bf277b637a
Author: D-I role <debian-boot@lists.debian.org>
Date: Sat May 31 20:42:01 2025 +0000
[l10n] Commit changed/added po files (from l10n-sync run at dillon)
commit 00700e78807e20020e56be8acefefdf08530a4a2
Author: D-I role <debian-boot@lists.debian.org>
Date: Tue May 27 20:42:03 2025 +0000
[l10n] Commit changed/added po files (from l10n-sync run at dillon)
commit 4c7457c326c014523f667706fd95a944bb387304
Author: D-I role <debian-boot@lists.debian.org>
Date: Sun May 18 20:40:45 2025 +0000
[l10n] Commit changed/added po files (from l10n-sync run at dillon)
commit 108c5811c09ea1a4997475e977d2a82f5e91324c
Author: Cyril Brulebois <kibi@debian.org>
Date: Wed May 14 15:17:47 2025 +0200
Fix bug number.