user-setup 1.95ubuntu1 source package in Ubuntu

Changelog

user-setup (1.95ubuntu1) mantic; urgency=medium

  * Merge 1.95 from Debian unstable.
  * Remaining old changes (one big commit in git-ubuntu):
    - Add preseedable passwd/auto-login question; if set to true, configure
      gdm, kdm, lxdm, sddm, and lightdm for automatic login.  Add
      passwd/auto-login-backup question which backs up the previous contents
      of the files as well.
    - Ask whether the user wants to encrypt their home directory.
    - Allow forcing the encrypted home option.
    - If a user requests an encrypted-home, we must have their login
      passphrase, in order to wrap their mount passphrase; it's
      fundamentally incompatible to preseed encrypted-home AND a crypted
      password; if this happens, send the user back to password selection.
    - Zero out swap devices at the end of install when encryption is
      enabled.
    - Provide a progress message for wiping swap space.
    - If user-setup/allow-password-empty is preseeded to true, allow empty
      passwords.
    - Add weak password detection (purely length-based for now, matching
      partman-crypto).
    - Don't restrict guest login from login screen if autologin was
      configured, just restrict autologin for guest specifically.
    - If OVERRIDE_ALREADY_ENCRYPTED_SWAP is set in the environment, assume
      that encrypted swap has already been set up rather than re-creating
      and re-zeroing swap.
  * Newer remaining changes (split out in git-ubuntu):
    - reserved-usernames: Add maas to reserved-usernames
    - user-setup-apply: user-setup-udeb.templates: Update initial user groups
    - d/user-setup-udeb.templates: Default passwd/root-login to false
    - functions.sh: Make is_system_user always return false if OVERRIDE_SYSTEM_USER is set
    - functions.sh: Consider a password of '!' in shadow for root to be unset
    - user-setup-apply: Create the spu group on powerpc/ps3 and powerpc/cell
    - user-setup-apply: Fix paths for GDM configs which are now in /etc/gdm3
    - user-setup-apply: Fix sddm.conf paths when replacing PLACEHOLDER
    - user-setup-ask: Lower priority of the encrypt home question
    - user-setup-apply: Mount /proc before calling adduser --encrypt-home
    - debian/po: keep translations as part of the package
    - Add sgx group to reserved-usernames; udev.postinst (src:systemd) adds it
      as a system group (LP: #1990488).
    - remove 'lxd' from user-default-groups and add 'users' instead,
      it will let lxd default to unprivileged containers which is better
      see https://discourse.ubuntu.com/t/easy-multi-user-lxd-setup for details
      (lp: #1949115)

user-setup (1.95) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Irish (ga.po) by Kevin Scannell
  * Norwegian Nynorsk (nn.po) by Yngve Spjeld-Landro

user-setup (1.94) unstable; urgency=medium

  [ Updated translations ]
  * Georgian (ka.po) by Temuri Doghonadze
  * Polish (pl.po) by Matthaiks

user-setup (1.93) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Refresh all translation files due to template changes in 1.92.

user-setup (1.92) unstable; urgency=medium

  * Team upload

  [ Nick Black ]
  * Remove support for unshadowed passwords

user-setup (1.91) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Build-Depends: Drop versioned constraint on dpkg-dev and po-debconf.
  * user-setup-udeb: Drop versioned constraint on cdebconf-udeb in Depends.

  [ Samuel Thibault ]
  * Make gbp tag produce the right tag format

  [ Colin Watson ]
  * Fix disabling of piuparts in CI

  [ Updated translations ]
  * Amharic (am.po) by Danial Behzadi
  * Asturian (ast.po) by Danial Behzadi
  * Russian (ru.po) by Lev Lamberov

 -- Michael Hudson-Doyle <email address hidden>  Wed, 02 Aug 2023 14:43:44 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
user-setup_1.95ubuntu1.tar.xz 169.8 KiB 656b04150dc919248ab60a87dd927b5b558d0410e7bef08fba179918d0a37b28
user-setup_1.95ubuntu1.dsc 1.8 KiB 5063543a093b43bb49ac252e1431ec79f470ea5129e389bf4d3af7db19676dfb

Available diffs

View changes file

Binary packages built by this source

user-setup: Set up initial user and password

 This package creates an initial user, using the same code as is
 responsible for creating the initial user in the installer. It is only
 likely to be of any use if your system has no non-system users at all.