[openssh-commits] [openssh] branch master updated (6575859d -> c21c8fc3)

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Mar 11 19:26:11 AEDT 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

    from 6575859d upstream: Test for %-token and env var expansion in SetEnv.
     new 29a5127f upstream: Set highwater when resuming a "put". Prevents bogus "server
     new 97e10c00 upstream: Check if dbclient supports SHA1 before trying SHA1-based
     new 395284bd upstream: Use $DBCLIENT to access dbclient for consistency.
     new 62f02e95 upstream: Set up dbclient's known_hosts as it expects.
     new e2c4f070 upstream: Use ssh binary instead of the (smaller) script when
     new 4bcbac74 upstream: Add regress test for sftp resume.
     new c21c8fc3 Lazily unmount github workspace at end of workflow.

The 7 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 c21c8fc319376c2f5e0da166e9e89a97a245ae72
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue Mar 11 19:17:46 2025 +1100

    Lazily unmount github workspace at end of workflow.
    
    Sometimes when a test times out the workspace is still busy when we try
    to unmount it, which leaves the runner unusable until it's cleaned up
    manually. We try to unmount this in the first step, but that usually
    doesn't work since it fails during setup before it starts our workflow.
    Move it to the end and make it a lazy unmount so it hopefully works
    eventually.

commit 4bcbac742968f5086cfd4c570a51de25ef77931f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Mar 11 07:50:20 2025 +0000

    upstream: Add regress test for sftp resume.
    
    OpenBSD-Regress-ID: 37f629b3014338fa23a85df1e1bb320ea12282e1

commit e2c4f070b43a4fd7d59a9350e2fe78df605830b5
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Mar 11 07:46:02 2025 +0000

    upstream: Use ssh binary instead of the (smaller) script when
    
    preparing test data files since it's faster.
    
    OpenBSD-Regress-ID: 4215e42682fdb73e131e10645d4a1a23a91d64f5

commit 62f02e95ba5cda4649c482d30f4370e2360eb94d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Mar 11 07:43:45 2025 +0000

    upstream: Set up dbclient's known_hosts as it expects.
    
    OpenBSD-Regress-ID: 9e0898e8423237ce5023be53787bb4062e0d0418

commit 395284bd52887dbaf7e78200c857d7f2d9ce398e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Mar 11 07:43:03 2025 +0000

    upstream: Use $DBCLIENT to access dbclient for consistency.
    
    OpenBSD-Regress-ID: 81e1b41e1ffc49aba1e6fcaeb6242f3b7875ea3c

commit 97e10c0005a784622c61cb4e8bb7858b410bbcc6
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Mar 11 07:42:08 2025 +0000

    upstream: Check if dbclient supports SHA1 before trying SHA1-based
    
    KEX.
    
    Dropbear 2025.87 removed SHA1 support by default, which means
    diffie-hellman-group14-sha1 is not available.  Unfortunately there isn't a
    flag to query supported KEX, so instead check MACs and if it doesn't have
    SHA1 methods, assuming SHA1 based KEXes are likewise not available.  Spotted
    by anton at .
    
    OpenBSD-Regress-ID: acfa8e26c001cb18b9fb81a27271c3b51288d304

commit 29a5127f808d00aa539fd27d83a65c2c56179b0e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Tue Mar 11 07:48:51 2025 +0000

    upstream: Set highwater when resuming a "put". Prevents bogus "server
    
    reordered acks" debug message.  ok djm@
    
    OpenBSD-Commit-ID: aa7f6d0fc2e893c8c278ea3e6e0974c2eca83f5d

Summary of changes:
 .github/workflows/selfhosted.yml | 10 +++++-----
 regress/Makefile                 |  3 ++-
 regress/dropbear-ciphers.sh      |  4 ++--
 regress/dropbear-kex.sh          | 17 ++++++++++++-----
 regress/sftp-resume.sh           | 41 ++++++++++++++++++++++++++++++++++++++++
 regress/test-exec.sh             |  5 +++--
 sftp-client.c                    |  3 ++-
 7 files changed, 67 insertions(+), 16 deletions(-)
 create mode 100644 regress/sftp-resume.sh

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


More information about the openssh-commits mailing list