On Fri, 2018-08-10 at 11:16 +1000, Damien Miller wrote: > Hi, > > OpenSSH 7.8p1 is almost ready for release, so we would appreciate > testing > on as many platforms and systems as possible. This is a bugfix > release. > > Snapshot releases for portable OpenSSH are available from > http://www.mindrot.org/openssh_snap/ > > The OpenBSD version is available in CVS HEAD: > http://www.openbsd.org/anoncvs.html During rebasing I noticed, there is wrong file path in the Makefile target: diff --git a/Makefile.in b/Makefile.in index 591d1955..64c9c518 100644 --- a/Makefile.in +++ b/Makefile.in @@ -281,7 +281,7 @@ distclean: regressclean rm -f regress/unittests/utf8/*.o rm -f regress/unittests/utf8/test_utf8 rm -f regress/misc/kexfuzz/*.o - rm -f regress/unittests/misc/kexfuzz + rm -f regress/misc/kexfuzz (cd openbsd-compat && $(MAKE) distclean) if test -d pkg ; then \ rm -fr pkg ; \ I will continue with the tests soon. Regards, -- Jakub Jelen Software Engineer Security Technologies Red Hat, Inc. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev