[ubuntu/karmic] shadow 1:4.1.4.1-1ubuntu1 (Accepted)

Colin Watson cjwatson at ubuntu.com
Wed Jun 3 14:45:14 BST 2009


shadow (1:4.1.4.1-1ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. Remaining changes:
    - Ubuntu specific:
      + debian/login.defs: use SHA512 by default for password crypt routine.
    - debian/patches/495_stdout-encrypted-password: chpasswd can report
      password hashes on stdout (Debian bug 505640).
  * Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.
    It's looking a bit ugly now ...

shadow (1:4.1.4.1-1) unstable; urgency=low

  * The "Chevrotin" release.
  * New upstream release:
     - Fixed typo in the French vipw usage. Closes: #528486
     - Fixed failure to delete an user (wrongly detected as still logged in).
       On Linux, userdel checks if the user has some running processes.
       Otherwise, it still check with utmp if the user is logged in and check
       if the process indicated by utmp is still running to avoid
       mis-detection of logged-in users. Closes: #528060
     - newgrp and sg return the exit status of their child. Closes: #529897
     - Updated patches:
        + debian/patches/506_relaxed_usernames
  * debian/login.defs: Removed comment about MD5_CRYPT. MD5_CRYPT_ENAB is no
    more used by chpasswd and newusers.
  * debian/patches/*: Updated patches to the new quilt and shadow versions.
  * debian/patches/506_relaxed_usernames: usernames with a slash will not only
    break one option. Move to the discussion on the usernames.

shadow (1:4.1.4-3) unstable; urgency=low

  * The "Banonet" release.
  * debian/login.pam: Really ignore pam_selinux.so failures when the module do
    not exist. Closes: #528673

shadow (1:4.1.4-2) unstable; urgency=low

  * The "Banon" release.
  * debian/rules, debian/passwd.linda-overrides, debian/login.linda-overrides:
    Removed linda-overrides files.
  * debian/rules: Install the lintian overrides with dh_lintian.
  * debian/control: Raised dependency on debhelper (>= 6.0.7~) for dh_lintian.
  * debian/compat: Raised to 6
  * debian/login.postinst: Install /var/log/faillog during initial installs
    only. This permits admins to disable failed logins recording.
    Closes: #488420
  * debian/login.pam: Ignore pam_selinux.so failures when the module do not
    exist. A required pam_selinux.so makes login fail when the module does not
    exist (e.g. on architecture without SE Linux support). Closes: #528673

shadow (1:4.1.4-1) unstable; urgency=low

  * The "Chambérat" release.
  * New upstream release:
     - Updated Czech translation. Closes: #525658
     - Updated French translation.
     - Updated German translation. Closes: #527131
     - Updated Japanese translation.
     - Updated Korean translation. Closes: #524719
     - Updated Portuguese translation. Closes: #525531
     - Updated Russian translation. Closes: #527636
     - passwd: Report password properties changes if the password is not
       actually changed. Closes: #525967
     - Fixed lastlog. 4.1.3 only reported empty logs. Closes: #524873
     - Remove patches applied upstream:
        + debian/patches/403_fix_PATH-MAX_hurd
     - Updated patches:
        + debian/patches/008_login_log_failure_in_FTMP
        + debian/patches/401_cppw_src.dpatch
        + debian/patches/429_login_FAILLOG_ENAB
        + debian/patches/463_login_delay_obeys_to_PAM
     - pwck and grpck warn when the shadowed and non-shadowed files contain
       an entry for the same user or group and the non shadowed file password
       field is not 'x'. Closes: #501869
       Other topics raised in this bug were fixed previously.
  * debian/securetty.linux: Added Freescale i.MX ports. Closes: #527095
  * debian/securetty.linux: Added some local X displays. See LP #104957. But
    only a limited set of displays were added.
  * debian/rules, debian/passwd.newusers.pam, debian/passwd.chpasswd.pam:
    Install the newusers and chpasswd PAM service configuration files.
    newusers and chpasswd now use PAM to update the passwords.
    Closes: #525153
  * debian/login.pam: Updated support for SELinux. Closes: #527106
  * debian/control: Standards-Version bumped to 3.8.1. No changes.
  * debian/control: Changed gnome-doc-utils dependency to >= 0.4.3 (instead
    of >= 0.4.3-1)
  * debian/control: Added ${misc:Depends} to the passwd's Depends and login's
    Pre-Depends.

Date: Wed, 03 Jun 2009 11:16:51 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Colin Watson <cjwatson at canonical.com>
https://launchpad.net/ubuntu/karmic/+source/shadow/1:4.1.4.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 03 Jun 2009 11:16:51 +0100
Source: shadow
Binary: passwd login
Architecture: source
Version: 1:4.1.4.1-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description: 
 login      - system login tools
 passwd     - change and administer password and group data
Closes: 488420 501869 524719 524873 525153 525531 525658 525967 527095 527106 527131 527636 528060 528486 528673 528673 529897
Changes: 
 shadow (1:4.1.4.1-1ubuntu1) karmic; urgency=low
 .
   * Resynchronise with Debian. Remaining changes:
     - Ubuntu specific:
       + debian/login.defs: use SHA512 by default for password crypt routine.
     - debian/patches/495_stdout-encrypted-password: chpasswd can report
       password hashes on stdout (Debian bug 505640).
   * Rework 495_stdout-encrypted-password to cope with chpasswd using PAM.
     It's looking a bit ugly now ...
 .
 shadow (1:4.1.4.1-1) unstable; urgency=low
 .
   * The "Chevrotin" release.
   * New upstream release:
      - Fixed typo in the French vipw usage. Closes: #528486
      - Fixed failure to delete an user (wrongly detected as still logged in).
        On Linux, userdel checks if the user has some running processes.
        Otherwise, it still check with utmp if the user is logged in and check
        if the process indicated by utmp is still running to avoid
        mis-detection of logged-in users. Closes: #528060
      - newgrp and sg return the exit status of their child. Closes: #529897
      - Updated patches:
         + debian/patches/506_relaxed_usernames
   * debian/login.defs: Removed comment about MD5_CRYPT. MD5_CRYPT_ENAB is no
     more used by chpasswd and newusers.
   * debian/patches/*: Updated patches to the new quilt and shadow versions.
   * debian/patches/506_relaxed_usernames: usernames with a slash will not only
     break one option. Move to the discussion on the usernames.
 .
 shadow (1:4.1.4-3) unstable; urgency=low
 .
   * The "Banonet" release.
   * debian/login.pam: Really ignore pam_selinux.so failures when the module do
     not exist. Closes: #528673
 .
 shadow (1:4.1.4-2) unstable; urgency=low
 .
   * The "Banon" release.
   * debian/rules, debian/passwd.linda-overrides, debian/login.linda-overrides:
     Removed linda-overrides files.
   * debian/rules: Install the lintian overrides with dh_lintian.
   * debian/control: Raised dependency on debhelper (>= 6.0.7~) for dh_lintian.
   * debian/compat: Raised to 6
   * debian/login.postinst: Install /var/log/faillog during initial installs
     only. This permits admins to disable failed logins recording.
     Closes: #488420
   * debian/login.pam: Ignore pam_selinux.so failures when the module do not
     exist. A required pam_selinux.so makes login fail when the module does not
     exist (e.g. on architecture without SE Linux support). Closes: #528673
 .
 shadow (1:4.1.4-1) unstable; urgency=low
 .
   * The "Chambérat" release.
   * New upstream release:
      - Updated Czech translation. Closes: #525658
      - Updated French translation.
      - Updated German translation. Closes: #527131
      - Updated Japanese translation.
      - Updated Korean translation. Closes: #524719
      - Updated Portuguese translation. Closes: #525531
      - Updated Russian translation. Closes: #527636
      - passwd: Report password properties changes if the password is not
        actually changed. Closes: #525967
      - Fixed lastlog. 4.1.3 only reported empty logs. Closes: #524873
      - Remove patches applied upstream:
         + debian/patches/403_fix_PATH-MAX_hurd
      - Updated patches:
         + debian/patches/008_login_log_failure_in_FTMP
         + debian/patches/401_cppw_src.dpatch
         + debian/patches/429_login_FAILLOG_ENAB
         + debian/patches/463_login_delay_obeys_to_PAM
      - pwck and grpck warn when the shadowed and non-shadowed files contain
        an entry for the same user or group and the non shadowed file password
        field is not 'x'. Closes: #501869
        Other topics raised in this bug were fixed previously.
   * debian/securetty.linux: Added Freescale i.MX ports. Closes: #527095
   * debian/securetty.linux: Added some local X displays. See LP #104957. But
     only a limited set of displays were added.
   * debian/rules, debian/passwd.newusers.pam, debian/passwd.chpasswd.pam:
     Install the newusers and chpasswd PAM service configuration files.
     newusers and chpasswd now use PAM to update the passwords.
     Closes: #525153
   * debian/login.pam: Updated support for SELinux. Closes: #527106
   * debian/control: Standards-Version bumped to 3.8.1. No changes.
   * debian/control: Changed gnome-doc-utils dependency to >= 0.4.3 (instead
     of >= 0.4.3-1)
   * debian/control: Added ${misc:Depends} to the passwd's Depends and login's
     Pre-Depends.
Checksums-Sha1: 
 62ed82ee3ea8696be4244dab25c7fc86cccf12de 1723 shadow_4.1.4.1-1ubuntu1.dsc
 f89d11faa412a5dfbf72cc0beec1303322f58b75 2781704 shadow_4.1.4.1.orig.tar.gz
 6f227f6bc6d099240264539ac3e89ed664ae9047 78693 shadow_4.1.4.1-1ubuntu1.diff.gz
Checksums-Sha256: 
 93c01021d602cc81e3d4f31784da27bdc7b008461a18e967be5c8c1c274630cf 1723 shadow_4.1.4.1-1ubuntu1.dsc
 5b0f9f2cb59e624ed2b08ac2dabe44a0b32819a51f39ce71f4ffe670618d0e26 2781704 shadow_4.1.4.1.orig.tar.gz
 54b80d4c0df36a19bd850aec97cb477e1301120ac3c3fa14554d758e97c9afda 78693 shadow_4.1.4.1-1ubuntu1.diff.gz
Files: 
 f231668ef3fb38e85c9c47decc4d6b64 1723 admin required shadow_4.1.4.1-1ubuntu1.dsc
 9f7882c359156aef377cbe9ffac9353e 2781704 admin required shadow_4.1.4.1.orig.tar.gz
 e84883d2bd2dc22af1352f497c8e452b 78693 admin required shadow_4.1.4.1-1ubuntu1.diff.gz
Original-Maintainer: Shadow package maintainers <pkg-shadow-devel at lists.alioth.debian.org>

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

iD8DBQFKJn0K9t0zAhD6TNERAgBIAJ41RAQ6yTa2q7GC4ZrciCrB6iv1SgCbBiDM
ClYPrsGuaYMEu+3/1kyinOA=
=m1s9
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list