-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
nixos/pam: replace deprecated lastlog with lastlog2 #429075
Copy link
Copy link
Closed
Labels
2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS6.topic: systemdSoftware suite that provides an array of system components for Linux operating systems.Software suite that provides an array of system components for Linux operating systems.9.needs: module (update)This needs a module to be changedThis needs a module to be changed
Metadata
Metadata
Assignees
Labels
2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS6.topic: systemdSoftware suite that provides an array of system components for Linux operating systems.Software suite that provides an array of system components for Linux operating systems.9.needs: module (update)This needs a module to be changedThis needs a module to be changed
Fields
Give feedbackNo fields configured for issues without a type.
As of pam 1.5.3, lastlog is considered deprecated (see also #267447 and #281182).
PR #282337 attempted to make this switch, but was ultimately closed as
lastlog2was being integrated intoutil-linux. Ourutil-linuxis now at version 2.41, and thelastlogdeprecation resurfaced in #418255 (comment).We should consider doing this switch, potentially using the old PR as a base (but using
util-linuxpackage instead of a dedicatedlastlog2package).