[ubuntu/jammy-proposed] pam 1.4.0-10ubuntu1 (Accepted)

Simon Chopin simon.chopin at canonical.com
Tue Oct 26 15:24:13 UTC 2021


pam (1.4.0-10ubuntu1) jammy; urgency=medium

  * Merge from Debian unstable (LP: #1916509). Remaining changes:
    - debian/control: have libpam-modules recommend update-motd package
    - 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
    - d/libpam-modules.postinst: Add /snap/bin to $PATH in /etc/environment
  * Dropped changes, obsoleted:
    - pam_motd: Export MOTD_SHOWN=pam after showing MOTD
    - Return only PAM_IGNORE or error from pam_motd
    - Fix patches to fix FTBFS
    - Backport pam_faillock module from pam 1.4.0
    - debian/patches-applied/nullok_secure-compat.patch: Support
      nullok_secure as a deprecated alias for nullok.
    -  debian/pam-configs/unix: use nullok, not nullok_secure.
  * Patches:
    - d/p/pam_motd-legal-notice: refreshed
    - Refreshed d/p/pam_umask_usergroups_from_login.defs.patch to use
      pam_modutil_search_key instead of our own hand-rolled version
    - d/p/extrausers.patch: Refreshed the patch and fixed the
      HAVE_LIBSELINUX conditional removed upstream.
  * d/local/pam-auth-update: refreshed the md5sum for debian/local/common-session

Date: Tue, 26 Oct 2021 10:49:14 +0200
Changed-By: Simon Chopin <simon.chopin at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/+source/pam/1.4.0-10ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 26 Oct 2021 10:49:14 +0200
Source: pam
Built-For-Profiles: noudeb
Architecture: source
Version: 1.4.0-10ubuntu1
Distribution: jammy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Simon Chopin <simon.chopin at canonical.com>
Launchpad-Bugs-Fixed: 1916509
Changes:
 pam (1.4.0-10ubuntu1) jammy; urgency=medium
 .
   * Merge from Debian unstable (LP: #1916509). Remaining changes:
     - debian/control: have libpam-modules recommend update-motd package
     - 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
     - d/libpam-modules.postinst: Add /snap/bin to $PATH in /etc/environment
   * Dropped changes, obsoleted:
     - pam_motd: Export MOTD_SHOWN=pam after showing MOTD
     - Return only PAM_IGNORE or error from pam_motd
     - Fix patches to fix FTBFS
     - Backport pam_faillock module from pam 1.4.0
     - debian/patches-applied/nullok_secure-compat.patch: Support
       nullok_secure as a deprecated alias for nullok.
     -  debian/pam-configs/unix: use nullok, not nullok_secure.
   * Patches:
     - d/p/pam_motd-legal-notice: refreshed
     - Refreshed d/p/pam_umask_usergroups_from_login.defs.patch to use
       pam_modutil_search_key instead of our own hand-rolled version
     - d/p/extrausers.patch: Refreshed the patch and fixed the
       HAVE_LIBSELINUX conditional removed upstream.
   * d/local/pam-auth-update: refreshed the md5sum for debian/local/common-session
Checksums-Sha1:
 123cd20ac5d9cc223f3e9d603820a7e4bcbd3e5f 2745 pam_1.4.0-10ubuntu1.dsc
 e26c6594c14680da42ea2875b60664ec159670bf 988908 pam_1.4.0.orig.tar.xz
 e3ce0a7b35c21793e1380976614c351694ba1f6c 166920 pam_1.4.0-10ubuntu1.debian.tar.xz
 308be8bf21ea2ccd7d71d7ab865342ccdc61de34 7326 pam_1.4.0-10ubuntu1_source.buildinfo
Checksums-Sha256:
 2a843719e65b3b4b1406ccd15eb54176b5105ec24976bf0cf85f712b3fed8596 2745 pam_1.4.0-10ubuntu1.dsc
 cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034 988908 pam_1.4.0.orig.tar.xz
 7818e623a0121d0adc7acd17068ea09c4d8144b18efd31780392040e5422acdf 166920 pam_1.4.0-10ubuntu1.debian.tar.xz
 fd235920f1c7fb0d6ce8bca678ebe461dc4eb6ec0a112cf1190ea572bdcd287d 7326 pam_1.4.0-10ubuntu1_source.buildinfo
Files:
 32dfd61bd482f08ca5b09d2bedb17dbc 2745 libs optional pam_1.4.0-10ubuntu1.dsc
 39fca0523bccec6af4b63b5322276c84 988908 libs optional pam_1.4.0.orig.tar.xz
 32b68c75f3065f5eff399012035052fc 166920 libs optional pam_1.4.0-10ubuntu1.debian.tar.xz
 fa5d7e79f9eb82b1529841079dce7722 7326 libs optional pam_1.4.0-10ubuntu1_source.buildinfo
Original-Maintainer: Steve Langasek <vorlon at debian.org>


More information about the jammy-changes mailing list