[openssh-commits] [openssh] 02/03: Install libcrypt-dev package.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Aug 17 17:29:02 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 5c549465db3ea9a1868d6384709324549f0efbd6
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Aug 17 14:44:32 2026 +1000
Install libcrypt-dev package.
On Ubuntu 26.04, we need the crypt(4) from libcrypt to support
the "yescrypt" and other advanced password format.
---
.github/setup_ci.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 8cbe9fd42..ea816258a 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -59,6 +59,7 @@ EOD
;;
*)
PACKAGER=apt
+ PACKAGES="libcrypt-dev"
esac
TARGETS=${config}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list