[ubuntu/natty] pam 1.1.2-2ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Fri Feb 18 00:30:30 UTC 2011


pam (1.1.2-2ubuntu1) natty; 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/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.
    - Change Vcs-Bzr to point at the Ubuntu branch.
    - 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)

pam (1.1.2-2) unstable; urgency=low

  * debian/patches-applied/hurd_no_setfsuid: handle some new calls to
    setfsuid in pam_xauth that I overlooked, so that the build works again
    on non-Linux.  Closes: #613630.

pam (1.1.2-1) unstable; urgency=low

  * New upstream release.
    - Add support for NSS groups to pam_group.  Closes: #589019,
      LP: #297408.
    - Support cross-building the package.  Thanks to Neil Williams
      <codehelp at debian.org> for the patch.  Closes: #284854.
  * debian/rules: pass getconf LFS_CFLAGS so that we get a 64-bit rlimit
    interface.  Closes: #579402.
  * Drop patches conditional_module,_conditional_man and
    mkhomedir_linking.patch, which are included upstream.
  * debian/patches/hurd_no_setfsuid: pam_env and pam_mail now also use
    setfsuid, so patch them to be likewise Hurd-safe.
  * Update debian/source.lintian-overrides to clean up some spurious
    warnings.
  * debian/libpam-modules.postinst: if any 'min=n' options are found in
    /etc/pam.d/common-password, convert them on upgrade to 'minlen=n' for
    compatibility with upstream.
  * debian/NEWS: document the disappearance of 'min=n', in case users have
    encoded this option elsewhere outside of /etc/pam.d/common-password.
  * debian/patches/007_modules_pam_unix: drop compatibility handling of
    'max=' no-op; use of this option will now log an error, as warned three
    years ago.
  * Bump Standards-Version to 3.9.1.
  * Add lintian overrides for a few more spurious warnings.
  * debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX for
    compatibility when it's not already set.  Closes: #552043.
  * debian/local/pam-auth-update: Don't try to pass embedded newlines to
    debconf; backslash-escape them instead and use CAPB escape.
  * debian/local/pam-auth-update: sort additional module options before
    writing them out, so that we don't wind up with a different config file
    on every invocation.  Thanks to Jim Paris <jim at jtan.com> for the patch.
    Closes: #594123.
  * debian/libpam-runtime.{postinst,templates}: since 1.1.2-1 is targeted
    for post-squeeze, we don't need to support upgrades from 1.0.1-6 to
    1.0.1-10 anymore.  Drop the debconf error note about having configured
    your system with a lack of authentication, so that translators don't
    spend any more time on it.
  * Updated debconf translations:
    - Swedish, thanks to Martin Bagge <brother at bsnet.se> (closes: #575875)

pam (1.1.1-7) UNRELEASED; urgency=low

  * Updated debconf translations:
    - Italian, thanks to Nicole B. <damn3dg1rl at gmail.com> (closes: #602112)

Date: Thu, 17 Feb 2011 16:15:47 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/natty/+source/pam/1.1.2-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 17 Feb 2011 16:15:47 -0800
Source: pam
Binary: libpam0g libpam-modules libpam-runtime libpam0g-dev libpam-cracklib libpam-doc
Architecture: source
Version: 1.1.2-2ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Core 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-runtime - Runtime support for the PAM library
 libpam0g   - Pluggable Authentication Modules library
 libpam0g-dev - Development files for PAM
Closes: 284854 552043 575875 579402 589019 594123 602112 613630
Launchpad-Bugs-Fixed: 297408
Changes: 
 pam (1.1.2-2ubuntu1) natty; 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/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.
     - Change Vcs-Bzr to point at the Ubuntu branch.
     - 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)
 .
 pam (1.1.2-2) unstable; urgency=low
 .
   * debian/patches-applied/hurd_no_setfsuid: handle some new calls to
     setfsuid in pam_xauth that I overlooked, so that the build works again
     on non-Linux.  Closes: #613630.
 .
 pam (1.1.2-1) unstable; urgency=low
 .
   * New upstream release.
     - Add support for NSS groups to pam_group.  Closes: #589019,
       LP: #297408.
     - Support cross-building the package.  Thanks to Neil Williams
       <codehelp at debian.org> for the patch.  Closes: #284854.
   * debian/rules: pass getconf LFS_CFLAGS so that we get a 64-bit rlimit
     interface.  Closes: #579402.
   * Drop patches conditional_module,_conditional_man and
     mkhomedir_linking.patch, which are included upstream.
   * debian/patches/hurd_no_setfsuid: pam_env and pam_mail now also use
     setfsuid, so patch them to be likewise Hurd-safe.
   * Update debian/source.lintian-overrides to clean up some spurious
     warnings.
   * debian/libpam-modules.postinst: if any 'min=n' options are found in
     /etc/pam.d/common-password, convert them on upgrade to 'minlen=n' for
     compatibility with upstream.
   * debian/NEWS: document the disappearance of 'min=n', in case users have
     encoded this option elsewhere outside of /etc/pam.d/common-password.
   * debian/patches/007_modules_pam_unix: drop compatibility handling of
     'max=' no-op; use of this option will now log an error, as warned three
     years ago.
   * Bump Standards-Version to 3.9.1.
   * Add lintian overrides for a few more spurious warnings.
   * debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX for
     compatibility when it's not already set.  Closes: #552043.
   * debian/local/pam-auth-update: Don't try to pass embedded newlines to
     debconf; backslash-escape them instead and use CAPB escape.
   * debian/local/pam-auth-update: sort additional module options before
     writing them out, so that we don't wind up with a different config file
     on every invocation.  Thanks to Jim Paris <jim at jtan.com> for the patch.
     Closes: #594123.
   * debian/libpam-runtime.{postinst,templates}: since 1.1.2-1 is targeted
     for post-squeeze, we don't need to support upgrades from 1.0.1-6 to
     1.0.1-10 anymore.  Drop the debconf error note about having configured
     your system with a lack of authentication, so that translators don't
     spend any more time on it.
   * Updated debconf translations:
     - Swedish, thanks to Martin Bagge <brother at bsnet.se> (closes: #575875)
 .
 pam (1.1.1-7) UNRELEASED; urgency=low
 .
   * Updated debconf translations:
     - Italian, thanks to Nicole B. <damn3dg1rl at gmail.com> (closes: #602112)
Checksums-Sha1: 
 3454a595983051cc26cac729a0bd3d2cc59ff211 2230 pam_1.1.2-2ubuntu1.dsc
 7b036ab7ffaaf8b61c912508987191384d2ad7bd 1747121 pam_1.1.2.orig.tar.gz
 5a4a0def0766b0d7c7d2400d65bef55b668c3b32 323805 pam_1.1.2-2ubuntu1.diff.gz
Checksums-Sha256: 
 47c8e85c29df452db548c81baaf745cb88bcdcaa1b12cd16abd2eddf0535788e 2230 pam_1.1.2-2ubuntu1.dsc
 7c986bc097c487ba6fd944350cb5cc6937592a7b18ceeff5f050f8c397efa6f1 1747121 pam_1.1.2.orig.tar.gz
 0a1298e55ee86e907d9bf76e91a396f313a7c7a8abf121dbd9917d0da7889091 323805 pam_1.1.2-2ubuntu1.diff.gz
Files: 
 94e79b80e482cd99a1dc611ac47c5256 2230 libs optional pam_1.1.2-2ubuntu1.dsc
 749ce2b14451fccabb1a0eebb8a9c75b 1747121 libs optional pam_1.1.2.orig.tar.gz
 72b058dca635e8ac9250150e7ba8ffb7 323805 libs optional pam_1.1.2-2ubuntu1.diff.gz
Original-Maintainer: Steve Langasek <vorlon at debian.org>

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

iQIVAwUBTV28xFaNMPMhshM9AQhhUxAAnPRsH9AkiaaGG4crpKX8qt9FsToHuzSY
PqGxC++ydh3xU97o6i7fCZQkGzhejPaAIsG87py2Nu79MvWOMhesz+rcMx/gGPCN
wAxlRCh3Xe1uIRgS5M23MXKxNPL/stmcZR2oVaZKI5ee6RtjeF3wX6kpobqb/WOQ
Tr4WhivTnslKvvsgR1IG2cPu3Kbixen641wf28Yp1ZtIkiJjtHVixxNzwdF7AjlK
nJn9LolEOKaYxHrDtsWaW/rc4XK0Ro2R5R8ysGJgmxk1uy6v1g8BZuDNDMRTMyQe
wHGrfhjnRg+1Em0rj/ebbuvN1BpUgSV3SHriWHJMhZFa5H7i3vfK328H6thuqABM
v5/04eGgpmVsCrEx7GbUr+IOIJoH0DzECnZ8OjRHkD8wuKM5w61SQhhkPXmwQXe8
9Ob1bb0V9nXt4HAPgfhdYHL9uqITA/x4KD+z3c+rr7CAquo/bh0hkcqCbDwY7sLr
zlr3gL+quuaEvtqzuC2bPua4NVr/kw9lj2EpS75XMcKHsRYP3dXw2BoFxtDsvuff
lGcrc+TEVIf9KK7L8CZSGuDErUb+kR6gblKdmNRzEdQSV89/+U3MDNb65gRazC5p
ef97G1WzJXuptRlGM/pwVmnbLqzbuba8jCwqiwBoP/nzzi50wDcwCYY/6xvIv4vI
TsTR2xV/5jk=
=rBGV
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list