Change logs for pam source package in Mantic

  • pam (1.5.2-6ubuntu1.1) mantic-security; urgency=medium
    
      * SECURITY UPDATE: pam_namespace local denial of service
        - debian/patches-applied/CVE-2024-22365.patch: use O_DIRECTORY to
          prevent local DoS situations in modules/pam_namespace/pam_namespace.c.
        - CVE-2024-22365
    
     -- Marc Deslauriers <email address hidden>  Wed, 10 Jan 2024 08:48:58 -0500
  • pam (1.5.2-6ubuntu1) mantic; 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
    
    pam (1.5.2-6) unstable; urgency=medium
    
      * Update debian/copyright, Thanks Bastian Germann, Closes: #460232
      * When pam-auth-update is called with --root,  use
        /usr/share/pam-configs from the root not from the host system, Thanks
        Johannes Schauer Marin Rodrigues, Closes: #1022952
      * Build-depend on libcrypt-dev, Closes: #1024645
      *  Add pam-auth-udpate --disable, Closes: #1004000
      * Add autopkgtests
    
     -- Steve Langasek <email address hidden>  Mon, 15 May 2023 15:17:53 -0700
  • pam (1.5.2-5ubuntu1) lunar; 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
    
    pam (1.5.2-5) unstable; urgency=medium
    
      * pam_namespace_helper manpage *wasn't* missing, it was just being
        wrongly shipped in libpam-modules instead - so complete the moving
        of the manpage to the libpam-modules-bin where it belongs with the
        binary.  Really Closes: #1021336.
    
    pam (1.5.2-4) unstable; urgency=medium
    
      * pam_namespace_helper manpage was missing, but namespace.conf.5 was
        already shipped in libpam-modules.  Leave it there.  Closes: #1021336.
    
    pam (1.5.2-3) unstable; urgency=medium
    
      * Add missing manpages for pam_namespace which for some reason don't get
        installed by the upstream rules
      * Drop obsolete upgrade code from maintainer scripts which is no longer
        used
      * Drop manual multiarch file handling in favor of dh-exec.
      * No special-case needed for pam_modutil_sanitize_helper_fds in symbols
        file, it's covered by the existing globs.
      * debian/local/Debian-PAM-MiniPolicy: drop references to ancient
        package versions.  Thanks, Marc Haber.
      * Support DPKG_ROOT in the postinst scripts.  Closes: #993161.
        Thanks, Johannes Schauer Marin Rodrigues.
      * Further proof libpam-runtime postinst for DPKG_ROOT just in case.
    
     -- Steve Langasek <email address hidden>  Mon, 07 Nov 2022 12:53:39 -0800