Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/crypto/dist/ssh Pull up revisions 1.4-1.10 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/b4d27132c7e4
branches:  netbsd-1-5
changeset: 490707:b4d27132c7e4
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 20:27:09 2001 +0000

description:
Pull up revisions 1.4-1.10 (requested by itojun):
  Update SSH to version found on trunk as of 26 Feb 2001.

diffstat:

 crypto/dist/ssh/version.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r de32cc98fc3f -r b4d27132c7e4 crypto/dist/ssh/version.h
--- a/crypto/dist/ssh/version.h Mon Feb 26 20:27:07 2001 +0000
+++ b/crypto/dist/ssh/version.h Mon Feb 26 20:27:09 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: version.h,v 1.1.1.1.2.3 2000/10/30 22:53:12 tv Exp $   */
+/* $OpenBSD: version.h,v 1.19 2001/02/19 10:35:23 markus Exp $ */
 
-#define __OPENSSH_VERSION      "OpenSSH_2.2.0"
-#define __NETBSDSSH_VERSION    "NetBSD_Secure_Shell-20001003"
+#define __OPENSSH_VERSION      "OpenSSH_2.5.1"
+#define __NETBSDSSH_VERSION    "NetBSD_Secure_Shell-20010219"
 
 /*
  * it is important to retain OpenSSH version identification part, it is
- * used for bug compatibility operation.  present NetBSD SSH version as comment.
+ * used for bug compatibility operation.  present NetBSD SSH version as comment
  */
 #define SSH_VERSION    (__OPENSSH_VERSION " " __NETBSDSSH_VERSION)



Home | Main Index | Thread Index | Old Index