Call for testing: OpenSSH-5.7

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Fri Jan 7 03:40:32 EST 2011


On Thu, 6 Jan 2011, Damien Miller wrote:
>
> OpenSSH 5.7 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This release contains a
> couple of large and intrusive features and changes and quite a number of
> bug fixes.
>
> Snapshot releases for portable OpenSSH are available from
> http://www.mindrot.org/openssh_snap/

On a debian unstable (aka. sid), this:

	http://www.mindrot.org/openssh_snap/openssh-SNAP-20110107.tar.gz

passes "all" tests; at least says so "all tests passed".  Still, this
patch:

--- regress/cert-userkey.sh.orig	2010-11-05 08:23:38.000000000 +0100
+++ regress/cert-userkey.sh	2011-01-06 17:27:51.000000000 +0100
@@ -5,7 +5,7 @@ tid="certified user keys"

 # used to disable ECC based tests on platforms without ECC
 ecdsa=""
-if "$TEST_SSH_ECC" = "yes"; then
+if [ "$TEST_SSH_ECC" = yes ]; then
 	ecdsa=ecdsa
 fi


is, IMO, sure needed :)


Cheers,

-- 
Cristian


More information about the openssh-unix-dev mailing list