Hi, I just built version 8.2 and it seems like the version has not been bumped. # ssh -V OpenSSH_8.1, LibreSSL 3.0.2 #
On Sun, 16 Feb 2020 at 19:53, Matthias <mp1009 at gmx-topmail.de> wrote:> Hi, I just built version 8.2 and it seems like the version has not been > bumped. > > # ssh -V > OpenSSH_8.1, LibreSSL 3.0.2Confirmed, although it only affects the OpenBSD tarball: $ wget -q https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/openssh-8.2.tar.gz && tar xf openssh-8.2.tar.gz && cat ssh/version.h /* $OpenBSD: version.h,v 1.85 2019/10/09 00:04:57 djm Exp $ */ #define SSH_VERSION "OpenSSH_8.1" -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
On Sun, 16 Feb 2020, Matthias wrote:> Hi, I just built version 8.2 and it seems like the version has not been > bumped. > > # ssh -V > OpenSSH_8.1, LibreSSL 3.0.2Did you install the built version? If so, you probably have the older version with higher preference on your $PATH. -d
On Sun, 16 Feb 2020, Darren Tucker wrote:> On Sun, 16 Feb 2020 at 19:53, Matthias <mp1009 at gmx-topmail.de> wrote: > > Hi, I just built version 8.2 and it seems like the version has not been > > bumped. > > > > # ssh -V > > OpenSSH_8.1, LibreSSL 3.0.2 > > Confirmed, although it only affects the OpenBSD tarball: > > $ wget -q https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/openssh-8.2.tar.gz > && tar xf openssh-8.2.tar.gz && cat ssh/version.h > /* $OpenBSD: version.h,v 1.85 2019/10/09 00:04:57 djm Exp $ */ > > #define SSH_VERSION "OpenSSH_8.1"oops, I'll respin and re-sign it. -d