Release testing

Wendy Palm wendyp at cray.com
Sat Jan 24 13:37:39 EST 2004


found a typo in ./openbsd-compat/bsd-openpty.c
(at least i hope it's a typo. :) in openssh-SNAP-20040123

$ diff ./openbsd-compat/bsd-openpty.c.orig ./openbsd-compat/bsd-openpty.c
154c154
<               snprintf(ttbuf, sideof(ttbuf), "/dev/ttyp%03d", i);
---
 >               snprintf(ttbuf, sizeof(ttbuf), "/dev/ttyp%03d", i);

wendy

Damien Miller wrote:
> Hi,
> 
> We are planning on releasing the next version of OpenSSH in a couple 
> of weeks. As always, we would like to see it tested as widely as 
> possible before this happens.
> 
> We would therefore like you to test the latest snapshots (20030122 
> and later) on as many machines that you have access to. Ideally 
> this testing should include running the regress tests and use of 
> the snapshots in a non-critical environment.
> 
> Please report your results or any problems to the mailing list.
> 
> Thanks,
> Damien Miller
> 
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev

-- 
wendy palm
Cray Open Software Development, Cray Inc.
wendyp at cray.com, 651-605-9154




More information about the openssh-unix-dev mailing list