[openssh-commits] [openssh] branch master updated (961af266 -> d1bd1840)
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Apr 7 17:03:02 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a change to branch master
in repository openssh.
from 961af266 upstream: include "ssherr.h" not <ssherr.h>; from Balu Gajjala via
new 3674e33f Further split Valgrind tests.
new ef4f46ab Move the TEST_SSH_PORT section down a bit.
new 13e5fa2a upstream: Add TEST_SSH_ELAPSED_TIMES environment variable to print the
new fea8f4b1 Move make_tmpdir() into portable-specific area.
new d1bd1840 Remove only use of warn().
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit d1bd184046bc310c405f45da3614a1dc5b3e521a
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Apr 7 10:23:51 2021 +1000
Remove only use of warn().
The warn() function is only used in one place in portable and does not
exist upstream. Upgrade the only instance it's used to fail()
(the privsep/sandbox+proxyconnect, from back when that was new) and
remove the now-unused function.
commit fea8f4b1aa85026ad5aee5ad8e1599a8d5141fe0
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Apr 7 10:18:32 2021 +1000
Move make_tmpdir() into portable-specific area.
Reduces diff vs OpenBSD and makes it more likely diffs will apply
cleanly.
commit 13e5fa2acffd26e754c6ee1d070d0afd035d4cb7
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Tue Apr 6 23:57:56 2021 +0000
upstream: Add TEST_SSH_ELAPSED_TIMES environment variable to print the
elapsed time in seconds of each test. This depends on "date +%s" which is
not specified by POSIX but is commonly implemented.
OpenBSD-Regress-ID: ec3c8c19ff49b2192116a0a646ee7c9b944e8a9c
commit ef4f46ab4387bb863b471bad124d46e8d911a79a
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Apr 7 09:59:15 2021 +1000
Move the TEST_SSH_PORT section down a bit.
This groups the portable-specific changes together and makes it a
little more likely that patches will apply cleanly.
commit 3674e33fa70dfa1fe69b345bf576113af7b7be11
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Apr 7 10:05:10 2021 +1000
Further split Valgrind tests.
Even split in two, the Valgrind tests take by far the longest to run,
so split them four ways to further increase parallelism.
Summary of changes:
.github/configs | 35 ++++++++++++++++++++++++-----------
.github/workflows/c-cpp.yml | 2 ++
regress/connect-privsep.sh | 3 +--
regress/test-exec.sh | 41 ++++++++++++++++++++++-------------------
4 files changed, 49 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list