[openssh-commits] [openssh] branch V_10_0 updated (4b1f172fe -> cbe3b8ab0)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed May 21 16:11:55 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch V_10_0
in repository openssh.
from 4b1f172fe upstream: fix a out-of-bounds read if the known_hosts file is
new c99e3fe71 Backport test environment changes for Cygwin.
new cda6db7eb Move debug log output into separate workflow step.
new 977ef9f37 Add RUN_ONLY_TEST to limit which tests are run.
new cbe3b8ab0 Set runner pasword to random string.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit cbe3b8ab01d47f12201904e53e4f1edf88edc842
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue May 20 15:01:29 2025 +1000
Set runner pasword to random string.
The most recent version of the Github ubuntu-latest image sets the
password field to "!" which sshd considers to be a locked account,
breaking most of the tests.
commit 977ef9f37c7c72a735220c5e1be248a3270fc3ad
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat May 10 06:37:24 2025 +1000
Add RUN_ONLY_TEST to limit which tests are run.
For testing, you can set the repo variable RUN_ONLY_TEST in your repo
(Repo -> Settings -> Security -> Actions -> Variables) to run only that test.
commit cda6db7eba74ce7918273973887c8dd97b85d19e
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun May 11 16:35:31 2025 +1000
Move debug log output into separate workflow step.
Should reduce the need to scroll back to find out which test actually
failed.
commit c99e3fe71aab10f64324e2e783c34a8a912c4e5d
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed May 21 15:03:09 2025 +1000
Backport test environment changes for Cygwin.
Summary of changes:
.github/run_test.sh | 12 ------------
.github/setup_ci.sh | 30 ++++++++++++++++++++++++++----
.github/workflows/c-cpp.yml | 16 +++++++++++++++-
.github/workflows/selfhosted.yml | 3 +++
4 files changed, 44 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list