Call for testing: OpenSSH 8.1

Tom G. Christensen tgc at jupiterrise.com
Wed Oct 9 01:53:55 AEDT 2019


On 01/10/19 13:33, Damien Miller wrote:
> Hi,
> 
> OpenSSH 8.1p1 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a bugfix release.
> 

I was able to build b1e79ea8 and run the testsuite on Solaris 2.6, 7, 8 
and 9 both SPARC and x86.
Testsuite passes all tests on all of them.

The only issue I had was on Solaris 2.6 where <stdint.h> is not available.
I got build errors because sshbuf-getput-basic.c and ssh-keygen.c 
include <stdint.h> unconditionally but wrapping those includes with 
#ifdef HAVE_STDINT_H fixed it.

-tgc



More information about the openssh-unix-dev mailing list