[packages/pam] Rel 10; switch to yescrypt by default
arekm
arekm at pld-linux.org
Thu Mar 9 13:22:06 CET 2023
commit f2c755e4a36fe34a26a7e609d6ab412b9b4a40cf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Mar 9 13:21:53 2023 +0100
Rel 10; switch to yescrypt by default
pam.spec | 2 +-
system-auth.pamd | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pam.spec b/pam.spec
index 473268f..9d09a54 100644
--- a/pam.spec
+++ b/pam.spec
@@ -25,7 +25,7 @@ Summary(tr.UTF-8): Modüler, artımsal doğrulama birimleri
Summary(uk.UTF-8): Інструмент, що забезпечує аутентифікацію для програм
Name: pam
Version: 1.4.0
-Release: 9
+Release: 10
Epoch: 1
# The library is BSD licensed with option to relicense as GPLv2+
# - this option is redundant as the BSD license allows that anyway.
diff --git a/system-auth.pamd b/system-auth.pamd
index 59a3e70..b60b659 100644
--- a/system-auth.pamd
+++ b/system-auth.pamd
@@ -10,7 +10,7 @@ account required pam_unix.so
#password [success=1 ignore=reset abort=die default=bad] pam_pwgen.so upper=1 digit=1
password required pam_cracklib.so try_first_pass difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
-password required pam_unix.so try_first_pass sha512 shadow use_authtok
+password required pam_unix.so try_first_pass yescrypt shadow use_authtok
#password required pam_exec.so failok seteuid /usr/bin/make -C /var/db
#password required pam_exec.so failok seteuid /usr/bin/make -C /var/yp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pam.git/commitdiff/f2c755e4a36fe34a26a7e609d6ab412b9b4a40cf
More information about the pld-cvs-commit
mailing list