[openssh-commits] [openssh] branch master updated (8a74a96d -> 32dc1c29)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Mar 31 08:16:50 AEDT 2022


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

djm pushed a change to branch master
in repository openssh.

      from  8a74a96d  upstream: ssh is almost out of getopt() characters; note the
       new  d6556de1  upstream: fix poll() spin when a channel's output fd closes without
       new  32dc1c29  upstream: select post-quantum KEX

The 2 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 32dc1c29a4ac9c592ddfef0a4895eb36c1f567ba
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Mar 30 21:13:23 2022 +0000

    upstream: select post-quantum KEX
    
    sntrup761x25519-sha512 at openssh.com as the default; ok markus@
    
    OpenBSD-Commit-ID: f02d99cbfce22dffec2e2ab1b60905fbddf48fb9

commit d6556de1db0822c76ba2745cf5c097d9472adf7c
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Wed Mar 30 21:10:25 2022 +0000

    upstream: fix poll() spin when a channel's output fd closes without
    
    data in the channel buffer. Introduce more exact packing of channel fds into
    the pollfd array. fixes bz3405 and bz3411; ok deraadt@ markus@
    
    OpenBSD-Commit-ID: 06740737849c9047785622ad5d472cb6a3907d10

Summary of changes:
 channels.c   | 222 +++++++++++++++++++++++++++++++----------------------------
 channels.h   |   4 +-
 myproposal.h |   4 +-
 3 files changed, 122 insertions(+), 108 deletions(-)

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


More information about the openssh-commits mailing list