[openssh-commits] [openssh] 04/05: upstream: Now that ssh-keygen defaults to the maximum memory for
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Jun 16 20:07:15 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 05f7bf46d1e2c101e9cbdd3df2ccee484bed969f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Mon Jun 16 09:07:08 2025 +0000
upstream: Now that ssh-keygen defaults to the maximum memory for
moduli generation we no longer need to run it twice to get enough. Use mkdir
-p instead of a conditional, which allows "make -jN" to work without error.
OpenBSD-Commit-ID: c2eb57285424f819f9520fa33e0d6d3c4a361a5e
---
.skipped-commit-ids | 1 +
1 file changed, 1 insertion(+)
diff --git a/.skipped-commit-ids b/.skipped-commit-ids
index 382dde52b..8ed0befb7 100644
--- a/.skipped-commit-ids
+++ b/.skipped-commit-ids
@@ -1,3 +1,4 @@
+c2eb57285424f819f9520fa33e0d6d3c4a361a5e moduli-gen.sh tweak
509bb19bb9762a4b3b589af98bac2e730541b6d4 clean sshd random relinking kit
5317f294d63a876bfc861e19773b1575f96f027d remove libssh from makefiles
a337e886a49f96701ccbc4832bed086a68abfa85 Makefile changes
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list