Call for testing: OpenSSH-5.7
Damien Miller
djm at mindrot.org
Fri Jan 7 09:54:47 EST 2011
applied - thanks! (cert-hostkey.sh too)
On Thu, 6 Jan 2011, Cristian Ionescu-Idbohrn wrote:
> 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
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
>
More information about the openssh-unix-dev
mailing list