Mailing List Archive

Call for testing: OpenSSH 9.5
Hi,

OpenSSH 9.5 is getting 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

Portable OpenSSH is also available via git using the
instructions at http://www.openssh.com/portable.html#cvs
At https://anongit.mindrot.org/openssh.git/ or via a mirror at Github:
https://github.com/openssh/openssh-portable

Running the regression tests supplied with Portable OpenSSH does not
require installation and is a simply:

$ ./configure && make tests

Live testing on suitable non-production systems is also appreciated.
Please send reports of success or failure to
openssh-unix-dev@mindrot.org. Security bugs should be reported
directly to openssh@openssh.com.

Below is a summary of changes. More detail may be found in the ChangeLog
in the portable OpenSSH tarballs.

Thanks to the many people who contributed to this release.

--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Re: Call for testing: OpenSSH 9.5 [ In reply to ]
Hi Darren,

compiles fine on OpenIndiana (based on Illumos, updated on 2023-09-18
last time) using GCC 12 tools (and linked against custom zlib, OpenSSL
and Kerberos-5 libraries):

:; ssh -V
OpenSSH_9.4p1-snap20230928, OpenSSL 1.1.1w 11 Sep 2023

:; uname -rosv
SunOS 5.11 illumos-1b8ff18525 illumos

Regards.

P.S: Still shows 9.4 - I guess it is OK

On 9/28/23 10:42, Darren Tucker wrote:
> Hi,
>
> OpenSSH 9.5 is getting 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
>
> Portable OpenSSH is also available via git using the
> instructions at http://www.openssh.com/portable.html#cvs
> At https://anongit.mindrot.org/openssh.git/ or via a mirror at Github:
> https://github.com/openssh/openssh-portable
>
> Running the regression tests supplied with Portable OpenSSH does not
> require installation and is a simply:
>
> $ ./configure && make tests
>
> Live testing on suitable non-production systems is also appreciated.
> Please send reports of success or failure to
> openssh-unix-dev@mindrot.org. Security bugs should be reported
> directly to openssh@openssh.com.
>
> Below is a summary of changes. More detail may be found in the ChangeLog
> in the portable OpenSSH tarballs.
>
> Thanks to the many people who contributed to this release.
>

--
Predrag Ze?evi?
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Re: Call for testing: OpenSSH 9.5 [ In reply to ]
On Thu, 28 Sept 2023 at 18:55, Predrag Ze?evi?
<predrag.zecevic.1961@googlemail.com> wrote:
> compiles fine on OpenIndiana
[...]

thanks!

> P.S: Still shows 9.4 - I guess it is OK

Yes that's expected, bumping the version number happens just before
the final tarball is created.

--
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Re: Call for testing: OpenSSH 9.5 [ In reply to ]
On Thu, Sep 28, 2023 at 01:42:26AM PDT, Darren Tucker wrote:
>Hi,
>
>OpenSSH 9.5 is getting ready for release, so we would appreciate testing
>on as many platforms and systems as possible. This is a bugfix release.
>

All tests passed with commit b6b49130a008 on Void Linux; only
-Wformat-truncation warnings from gcc 12.2.


Zev

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Re: Call for testing: OpenSSH 9.5 [ In reply to ]
On Thu, 28 Sept 2023 at 04:50, Darren Tucker <dtucker@dtucker.net> wrote:
>
> Hi,
>
> OpenSSH 9.5 is getting ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a bugfix release.

On FreeBSD 14 "all tests passed".
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev