[openssh-commits] [openssh] branch master updated (2d1ff2b9 -> ab6bb69e)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 6 19:16:09 AEDT 2023


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

djm pushed a change to branch master
in repository openssh.

      from  2d1ff2b9  upstream: Implement channel inactivity timeouts
       new  ab6bb69e  unbreak scp on NetBSD 4.x

The 1 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 ab6bb69e251faa8b24f81b25c72ec0120f20cad4
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Jan 6 19:13:36 2023 +1100

    unbreak scp on NetBSD 4.x
    
    e555d5cad5 effectively increased the default copy buffer size for SFTP
    transfers. This caused NetBSD 4.x to hang during the "copy local file to
    remote file in place" scp.sh regression test.
    
    This puts back the original 32KB copy buffer size until we can properly
    figure out why.
    
    lots of debugging assistance from dtucker@

Summary of changes:
 scp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the openssh-commits mailing list