[ubuntu/precise] pam 1.1.3-7ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Sat Jan 28 19:40:21 UTC 2012


pam (1.1.3-7ubuntu1) precise; urgency=low

  * 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' 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.

pam (1.1.3-7) unstable; urgency=low

  * Updated debconf translations:
    - Danish, thanks to Joe Dalton <joedalton2 at yahoo.dk> (closes: #648382)
    - French, thanks to Jean-Baka Domelevo Entfellner <domelevo at gmail.com>
      (closes: #649850)
    - Dutch, thanks to Jeroen Schot <schot at A-Eskwadraat.nl>
      (closes: #650755)
    - Russian, thanks to Yuri Kozlov <yuray at komyakino.ru> (closes: #650867)
    - Portuguese, thanks to Pedro Ribeiro <p.m42.ribeiro at gmail.com>
      (closes: #652493)
    - German, thanks to Sven Joachim <svenjoac at gmx.de> (closes: #653407)
    - Spanish, thanks to Javier Fernandez-Sanguino Peña <jfs at debian.org>
      (closes: #654043)
    - Bulgarian, thanks to Damyan Ivanov <dmn at debian.org> (closes: #656518)
    - Slovak, thanks to Ivan Masár <helix84 at centrum.sk> (closes: #656521)
    - Japanese, thanks to Kenshi Muto <kmuto at debian.org> (closes: #656834)
    - Polish, thanks to Michał Kułach <michalkulach at gmail.com>
      (closes: #657476)
    - Catalan, thanks to Innocent De Marchi <tangram.peces at gmail.com>
      (closes: #657489)
    - Czech, thanks to Miroslav Kure <kurem at upcase.inf.upol.cz>
      (closes: #657578)
    - Swedish, thanks to Martin Bagge <brother at bsnet.se> (closes: #651349)

Date: Sat, 28 Jan 2012 11:36:07 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/pam/1.1.3-7ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 28 Jan 2012 11:36:07 -0800
Source: pam
Binary: libpam0g libpam-modules libpam-modules-bin libpam-runtime libpam0g-dev libpam-cracklib libpam-doc
Architecture: source
Version: 1.1.3-7ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek 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: 648382 649850 650755 650867 651349 652493 653407 654043 656518 656521 656834 657476 657489 657578
Changes: 
 pam (1.1.3-7ubuntu1) precise; urgency=low
 .
   * 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' 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.
 .
 pam (1.1.3-7) unstable; urgency=low
 .
   * Updated debconf translations:
     - Danish, thanks to Joe Dalton <joedalton2 at yahoo.dk> (closes: #648382)
     - French, thanks to Jean-Baka Domelevo Entfellner <domelevo at gmail.com>
       (closes: #649850)
     - Dutch, thanks to Jeroen Schot <schot at A-Eskwadraat.nl>
       (closes: #650755)
     - Russian, thanks to Yuri Kozlov <yuray at komyakino.ru> (closes: #650867)
     - Portuguese, thanks to Pedro Ribeiro <p.m42.ribeiro at gmail.com>
       (closes: #652493)
     - German, thanks to Sven Joachim <svenjoac at gmx.de> (closes: #653407)
     - Spanish, thanks to Javier Fernandez-Sanguino Peña <jfs at debian.org>
       (closes: #654043)
     - Bulgarian, thanks to Damyan Ivanov <dmn at debian.org> (closes: #656518)
     - Slovak, thanks to Ivan Masár <helix84 at centrum.sk> (closes: #656521)
     - Japanese, thanks to Kenshi Muto <kmuto at debian.org> (closes: #656834)
     - Polish, thanks to Michał Kułach <michalkulach at gmail.com>
       (closes: #657476)
     - Catalan, thanks to Innocent De Marchi <tangram.peces at gmail.com>
       (closes: #657489)
     - Czech, thanks to Miroslav Kure <kurem at upcase.inf.upol.cz>
       (closes: #657578)
     - Swedish, thanks to Martin Bagge <brother at bsnet.se> (closes: #651349)
Checksums-Sha1: 
 2b4a352faa6df6da5487f92f79a4f1f518bd065e 2512 pam_1.1.3-7ubuntu1.dsc
 f5b1294b5ba09d06ada8edc7634f507e7497e336 288141 pam_1.1.3-7ubuntu1.diff.gz
Checksums-Sha256: 
 a1e26366a0865ae4222db6c20e18c769b10b1cb64f4a4777662284d8f1d5373b 2512 pam_1.1.3-7ubuntu1.dsc
 669ccf91e8953265a65631607367fab6bea8be7bff09fa5164ef0a399ed24acd 288141 pam_1.1.3-7ubuntu1.diff.gz
Files: 
 a25ebd07e69ba1f5a809ac95a24d79bb 2512 libs optional pam_1.1.3-7ubuntu1.dsc
 b3d5b58b7c291c4727c1b2d386dc37c3 288141 libs optional pam_1.1.3-7ubuntu1.diff.gz
Original-Maintainer: Steve Langasek <vorlon at debian.org>

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

iQIVAwUBTyROPVaNMPMhshM9AQgyMg//TI5aQwcgssDNUSVXCrMrVmwMUNMccF9g
TAKyPtp6gH+nd920vsAaHPF1G37e+EnDyQxHiHl1368eJyDu4LZyiSSjOZXx12D7
AqTJM2+djAd+I6EbR655f4a1mXlRZ2/tMx4GslzGlymszdGurckcF9L9XvOxFS4c
NnSOLySLsmDrEuhXRr7AeHKfh9vBWkumGZ9N+GFqYxyx7a1PJbYPgW7cLPq/nlHI
E6WSfrje98zE/iKxInsUBJgq+Xt0g1iYQUxPBeQwpbzcKgh31eFYiwz33QS1qfF7
fYUwKKZ6bvNta30UMLh3rFb1t+hUSE0O/N/iJ7q5fITUDna2HbUa3XE2DL5CUdeM
Y18I3tlmSZbiW1CD7cTQsJRt9hnpUmvx+QzA5ZWoRJYChZy7EjwGmyvP74wSunmG
ff8HwrMePSmSmNQ/nmgrnHtlTVMhtxJYPYGOwwuUs8RISGzIVpqZoKwTc1SaSm+C
cQiQ1+v41HxjwcAoMjdbTKpBHlq/HTHh8NjpYbxcU9HYIeA26GTV6k4OqJ2uE4FE
P9dMrOlwwA94ynIgTVF251tjWwG77j4yCCiXMkZU1BEYZB7a3gLhCZ39P6glFMyh
8g6iyeV+UtgAZtoCYnmdGtJsGlkUL8aeyqQStWjyfImnjDLmIXLRUVTKb+8dXfvd
Uw3qGjPphM8=
=guDL
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list