This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 652faa638e6e44a17572aa63a7e660907ca96c51 (commit) via 981617078708b175cb97a7b46d3b4422f47bff61 (commit) from f39619952eb4aae7ebcc9a22ca99611ba01be562 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 652faa638e6e44a17572aa63a7e660907ca96c51 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 15 13:03:06 2023 +0000
pam: Update to 1.5.3
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 981617078708b175cb97a7b46d3b4422f47bff61 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Sep 15 13:02:47 2023 +0000
.gitignore: Ignore .pfm files
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: .gitignore | 1 + pam/pam.nm | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-)
Difference in files: diff --git a/.gitignore b/.gitignore index b72f9be20..9f88cd7bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ +*.pfm *.swp diff --git a/pam/pam.nm b/pam/pam.nm index 3d458ea5b..5e837bbcb 100644 --- a/pam/pam.nm +++ b/pam/pam.nm @@ -4,12 +4,12 @@ ###############################################################################
name = pam -version = 1.5.2 -release = 1.2 +version = 1.5.3 +release = 1 thisapp = Linux-PAM-%{version}
groups = System/Base -url = http://www.us.kernel.org/pub/linux/libs/pam/index.html +url = https://github.com/linux-pam/linux-pam/ license = BSD and GPLv2+ and BSD with advertising summary = An extensible library which provides authentication for applications.
@@ -69,6 +69,10 @@ end
packages package %{name} + requires + /usr/lib64/security/pam_pwquality.so + end + configfiles %{sysconfdir}/pam.d end
hooks/post-receive -- IPFire 3.x development tree