From: Adolf Belka Date: Thu, 29 Jan 2026 11:05:29 +0000 (+0100) Subject: pam: Update to version 1.7.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc20fe546822fb3de2203092f12b8ba013701a4;p=ipfire-2.x.git pam: Update to version 1.7.2 - Update from version 1.7.1 to 1.7.2 - Update of rootfile - Changelog 1.7.2 * build: enabled vendordir by default. * pam_access: fixed stack overflow with huge configuration files. * pam_env: enhanced error diagnostics when ignoring backslash at end of string. * pam_faillock: skip clearing user's failed attempt when auth stack is not run. * pam_mkhomedir: added support for vendordir skeleton directory. * pam_unix: added support for pwaccessd. * pam_unix: added support for PAM_CHANGE_EXPIRED_AUTHTOK. * pam_unix: fixed password expiration warnings for large day values. * pam_unix: hardened temporary file handling. * Multiple minor bug fixes, build fixes, portability fixes, documentation improvements, and translation updates. Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/pam b/config/rootfiles/common/pam index b98913526..18826b21e 100644 --- a/config/rootfiles/common/pam +++ b/config/rootfiles/common/pam @@ -1,17 +1,7 @@ -#etc/environment etc/pam.d etc/security -#etc/security/access.conf -#etc/security/faillock.conf -#etc/security/group.conf -#etc/security/limits.conf #etc/security/limits.d -#etc/security/namespace.conf #etc/security/namespace.d -#etc/security/namespace.init -#etc/security/pam_env.conf -#etc/security/pwhistory.conf -#etc/security/time.conf #lib/security #lib/security/faillock #lib/security/mkhomedir_helper @@ -238,3 +228,15 @@ usr/lib/libpamc.so.0.82.1 #usr/share/locale/zu #usr/share/locale/zu/LC_MESSAGES #usr/share/locale/zu/LC_MESSAGES/Linux-PAM.mo +#usr/share/pam +#usr/share/pam/environment +#usr/share/pam/security +#usr/share/pam/security/access.conf +#usr/share/pam/security/faillock.conf +#usr/share/pam/security/group.conf +#usr/share/pam/security/limits.conf +#usr/share/pam/security/namespace.conf +#usr/share/pam/security/namespace.init +#usr/share/pam/security/pam_env.conf +#usr/share/pam/security/pwhistory.conf +#usr/share/pam/security/time.conf diff --git a/lfs/pam b/lfs/pam index 577d40aa1..e2d635480 100644 --- a/lfs/pam +++ b/lfs/pam @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.7.1 +VER = 1.7.2 THISAPP = Linux-PAM-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0a64d7dbf6bb7e3d2c36ea1f29c3217d3e43a1cc0ba8adf2ee8a117946a53bd26634ebd70ff3b99a72f7373df6694ee054dc7eddab04e43bbc8f5b0e9e56b3bc +$(DL_FILE)_BLAKE2 = d7ebfac4393af3f889fef973946f1e6d60f118f2e048448708c5fdf0ef7fa7780945cda3b0abf6e0e2e15bbc2dd23be52389efabd00647381b3bc971f1aadcd8 install : $(TARGET)