[ubuntu/utopic-proposed] pam 1.1.8-3ubuntu1 (Accepted)

Stephane Graber stgraber at ubuntu.com
Fri May 2 19:08:14 UTC 2014


pam (1.1.8-3ubuntu1) utopic; urgency=medium

  [ Stéphane Graber ]
  * Merge from Debian unstable, remaining changes:
    - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
      not present there or in /etc/security/pam_env.conf. (should send to
      Debian).
    - debian/libpam0g.postinst: only ask questions during update-manager when
      there are non-default services running.
    - debian/libpam0g.postinst: check if gdm is actually running before
      trying to reload it.
    - debian/libpam0g.postinst: the init script for 'samba' is now named
      'smbd' in Ubuntu, so fix the restart handling.
    - Change Vcs-Bzr to point at the Ubuntu branch.
    - debian/patches-applied/series: Ubuntu patches are as below ...
    - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
      initialise RLIMIT_NICE rather than relying on the kernel limits.
    - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
      Deprecate pam_unix's explicit "usergroups" option and instead read it
      from /etc/login.def's "USERGROUP_ENAB" option if umask is only defined
      there. This restores compatibility with the pre-PAM behaviour of login.
    - debian/patches-applied/pam_motd-legal-notice: display the contents of
      /etc/legal once, then set a flag in the user's homedir to prevent
      showing it again.
    - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
      for update-motd, with some best practices and notes of explanation.
    - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
      to update-motd(5)
    - debian/local/common-session{,-noninteractive}: Enable pam_umask by
      default, now that the umask setting is gone from /etc/profile.
    - debian/local/pam-auth-update: Add the new md5sums for pam_umask addition.
    - Build-depend on libfl-dev in addition to flex, for cross-building
      support.
    - Add /usr/local/games to PATH.
    - Adjust debian/patches-applied/update-motd to write to
      /run/motd.dynamic, as sysvinit/ssh/login in Debian have been changed
      to use this file and no longer links /etc/motd to /var/run/motd.
    - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
      include patch to autogenerated manpage file
    - debian/patches-applied/pam-loginuid-in-containers: pam_loginuid:
      Update patch with follow-up changes to loginuid.c

  [ Timo Aaltonen ]
  * pam-configs/mkhomedir: Added a config for pam_mkhomedir, disabled
    by default. (LP: #557013)

pam (1.1.8-3) unstable; urgency=low

  * debian/rules: On hurd, link libpam explicitly with -lpthread since glibc
    will not dynamically switch between the libc stubs and the libpthread
    implementations on this architecture.  Thanks to Samuel Thibault for the
    patch.  Closes: #743891.

pam (1.1.8-2) unstable; urgency=medium

  * Mark the libaudit-dev build-dependency linux-any, since it's not
    available on non-Linux archs.  Closes: #737035.

Date: Fri, 02 May 2014 14:59:10 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/pam/1.1.8-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 02 May 2014 14:59:10 -0400
Source: pam
Binary: libpam0g libpam-modules libpam-modules-bin libpam-runtime libpam0g-dev libpam-cracklib libpam-doc
Architecture: source
Version: 1.1.8-3ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description: 
 libpam-cracklib - PAM module to enable cracklib support
 libpam-doc - Documentation of PAM
 libpam-modules - Pluggable Authentication Modules for PAM
 libpam-modules-bin - Pluggable Authentication Modules for PAM - helper binaries
 libpam-runtime - Runtime support for the PAM library
 libpam0g   - Pluggable Authentication Modules library
 libpam0g-dev - Development files for PAM
Closes: 737035 743891
Launchpad-Bugs-Fixed: 557013
Changes: 
 pam (1.1.8-3ubuntu1) utopic; urgency=medium
 .
   [ Stéphane Graber ]
   * Merge from Debian unstable, remaining changes:
     - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
       not present there or in /etc/security/pam_env.conf. (should send to
       Debian).
     - debian/libpam0g.postinst: only ask questions during update-manager when
       there are non-default services running.
     - debian/libpam0g.postinst: check if gdm is actually running before
       trying to reload it.
     - debian/libpam0g.postinst: the init script for 'samba' is now named
       'smbd' in Ubuntu, so fix the restart handling.
     - Change Vcs-Bzr to point at the Ubuntu branch.
     - debian/patches-applied/series: Ubuntu patches are as below ...
     - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
       initialise RLIMIT_NICE rather than relying on the kernel limits.
     - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
       Deprecate pam_unix's explicit "usergroups" option and instead read it
       from /etc/login.def's "USERGROUP_ENAB" option if umask is only defined
       there. This restores compatibility with the pre-PAM behaviour of login.
     - debian/patches-applied/pam_motd-legal-notice: display the contents of
       /etc/legal once, then set a flag in the user's homedir to prevent
       showing it again.
     - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
       for update-motd, with some best practices and notes of explanation.
     - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
       to update-motd(5)
     - debian/local/common-session{,-noninteractive}: Enable pam_umask by
       default, now that the umask setting is gone from /etc/profile.
     - debian/local/pam-auth-update: Add the new md5sums for pam_umask addition.
     - Build-depend on libfl-dev in addition to flex, for cross-building
       support.
     - Add /usr/local/games to PATH.
     - Adjust debian/patches-applied/update-motd to write to
       /run/motd.dynamic, as sysvinit/ssh/login in Debian have been changed
       to use this file and no longer links /etc/motd to /var/run/motd.
     - debian/patches-applied/pam_umask_usergroups_from_login.defs.patch:
       include patch to autogenerated manpage file
     - debian/patches-applied/pam-loginuid-in-containers: pam_loginuid:
       Update patch with follow-up changes to loginuid.c
 .
   [ Timo Aaltonen ]
   * pam-configs/mkhomedir: Added a config for pam_mkhomedir, disabled
     by default. (LP: #557013)
 .
 pam (1.1.8-3) unstable; urgency=low
 .
   * debian/rules: On hurd, link libpam explicitly with -lpthread since glibc
     will not dynamically switch between the libc stubs and the libpthread
     implementations on this architecture.  Thanks to Samuel Thibault for the
     patch.  Closes: #743891.
 .
 pam (1.1.8-2) unstable; urgency=medium
 .
   * Mark the libaudit-dev build-dependency linux-any, since it's not
     available on non-Linux archs.  Closes: #737035.
Checksums-Sha1: 
 479435301fef2af8734dc84279d16d621d2272b5 2522 pam_1.1.8-3ubuntu1.dsc
 d055ed81373280a372468c2434cea6313f8d57a8 1892765 pam_1.1.8.orig.tar.gz
 2862daf3ba5e21b624df178c310363c92b1a88c7 147685 pam_1.1.8-3ubuntu1.diff.gz
Checksums-Sha256: 
 d0bb97ec6fcb88c08adec6b955eae130f644709d6a0f78979022dd53599096a2 2522 pam_1.1.8-3ubuntu1.dsc
 4183409a450708a976eca5af561dbf4f0490141a08e86e4a1e649c7c1b094876 1892765 pam_1.1.8.orig.tar.gz
 e5235b0145af2466446141a7633e85b48b2ae37c087e7840eb1827500b0127ee 147685 pam_1.1.8-3ubuntu1.diff.gz
Files: 
 3fac24a9e220fe9cba945689d52919cb 2522 libs optional pam_1.1.8-3ubuntu1.dsc
 5107bbf54042400b6200e8367cc7feef 1892765 libs optional pam_1.1.8.orig.tar.gz
 674a97496917b730c493861cda1bb4c6 147685 libs optional pam_1.1.8-3ubuntu1.diff.gz
Original-Maintainer: Steve Langasek <vorlon at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTY+soAAoJEMY4l01keS1nCo8P/jgUgKR8xZb6Lx4ZtJcCZLsz
W+mWLczjulqoGfbDfTQVbBpb/YTdtzrty0rSarJkSkYL0sZlz1sZnumeRX25RuE5
6notBl7ocvPcgf3vL19EUbLNMBXnvoM3GKwD5sscx+MCJrO9pg0Cm2QtbdAzaac8
fkH2ua/zaiOyW4Ptmap/VnSFaJ9aCfwJqk7QgJFO+fgUUPeJf1Js8fWvCNrq7sLK
OlUjhL6gLH1FMKrK628PNdJoBoBhECzn/U+QWqyuZQRAPFYswcayj9MsvbntFpXC
J1wvKneiyE4CzvTHGLkOWQHzSfk8kGQwWW+fieEWgMko+Cxsjhu/zmfJFKtSgt5I
pBNMcBTWyj1MJo6MkLLX0abX07CF01rro78ycXUJsW6+KKeK8w1LlrIPyIYEBz7A
HrvTQmfDT4DL5a/c9hmnKwJeSkOq547HlZc+xazXfuySNqbgsYjASQtW/YCDegOn
78zsDP4kV1LYLj/Gv6oUtn8Wece+d1lruOxjRu9a0Wyh4JVsBKJusPyTch0y5eOa
/jAJOE6r/5VCr9oJplPRiiPjnk8VcNMEDKa99Pjz6uMVaRcY4L5PG6gn5w+6rMfX
phsWbxYRhEYyIZV+OIkXD/6fkVcAOH5THhP3/2nJOYWmviWN3szVBHO5xez9/ZPM
J+pJTv2EAXSpk+w+Bv0E
=PQ1z
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list