Date: Sunday, October 16, 2022 @ 15:56:28
  Author: dvzrv
Revision: 458252

Add configure options for building with bcrypt and yescrypt support.

Modified:
  shadow/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-16 15:46:13 UTC (rev 458251)
+++ PKGBUILD    2022-10-16 15:56:28 UTC (rev 458252)
@@ -77,6 +77,8 @@
     --with-libpam \
     --with-group-name-max-length=32 \
     --with-audit \
+    --with-bcrypt \
+    --with-yescrypt \
     --without-selinux \
     --without-su
 

Reply via email to