[openssh-commits] [openssh] branch master updated (a253258c6 -> a738c19f9)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Sep 17 04:32:24 AEST 2026


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

dtucker pushed a change to branch master
in repository openssh.

    from a253258c6 upstream: convert channel timeouts to use floating points, allows
     new d0078f850 Also skip scp3 test on Darwin 26 and 27.
     new efea9b3cb upstream: spelling; ok deraadt@
     new 92120fec2 upstream: Use equality not assignment in ternary. CID 913600.
     new a738c19f9 upstream: Use >= instead of > for max comparison so that the

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 a738c19f9c197b13fcbc057c3c0d826fc1cd373c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Sep 16 17:31:27 2026 +0000

    upstream: Use >= instead of > for max comparison so that the
    
    expression is not always false.  Should fix CIDs 913601 and 913602.
    
    OpenBSD-Commit-ID: b5d35e1ddd185dda9389a1b5202a382c1b68f002

commit 92120fec22e1b5df570c2d1860eee4613ed86e10
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Sep 16 16:46:07 2026 +0000

    upstream: Use equality not assignment in ternary. CID 913600.
    
    OpenBSD-Commit-ID: 83253cc2a81886b513b2880ec634531635893a98

commit efea9b3cb3ead7191ee8d81348479750e6eeb0db
Author: jsg at openbsd.org <jsg at openbsd.org>
Date:   Wed Sep 16 07:47:29 2026 +0000

    upstream: spelling; ok deraadt@
    
    OpenBSD-Commit-ID: 3c8e4604f2b7a1adb590ab4a42afd2f6c653be46

commit d0078f850832f428cf3ac2c48f20c5414d1d619b
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Sep 16 11:11:44 2026 -0600

    Also skip scp3 test on Darwin 26 and 27.

Summary of changes:
 .github/configs | 2 +-
 auth2-pubkey.c  | 4 ++--
 channels.h      | 6 +++---
 clientloop.c    | 4 ++--
 misc-agent.c    | 4 ++--
 misc.c          | 4 ++--
 mux.c           | 4 ++--
 ssh-add.c       | 4 ++--
 ssh.c           | 4 ++--
 ssh_config.5    | 4 ++--
 sshd.c          | 4 ++--
 sshd_config.5   | 6 +++---
 12 files changed, 25 insertions(+), 25 deletions(-)

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


More information about the openssh-commits mailing list