]> git.pld-linux.org Git - packages/pam.git/commitdiff
Rel 10; switch to yescrypt by default auto/th/pam-1.4.0-10
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Mar 2023 12:21:53 +0000 (13:21 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Mar 2023 12:21:53 +0000 (13:21 +0100)
pam.spec
system-auth.pamd

index 473268f527d27b0b6f2bc322cab183fe0a24b896..9d09a5434f2008f1f18ce618002860ba41b027fb 100644 (file)
--- 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.
index 59a3e70941280116f2f5c32c789636e5f2315be6..b60b659d25035fd1f9a06a85647f29567ef81a4c 100644 (file)
@@ -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
 
This page took 0.160363 seconds and 4 git commands to generate.