[openssh-commits] [openssh] branch master updated (bb754b47 -> 76a398ed)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Oct 1 14:55:46 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  bb754b47  upstream: unbreak FIDO sk-ed25519 key enrollment for OPENSSL=no builds;
       new  ece2fbe4  upstream: Use "skip" instead of "fatal"
       new  ddcb53b7  upstream: Remove references to privsep.
       new  76a398ed  upstream: Fix up whitespace left by previous

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 76a398edfb51951b2d65d522d7b02c72304db300
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Sep 30 05:26:26 2021 +0000

    upstream: Fix up whitespace left by previous
    
    change removing privsep.  No other changes.
    
    OpenBSD-Regress-ID: 87adec225d8afaee4d6a91b2b71203f52bf14b15

commit ddcb53b7a7b29be65d57562302b2d5f41733e8dd
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Sep 30 05:20:08 2021 +0000

    upstream: Remove references to privsep.
    
    This removes several do..while loops but does not change the
    indentation of the now-shallower loops, which will be done in a separate
    whitespace-only commit to keep changes of style and substance separate.
    
    OpenBSD-Regress-ID: 4bed1a0249df7b4a87c965066ce689e79472a8f7

commit ece2fbe486164860de8df3f8b943cccca3085eff
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Sep 30 04:22:50 2021 +0000

    upstream: Use "skip" instead of "fatal"
    
    if SUDO isn't set for the *-command tests. This means running "make tests"
    without SUDO set will perform all of the tests that it can instead of
    failing on the ones it cannot run.
    
    OpenBSD-Regress-ID: bd4dbbb02f34b2e8c890558ad4a696248def763a

Summary of changes:
 regress/cert-hostkey.sh       |  86 ++++++-----
 regress/cert-userkey.sh       | 326 ++++++++++++++++++++----------------------
 regress/hostkey-agent.sh      |   6 +-
 regress/keys-command.sh       |   6 +-
 regress/login-timeout.sh      |   4 +-
 regress/principals-command.sh | 220 ++++++++++++++--------------
 6 files changed, 313 insertions(+), 335 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list