]> git.ipfire.org Git - ipfire-2.x.git/commit
pam: Update to version 1.7.0
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 24 Nov 2024 12:27:06 +0000 (13:27 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 17 Dec 2024 07:55:49 +0000 (08:55 +0100)
commitbd1a3ad897122247178ff9f2f7ed16116f547f39
tree3d25eec9e56d5965a94ff32fc31caf39d6030f27
parentfb7d116b9b6bd488f9e3fd84ce4d48a80a5a3237
pam: Update to version 1.7.0

- Update from version 1.6.1 to 1.7.0
- Update of rootfile
- pam is now only built via meson. Therefore meson and ninja had to be moved to before
   pam. This required python3 and python3-setuptools, expta, libffi, gdbm & sqlite to
   also be moved before meson to ensure build was successful and that the python3
   rootfile had all the required python files included.
- Changelog
    1.7.0
* build: changed build system from autotools to meson.
* libpam_misc: use ECHOCTL in the terminal input
* pam_access: support UID and GID in access.conf
* pam_env: install environment file in vendordir if vendordir is enabled
* pam_issue: only count class user if logind support is enabled
* pam_limits: use systemd-logind instead of utmp if logind support is enabled
* pam_unix: compare password hashes in constant time
* Multiple minor bug fixes, build fixes, portability fixes,
  documentation improvements, and translation updates.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/pam
lfs/pam
make.sh