[openssh-commits] [openssh] branch master updated (4d249284 -> e187b1d4)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 5 15:08:28 AEST 2019


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

dtucker pushed a change to branch master
in repository openssh.

      from  4d249284  Remove nc stderr redirection to resync w/OpenBSD.
       new  de08335a  upstream: Add a sleep to allow forwards to come up.
       new  74b541bf  upstream: Adapt the PuTTY/Conch tests to new key names.
       new  e187b1d4  upstream: Add (recently added) rsa_oldfmt to CLEANFILES.

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 e187b1d4607392cf2c19243afe0d0311a4ff3591
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jul 5 04:19:39 2019 +0000

    upstream: Add (recently added) rsa_oldfmt to CLEANFILES.
    
    OpenBSD-Regress-ID: 405beda94e32aa6cc9c80969152fab91f7c54bd3

commit 74b541bfabdcb57c1683cd9b3f1d1f4d5e41563e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jul 5 04:12:46 2019 +0000

    upstream: Adapt the PuTTY/Conch tests to new key names.
    
    A recent regress change (2a9b3a2ce411d16cda9c79ab713c55f65b0ec257 in
    portable) broke the PuTTY and Twisted Conch interop tests, because the
    key they want to use is now called ssh-rsa rather than rsa.  Adapt the
    tests to the new file names.  bz#3020, patch from cjwatson at debian.org.
    
    OpenBSD-Regress-ID: fd342a37db4d55aa4ec85316f73082c8eb96e64e

commit de08335a4cfaa9b7081e94ea4a8b7153c230546d
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jul 5 04:03:13 2019 +0000

    upstream: Add a sleep to allow forwards to come up.
    
    Currently when the multiplex client requests a forward it returns
    once the request has been sent but not necessarily when the forward
    is up.  This causes intermittent text failures due to this race,
    so add some sleeps to mitigate this until we can fix it properly.
    
    OpenBSD-Regress-ID: 384c7d209d2443d25ea941d7f677e932621fb253

Summary of changes:
 regress/Makefile         |  3 ++-
 regress/conch-ciphers.sh |  4 ++--
 regress/multiplex.sh     |  8 +++++++-
 regress/test-exec.sh     | 12 ++++++------
 4 files changed, 17 insertions(+), 10 deletions(-)

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


More information about the openssh-commits mailing list