Call for testing: OpenSSH 8.9

Corinna Vinschen vinschen at redhat.com
Fri Feb 18 00:00:31 AEDT 2022


On Feb 17 10:20, Corinna Vinschen wrote:
> On Feb 17 14:09, Darren Tucker wrote:
> > On Thu, 17 Feb 2022 at 13:57, Damien Miller <djm at mindrot.org> wrote:
> > > I was able to recreate this on Rocky Linux, this seems to fix it:
> > >
> > > diff --git a/regress/test-exec.sh b/regress/test-exec.sh
> > > index 15bdd0847..358d8082e 100644
> > > --- a/regress/test-exec.sh
> > > +++ b/regress/test-exec.sh
> > > @@ -576,6 +576,8 @@ elif [ -f "${SRC}/misc/sk-dummy/obj/sk-dummy.so" ] ; then
> > >         SSH_SK_PROVIDER="${SRC}/misc/sk-dummy/obj/sk-dummy.so"
> > >  elif [ -f "${SRC}/misc/sk-dummy/sk-dummy.so" ] ; then
> > >         SSH_SK_PROVIDER="${SRC}/misc/sk-dummy/sk-dummy.so"
> > > +elif [ -f "${OBJ}/misc/sk-dummy/sk-dummy.so" ] ; then
> > > +       SSH_SK_PROVIDER="${OBJ}/misc/sk-dummy/sk-dummy.so"
> > >  fi
> 
> This works fine for Cygwin as well, thanks!
> 
> > To me it seems like it should look in ${SRC} last, ...
> 
> I agree with that.  First builddir, then srcdir.

Latest master (667fec5d4fe4) plus the patchset from
https://github.com/openssh/openssh-portable/pull/302

Builds on Cygwin and Fedora 35 in a dedicated build dir,
all tests pass.  Thanks!


Corinna



More information about the openssh-unix-dev mailing list