[openssh-commits] [openssh] branch master updated (cf27810a -> f2ccf6c9)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Aug 8 17:41:21 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 cf27810a upstream: Fix prototype mismatch for do_cmd. ok djm@
new f0aca270 upstream: Drop -q in ssh-log-wrapper.sh to preserve logs.
new 71b0eb99 upstream: Move setting of USER further down the startup In portable
new f2ccf6c9 Move portable specific settings down.
The 3 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 f2ccf6c9f395923695f22345e626dfd691227aaf
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Aug 8 17:39:56 2021 +1000
Move portable specific settings down.
This brings the top hunk of the file back in sync with OpenBSD
so patches to the CVS Id should apply instead of always being
rejected.
commit 71b0eb997e220b0fc9331635af409ad84979f2af
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Aug 8 07:27:52 2021 +0000
upstream: Move setting of USER further down the startup In portable
we have to change this and having it in the same hunk as the CVS Id string
means applying changes fails every. single. time.
OpenBSD-Regress-ID: 87cd603eb6db58c9b430bf90adacb7f90864429b
commit f0aca2706c710a0da1a4be705f825a807cd15400
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Aug 8 06:38:33 2021 +0000
upstream: Drop -q in ssh-log-wrapper.sh to preserve logs.
scp and sftp like to add -q to the command line passed to ssh which
overrides the LogLevel we set in the config files and suppresses output
to the debug logs so drop any "-q" from the invoked ssh. In the one
case where we actually want to use -q in the banner test, call the ssh
binary directly bypassing the logging wrapper.
OpenBSD-Regress-ID: e2c97d3c964bda33a751374c56f65cdb29755b75
Summary of changes:
regress/banner.sh | 6 ++--
regress/test-exec.sh | 91 ++++++++++++++++++++++++++++------------------------
2 files changed, 53 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list