Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/version.h,v rcsdiff: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/version.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.25 retrieving revision 1.25.2.2 diff -u -p -r1.25 -r1.25.2.2 --- src/crypto/external/bsd/openssh/dist/version.h 2018/04/06 18:59:00 1.25 +++ src/crypto/external/bsd/openssh/dist/version.h 2020/04/13 07:45:20 1.25.2.2 @@ -1,13 +1,12 @@ -/* $NetBSD: version.h,v 1.25 2018/04/06 18:59:00 christos Exp $ */ -/* $OpenBSD: version.h,v 1.81 2018/03/24 19:29:03 markus Exp $ */ +/* $NetBSD: version.h,v 1.25.2.2 2020/04/13 07:45:20 martin Exp $ */ +/* $OpenBSD: version.h,v 1.86 2020/02/14 00:39:20 djm Exp $ */ -#define __OPENSSH_VERSION "OpenSSH_7.7" -#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20180405" +#define __OPENSSH_VERSION "OpenSSH_8.2" +#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20200225" #define SSH_HPN "-hpn13v14" #define SSH_LPK "-lpk" /* * it is important to retain OpenSSH version identification part, it is * used for bug compatibility operation. present NetBSD SSH version as comment */ -#define SSH_VERSION __OPENSSH_VERSION " " __NETBSDSSH_VERSION -#define SSH_RELEASE SSH_VERSION SSH_HPN SSH_LPK +#define SSH_VERSION __OPENSSH_VERSION " " __NETBSDSSH_VERSION SSH_HPN SSH_LPK