[ubuntu/noble-proposed] pam 1.5.2-9.1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Mon Nov 20 14:48:11 UTC 2023


pam (1.5.2-9.1ubuntu1) noble; 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/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.
    - debian/patches-applied/extrausers.patch: Add a pam_extrausers module
      that is basically just a copy of pam_unix but looks at
      /var/lib/extrausers/{group,passwd,shadow} instead of /etc/
    - debian/libpam-modules-bin.install: install the helper binaries for
      pam_extrausers to /sbin
    - debian/rules: Make pam_extrausers_chkpwd sguid shadow
    - Add lintian override for pam_extrausers_chkpwd
    - Disable custom daemon restart detection code if needrestart is available
  * debian/update-motd.5: fix a typo; thanks to David
    Collantes <david at collantes.us>.

pam (1.5.2-9.1) unstable; urgency=medium

  * Non-maintainer upload acked by Sam Hartman.
  * Really fix quilt-related FTBFS: (Closes: #1054505)
    pam is a 3.0 (quilt) source package and has a .pc directory after unpack
    despite having no debian/patches. Even when setting QUILT_PATCH_DIR or
    QUILT_PATCHES, quilt is now mislead to using the non-existent
    debian/patches and this makes dh_quilt_unpatch fail, so we delete that
    directory unless it corresponds to the real debian/patches-applied that we
    want to be used.

pam (1.5.2-9) unstable; urgency=low

  * Revert 1.5.2-8 upload; as far as I can tell the change is incorrect,
    Closes: #1054493

pam (1.5.2-7) unstable; urgency=medium

  [ Steve Langasek ]
  * Drop reference to stale package version in libpam-modules.postinst;
    thanks, Gioele Barabucci <gioele at svario.it>.

  [ Sam Hartman ]
  * Fix pam-auth-update --disable logic error, Closes: #1039873
  * Set myself as maintainer; thanks Steve for past and future work.
  * Fix watch file, thanks Daniel Lewart, Closes: #1040310
  * Install upstream NEWS file as main upstream changelog; detailed
    CHANGELOG only  in libpam-doc, Closes: #1040315
  * Updated Turkish Debconf translations, Thanks Atila KOÇ, Closes: #1029002

Date: Mon, 20 Nov 2023 06:39:20 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/pam/1.5.2-9.1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 20 Nov 2023 06:39:20 -0800
Source: pam
Built-For-Profiles: noudeb
Architecture: source
Version: 1.5.2-9.1ubuntu1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 1029002 1039873 1040310 1040315 1054493 1054505
Changes:
 pam (1.5.2-9.1ubuntu1) noble; 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/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.
     - debian/patches-applied/extrausers.patch: Add a pam_extrausers module
       that is basically just a copy of pam_unix but looks at
       /var/lib/extrausers/{group,passwd,shadow} instead of /etc/
     - debian/libpam-modules-bin.install: install the helper binaries for
       pam_extrausers to /sbin
     - debian/rules: Make pam_extrausers_chkpwd sguid shadow
     - Add lintian override for pam_extrausers_chkpwd
     - Disable custom daemon restart detection code if needrestart is available
   * debian/update-motd.5: fix a typo; thanks to David
     Collantes <david at collantes.us>.
 .
 pam (1.5.2-9.1) unstable; urgency=medium
 .
   * Non-maintainer upload acked by Sam Hartman.
   * Really fix quilt-related FTBFS: (Closes: #1054505)
     pam is a 3.0 (quilt) source package and has a .pc directory after unpack
     despite having no debian/patches. Even when setting QUILT_PATCH_DIR or
     QUILT_PATCHES, quilt is now mislead to using the non-existent
     debian/patches and this makes dh_quilt_unpatch fail, so we delete that
     directory unless it corresponds to the real debian/patches-applied that we
     want to be used.
 .
 pam (1.5.2-9) unstable; urgency=low
 .
   * Revert 1.5.2-8 upload; as far as I can tell the change is incorrect,
     Closes: #1054493
 .
 pam (1.5.2-7) unstable; urgency=medium
 .
   [ Steve Langasek ]
   * Drop reference to stale package version in libpam-modules.postinst;
     thanks, Gioele Barabucci <gioele at svario.it>.
 .
   [ Sam Hartman ]
   * Fix pam-auth-update --disable logic error, Closes: #1039873
   * Set myself as maintainer; thanks Steve for past and future work.
   * Fix watch file, thanks Daniel Lewart, Closes: #1040310
   * Install upstream NEWS file as main upstream changelog; detailed
     CHANGELOG only  in libpam-doc, Closes: #1040315
   * Updated Turkish Debconf translations, Thanks Atila KOÇ, Closes: #1029002
Checksums-Sha1:
 7d79fe8f4bd184253abfc4abf37d87567e4d4af0 2741 pam_1.5.2-9.1ubuntu1.dsc
 1907f3e173a2f3570221ff3324783ec5e9913562 176544 pam_1.5.2-9.1ubuntu1.debian.tar.xz
 b944aecea61155d205e668cfa023495c1f341b41 7486 pam_1.5.2-9.1ubuntu1_source.buildinfo
Checksums-Sha256:
 1db0493d6b42621b02f0d042501522034c8cc0521d33954338906c11032e0d36 2741 pam_1.5.2-9.1ubuntu1.dsc
 00e32551b4c2e961a3c2f67b37de160aff650eb00601096acbd05db9624e98a2 176544 pam_1.5.2-9.1ubuntu1.debian.tar.xz
 784996d812b52a56860c47803c25f3650a33f08fa6f46088a154667fdec57967 7486 pam_1.5.2-9.1ubuntu1_source.buildinfo
Files:
 f5e629148629d3d28f55169c8c9d31c9 2741 libs optional pam_1.5.2-9.1ubuntu1.dsc
 c4984c972efbaad7f6162cf3e89a12ec 176544 libs optional pam_1.5.2-9.1ubuntu1.debian.tar.xz
 e852d2f1d7df8eb443bdf9f224bbd777 7486 libs optional pam_1.5.2-9.1ubuntu1_source.buildinfo
Original-Maintainer: Sam Hartman <hartmans at debian.org>


More information about the noble-changes mailing list