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
On Jan 22 08:33, 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.My Cygwin results: OpenSSH has been configured with the following options: User binaries: /usr/bin System binaries: /usr/sbin Configuration files: /etc Askpass program: ${prefix}/sbin/ssh-askpass Manual pages: /usr/share/man/manX PID file: /var/run Privilege separation chroot path: /var/empty sshd default user PATH: /bin:/usr/sbin:/sbin:/usr/bin Manpage format: doc DNS support: PAM support: no KerberosV support: no Smartcard support: no S/KEY support: no TCP Wrappers support: yes MD5 password support: no IP address in $DISPLAY hack: no Translate v4 in v6 hack: no BSD Auth support: no Random number source: OpenSSL internal ONLY Host: i686-pc-cygwin Compiler: gcc Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized Preprocessor flags: Linker flags: Libraries: -lwrap -lresolv -lz /usr/lib/textmode.o -lcrypto -lcrypt All tests in the testsuite pass, except the one trying to copy a file with illegal characters on Windows file systems. Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc.
[..]> OpenSSH has been configured with the following options: > User binaries: /usr/bin > System binaries: /usr/sbin > Configuration files: /etc > Askpass program: ${prefix}/sbin/ssh-askpass^^^^^^ Should we be resolving that instead of printing it? - Ben
> We are planning on releasing the next version of OpenSSH in a couple > of weeks.Testing the RPM building aspects of the snapshots I'm running into the build process not finding kafs.h on both RedHat 9 and Fedora Core 1. This header file does not seem to be provided by either krb5-devel or krbafs-devel. The default behavior on these platforms has been to compile --with-kerberos5 so if this is provided by something not in the default distribution we'll have to provide some workaround, change the package dependencies in openssh.spec or change the default spec building behavior. I'm not a regular user of Kerberos to know all the ramifications of this however. -- Jason McCormick jason at devrandom.org GPG Key ID: 96D6CF63
still needs Bug #775 changes for cray machines. otherwise, snapshot 20040123 works great. 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
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