public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] pam: Update to version 1.7.2
Date: Thu, 29 Jan 2026 12:05:29 +0100	[thread overview]
Message-ID: <20260129110532.61228-14-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260129110532.61228-1-adolf.belka@ipfire.org>

- 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 <adolf.belka@ipfire.org>
---
 config/rootfiles/common/pam | 22 ++++++++++++----------
 lfs/pam                     |  6 +++---
 2 files changed, 15 insertions(+), 13 deletions(-)

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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)
 
-- 
2.52.0



  parent reply	other threads:[~2026-01-29 11:05 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-29 11:05 [PATCH] asciidoctor: Update to version 2.0.26 Adolf Belka
2026-01-29 11:05 ` [PATCH] core201: Ship asciidoctor Adolf Belka
2026-01-29 11:05 ` [PATCH] core201: Ship harfbuzz Adolf Belka
2026-01-29 11:05 ` [PATCH] core201: Ship jansson Adolf Belka
2026-01-29 11:05 ` [PATCH] core201: Ship less Adolf Belka
2026-01-29 11:05 ` [PATCH] core201: Ship p11-kit Adolf Belka
2026-01-29 11:05 ` [PATCH] core201: Ship pam Adolf Belka
2026-01-29 11:05 ` [PATCH] core201: Ship ruby Adolf Belka
2026-01-29 11:05 ` [PATCH] core201: Ship xfsprogs Adolf Belka
2026-01-29 11:05 ` [PATCH] harfbuzz: Update to version 12.3.2 Adolf Belka
2026-01-29 11:05 ` [PATCH] jansson: Update to version 2.15.0 Adolf Belka
2026-01-29 11:05 ` [PATCH] less: Update to version 691 Adolf Belka
2026-01-29 11:05 ` [PATCH] p11-kit: Update to version 0.26.1 Adolf Belka
2026-01-29 11:05 ` Adolf Belka [this message]
2026-01-29 11:05 ` [PATCH] ruby: Update to version 4.0.1 Adolf Belka
2026-01-29 11:05 ` [PATCH] samba: Update to version 4.23.5 Adolf Belka
2026-01-29 11:05 ` [PATCH] xfsprogs: Update to version 6.18.0 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260129110532.61228-14-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox