pam (1.1.3-11ubuntu1) trusty; urgency=medium

  * 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.
  * Dropped changes, merged in Debian:
    - Disable libaudit for stage1 bootstrap.

pam (1.1.3-11) unstable; urgency=low

  [ Wookey ]
  * Disable libaudit for stage1 bootstrap.

  [ Steve Langasek ]
  * debian/patches-applied/pam-loginuid-in-containers: pam_loginuid:
    Ignore failure in user namespaces.
  * Use [linux-any] in build-deps, instead of hard-coding a list of
    non-Linux archs.  Closes: #634516.

Date: Mon, 13 Jan 2014 21:41:05 -0800
Changed-By: Steve Langasek <steve.langa...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/pam/1.1.3-11ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 13 Jan 2014 21:41:05 -0800
Source: pam
Binary: libpam0g libpam-modules libpam-modules-bin libpam-runtime libpam0g-dev 
libpam-cracklib libpam-doc
Architecture: source
Version: 1.1.3-11ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langa...@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: 634516
Changes: 
 pam (1.1.3-11ubuntu1) trusty; urgency=medium
 .
   * 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.
   * Dropped changes, merged in Debian:
     - Disable libaudit for stage1 bootstrap.
 .
 pam (1.1.3-11) unstable; urgency=low
 .
   [ Wookey ]
   * Disable libaudit for stage1 bootstrap.
 .
   [ Steve Langasek ]
   * debian/patches-applied/pam-loginuid-in-containers: pam_loginuid:
     Ignore failure in user namespaces.
   * Use [linux-any] in build-deps, instead of hard-coding a list of
     non-Linux archs.  Closes: #634516.
Checksums-Sha1: 
 a4580f48c8273c8b93ed2430bfac7f8f14c3ed14 2519 pam_1.1.3-11ubuntu1.dsc
 02c6c398c7ab1cb787b057055695ec910f032a31 197298 pam_1.1.3-11ubuntu1.diff.gz
Checksums-Sha256: 
 b1fe3d6ac5c4660c2541b8a1d48d62bc700951b2085308e6802025ae35494607 2519 
pam_1.1.3-11ubuntu1.dsc
 ed92c22550d560d8590b99f11480f3f40e5e4dcebe6e04c9f749b8c55f885128 197298 
pam_1.1.3-11ubuntu1.diff.gz
Files: 
 2b8bc9cfaa3af82714d850d4079cc5d3 2519 libs optional pam_1.1.3-11ubuntu1.dsc
 8e8df96ffdf936d3c727bf22516fee46 197298 libs optional 
pam_1.1.3-11ubuntu1.diff.gz
Original-Maintainer: Steve Langasek <vor...@debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJS1M4NAAoJEFaNMPMhshM9jFQP+wRUzAL9Q7OSzuLkQV1BMGvc
09ElcmdHQvSc/g7WBF+KvaFYYoniefc59oYQCURrJiGcfgCLLIZwMb7zazqvV0GO
/GhiN2YAafnz8F+IBnInW74TFef2nEknnZR4x2gdcdM9jeb2aU6aZnI4zmPZhp9z
hl49tgEK8jcXcc/WEJN6IVwa6l9Ag2wQ1tkdfTBTVmJGnMIJaDfG2ZiB0JBd3bOt
j0VVPNHLWvnjmhKMMRfMLLyr8iDXWzFBInmL5OV6zdm+k/lZDrZN2yiIIn1mp4QM
3fIuyA6ylaYVP6cLpBg9KrW318QZYgyUhuLF6HbLlRACh8pJFtnGm6N9t3fz2OXl
wHyi5HwQjiCK7EhmfXJNFif/Oc34EgommRH3TV38ge6K7mjmITh7IhrJTmpkswc3
+2W+kabOhCRu90aS8UE8WEq9KDNNd4yKxkhytASZCEy978vKrhX257EcEZ40ofIE
VCVFo6QDPrATvZDC9pDahu77oryJTDPdNRnGXeP6zzaH90FPiLWyVHUBOGFwQ6sf
CV6VDhvYx5wqI2uFV7VKDTv3w/hxnZ1Fq5NSHVAd1U6XAfvqKv/8HRZlvbcwCbzY
hNgUVih69UYinfMtGd8CLGFmTTcuQBAom4mFDUzHuXTsXCZRTFiRh5ldKCGdTuGB
oAYQP4wXflEtoWVbGgWY
=Z0Qe
-----END PGP SIGNATURE-----
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes

Reply via email to