From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] pam: Update to version 1.5.3 Date: Fri, 19 May 2023 13:47:53 +0200 Message-ID: <20230519114753.8468-7-adolf.belka@ipfire.org> In-Reply-To: <20230519114753.8468-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5611342077964528957==" List-Id: --===============5611342077964528957== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.5.2 to 1.5.3 - Update of rootfile - Changelog Release 1.5.3 * configure: added options to configure stylesheets. * configure: added --enable-logind option to use logind instead of utmp in pam_issue and pam_timestamp. * pam_modutil_getlogin: changed to use getlogin() from libc instead of parsi= ng utmp. * Added libeconf support to pam_env and pam_shells. * Added vendor directory support to pam_access, pam_env, pam_group, pam_fail= lock, pam_limits, pam_namespace, pam_pwhistory, pam_sepermit, pam_shells, and pa= m_time. * pam_limits: changed to not fail on missing config files. * pam_pwhistory: added conf=3D option to specify config file location. * pam_pwhistory: added file=3D option to specify password history file locat= ion. * pam_shells: added shells.d support when libeconf and vendordir are enabled. * Deprecated pam_lastlog: this module is no longer built by default because it uses utmp, wtmp, btmp and lastlog, but none of them are Y2038 safe, even on 64bit architectures. pam_lastlog will be removed in one of the next releases, consider using pam_lastlog2 (from https://github.com/thkukuk/lastlog2) and/or pam_wtmpdb (from https://github.com/thkukuk/wtmpdb) instead. * Deprecated _pam_overwrite(), _pam_overwrite_n(), and _pam_drop_reply() mac= ros provided by _pam_macros.h; the memory override performed by these macros c= an be optimized out by the compiler and therefore can no longer be relied upo= n. * Multiple minor bug fixes, portability fixes, documentation improvements, and translation updates. Signed-off-by: Adolf Belka --- config/rootfiles/common/pam | 5 ++--- lfs/pam | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/pam b/config/rootfiles/common/pam index 88e155f77..e25fc9c26 100644 --- a/config/rootfiles/common/pam +++ b/config/rootfiles/common/pam @@ -10,6 +10,7 @@ etc/security #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 @@ -42,8 +43,6 @@ lib/security/pam_group.so lib/security/pam_issue.so #lib/security/pam_keyinit.la lib/security/pam_keyinit.so -#lib/security/pam_lastlog.la -#lib/security/pam_lastlog.so #lib/security/pam_limits.la lib/security/pam_limits.so #lib/security/pam_listfile.la @@ -187,6 +186,7 @@ usr/lib/libpamc.so.0.82.1 #usr/share/man/man5/pam.conf.5 #usr/share/man/man5/pam.d.5 #usr/share/man/man5/pam_env.conf.5 +#usr/share/man/man5/pwhistory.conf.5 #usr/share/man/man5/time.conf.5 #usr/share/man/man8/PAM.8 #usr/share/man/man8/faillock.8 @@ -205,7 +205,6 @@ usr/lib/libpamc.so.0.82.1 #usr/share/man/man8/pam_group.8 #usr/share/man/man8/pam_issue.8 #usr/share/man/man8/pam_keyinit.8 -#usr/share/man/man8/pam_lastlog.8 #usr/share/man/man8/pam_limits.8 #usr/share/man/man8/pam_listfile.8 #usr/share/man/man8/pam_localuser.8 diff --git a/lfs/pam b/lfs/pam index b810f787d..020de981c 100644 --- a/lfs/pam +++ b/lfs/pam @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2020 IPFire Team = # +# Copyright (C) 2007-2023 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 @@ =20 include Config =20 -VER =3D 1.5.2 +VER =3D 1.5.3 =20 THISAPP =3D Linux-PAM-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D a835034cd239bc9377419c13dda45276e8e64a33fcf714a1957ff4= 1112fbb6dce0be8e9773afc82458a04d54bf146a0c26117d7170521fecdc0c98184cef5f4f +$(DL_FILE)_BLAKE2 =3D 362c939f3afc343e6f4e78e7f6ba6f7a9c6ee0a9948bb5a4fc34ce= cfd29e9fa974082534d4ceedd04d8d3e34c7b3ef43d2a07ba5f41d26da04ec8330fc3790fb =20 install : $(TARGET) =20 --=20 2.40.1 --===============5611342077964528957==--