[ubuntu/karmic] user-setup 1.26ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Jun 3 17:40:11 BST 2009


user-setup (1.26ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Add the initial user to the adm, dip, lpadmin, and sambashare groups
      too, and to the admin group if no root password is set. Do not add
      them to the audio, video, floppy, dip, netdev, powerdev, or scanner
      groups.
    - Allow the admin group to gain root privileges using sudo.
    - Default passwd/root-login to false.
    - Create the spu group on powerpc/ps3 and powerpc/cell.
    - Make is_system_user always return false if OVERRIDE_SYSTEM_USER is
      set.
    - Add preseedable passwd/auto-login question; if set to true, configure
      gdm and kdm 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.
    - If user-setup/allow-password-empty is preseeded to true, allow empty
      passwords.
    - Disable installation of pre-pkgsel.d/10kdesudo; it does nothing for
      Ubuntu, and causes a confusing message that worries some people.
    - Add weak password detection (purely length-based for now, matching
      partman-crypto).
    - Consider a password of '!' in shadow for root to be unset.
  * Rearrange our templates file to put all Ubuntu-specific entries at the
    end, to simplify future merges.
  * Drop compatibility for passwd/allow-password-empty, as promised in the
    changelog for 1.23ubuntu14.

user-setup (1.26) unstable; urgency=low

  [ Frans Pop ]
  * user-setup-apply: remove unused variable OPTS.
  * user-setup-apply: restore compatibility with Lenny version of passwd
    (without PAM support).

  [ Otavio Salvador ]
  * user-setup-apply: use dpkg-query instead of dpkg -s to get the passwd
    package version. Thanks to Adeodato Simó for the tip.

user-setup (1.25) unstable; urgency=low

  * Brown paper bag release
  * Do not use chpasswd when the password has been preseeded.
    Thanks to Nicolas François for pointing this.

user-setup (1.24) unstable; urgency=low

  [ Colin Watson ]
  * Be more careful about test arguments in the root_password function, in
    case (for example) the encrypted password string is "!" (thanks, Uli
    Heller; LP: #307443).

  [ Joey Hess ]
  * Add initial user to scanner group, (created by libsane).

  [ Frans Pop ]
  * Remove myself as uploader.

  [ Luk Claes ]
  * Add myself as uploader.
  * Disable root account and activate sudo when there is no root passwd given.

  [ Christian Perrier ]
  * No longer use the "-m" switch of chpasswd. It uses PAM now and no
    longer has this switch. The password will use settings from
    libpam-runtime, so MD5 by default.
    Closes: #529475
  * Replace chpasswd by usermod to set pre-encrypted passwords.
    Thanks to Jordi Pujol for the patch.
    Closes: #528610
  * Use 6 as debhelper compatibility level
  * Bump Standards to 3.8.1 (checked, no change)
  * Add lintian overrides

  [ Updated translations ]
  * Asturian (ast.po) by Marcos Alvarez Costales
  * Bengali (bn.po) by Md. Rezwan Shahid
  * German (de.po) by Jens Seidel
  * Esperanto (eo.po) by Felipe Castro
  * Spanish (es.po) by Javier Fernández-Sanguino Peña
  * Estonian (et.po) by Mattias Põldaru
  * Basque (eu.po) by Piarres Beobide
  * French (fr.po) by Christian Perrier
  * Galician (gl.po) by marce villarino
  * Hindi (hi.po) by Kumar Appaiah
  * Italian (it.po) by Milo Casagrande
  * Kazakh (kk.po) by daur88
  * Malayalam (ml.po) by Praveen Arimbrathodiyil
  * Marathi (mr.po) by Sampada
  * Norwegian Bokmal (nb.po) by Hans Fredrik Nordhaug
  * Portuguese (pt.po) by Miguel Figueiredo
  * Russian (ru.po) by Yuri Kozlov
  * Slovak (sk.po) by Ivan Masár
  * Swedish (sv.po) by Daniel Nylander
  * Tagalog (tl.po) by Eric Pareja

Date: Wed, 03 Jun 2009 15:19:28 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/user-setup/1.26ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 03 Jun 2009 15:19:28 +0100
Source: user-setup
Binary: user-setup-udeb user-setup
Architecture: source
Version: 1.26ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 user-setup - Set up initial user and password
 user-setup-udeb - Set up users and passwords (udeb)
Closes: 528610 529475
Launchpad-Bugs-Fixed: 307443
Changes: 
 user-setup (1.26ubuntu1) karmic; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     - Add the initial user to the adm, dip, lpadmin, and sambashare groups
       too, and to the admin group if no root password is set. Do not add
       them to the audio, video, floppy, dip, netdev, powerdev, or scanner
       groups.
     - Allow the admin group to gain root privileges using sudo.
     - Default passwd/root-login to false.
     - Create the spu group on powerpc/ps3 and powerpc/cell.
     - Make is_system_user always return false if OVERRIDE_SYSTEM_USER is
       set.
     - Add preseedable passwd/auto-login question; if set to true, configure
       gdm and kdm 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.
     - If user-setup/allow-password-empty is preseeded to true, allow empty
       passwords.
     - Disable installation of pre-pkgsel.d/10kdesudo; it does nothing for
       Ubuntu, and causes a confusing message that worries some people.
     - Add weak password detection (purely length-based for now, matching
       partman-crypto).
     - Consider a password of '!' in shadow for root to be unset.
   * Rearrange our templates file to put all Ubuntu-specific entries at the
     end, to simplify future merges.
   * Drop compatibility for passwd/allow-password-empty, as promised in the
     changelog for 1.23ubuntu14.
 .
 user-setup (1.26) unstable; urgency=low
 .
   [ Frans Pop ]
   * user-setup-apply: remove unused variable OPTS.
   * user-setup-apply: restore compatibility with Lenny version of passwd
     (without PAM support).
 .
   [ Otavio Salvador ]
   * user-setup-apply: use dpkg-query instead of dpkg -s to get the passwd
     package version. Thanks to Adeodato Simó for the tip.
 .
 user-setup (1.25) unstable; urgency=low
 .
   * Brown paper bag release
   * Do not use chpasswd when the password has been preseeded.
     Thanks to Nicolas François for pointing this.
 .
 user-setup (1.24) unstable; urgency=low
 .
   [ Colin Watson ]
   * Be more careful about test arguments in the root_password function, in
     case (for example) the encrypted password string is "!" (thanks, Uli
     Heller; LP: #307443).
 .
   [ Joey Hess ]
   * Add initial user to scanner group, (created by libsane).
 .
   [ Frans Pop ]
   * Remove myself as uploader.
 .
   [ Luk Claes ]
   * Add myself as uploader.
   * Disable root account and activate sudo when there is no root passwd given.
 .
   [ Christian Perrier ]
   * No longer use the "-m" switch of chpasswd. It uses PAM now and no
     longer has this switch. The password will use settings from
     libpam-runtime, so MD5 by default.
     Closes: #529475
   * Replace chpasswd by usermod to set pre-encrypted passwords.
     Thanks to Jordi Pujol for the patch.
     Closes: #528610
   * Use 6 as debhelper compatibility level
   * Bump Standards to 3.8.1 (checked, no change)
   * Add lintian overrides
 .
   [ Updated translations ]
   * Asturian (ast.po) by Marcos Alvarez Costales
   * Bengali (bn.po) by Md. Rezwan Shahid
   * German (de.po) by Jens Seidel
   * Esperanto (eo.po) by Felipe Castro
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Estonian (et.po) by Mattias Põldaru
   * Basque (eu.po) by Piarres Beobide
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by marce villarino
   * Hindi (hi.po) by Kumar Appaiah
   * Italian (it.po) by Milo Casagrande
   * Kazakh (kk.po) by daur88
   * Malayalam (ml.po) by Praveen Arimbrathodiyil
   * Marathi (mr.po) by Sampada
   * Norwegian Bokmal (nb.po) by Hans Fredrik Nordhaug
   * Portuguese (pt.po) by Miguel Figueiredo
   * Russian (ru.po) by Yuri Kozlov
   * Slovak (sk.po) by Ivan Masár
   * Swedish (sv.po) by Daniel Nylander
   * Tagalog (tl.po) by Eric Pareja
Checksums-Sha1: 
 bb5aa5c6d8bf917297fb3bf38abf54005397c2af 1209 user-setup_1.26ubuntu1.dsc
 fd0bc8e33e1ea6a9c72e9d4428da5e9c5e2892a6 151340 user-setup_1.26ubuntu1.tar.gz
Checksums-Sha256: 
 8b005a93778a09e2a1079cc87762b61c0c4d86f6ddcb1932cc9ac25c1742b8e9 1209 user-setup_1.26ubuntu1.dsc
 d3307c63ac3f1c215da37aeaec6ae91488f42850e08210fef9d7924ff6cd21d0 151340 user-setup_1.26ubuntu1.tar.gz
Files: 
 5afe6c694bec291b7313ff49f717d322 1209 debian-installer extra user-setup_1.26ubuntu1.dsc
 07c8ae5ed9d3428363a4e36ca43caa47 151340 debian-installer extra user-setup_1.26ubuntu1.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer

iD8DBQFKJqb09t0zAhD6TNERAt6QAJsHKCio481PwNVlSGjGRT+rAB4KwACfTPZc
69OBK7Qea/MrKcjZJYzifNk=
=YDmC
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list