[openssh-commits] [openssh] 02/05: upstream: crank version number to 7.8; needed for new compat flag

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jul 3 23:39:39 AEST 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 2f30300c5e15929d0e34013f38d73e857f445e12
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Jul 3 11:42:12 2018 +0000

    upstream: crank version number to 7.8; needed for new compat flag
    
    for prior version; part of RSA-SHA2 strictification, ok markus@
    
    OpenBSD-Commit-ID: 84a11fc0efd2674c050712336b5093f5d408e32b
---
 compat.c  | 5 +++--
 version.h | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/compat.c b/compat.c
index 1c9890aa..8335f2a9 100644
--- a/compat.c
+++ b/compat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat.c,v 1.108 2018/07/03 11:39:54 djm Exp $ */
+/* $OpenBSD: compat.c,v 1.109 2018/07/03 11:42:12 djm Exp $ */
 /*
  * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl.  All rights reserved.
  *
@@ -72,7 +72,8 @@ compat_datafellows(const char *version)
 		  "OpenSSH_7.3*,"
 		  "OpenSSH_7.4*,"
 		  "OpenSSH_7.5*,"
-		  "OpenSSH_7.6*",	SSH_NEW_OPENSSH|SSH_BUG_SIGTYPE},
+		  "OpenSSH_7.6*,"
+		  "OpenSSH_7.7*",	SSH_NEW_OPENSSH|SSH_BUG_SIGTYPE},
 		{ "OpenSSH*",		SSH_NEW_OPENSSH },
 		{ "*MindTerm*",		0 },
 		{ "3.0.*",		SSH_BUG_DEBUG },
diff --git a/version.h b/version.h
index ea52b26f..f1bbf00f 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: version.h,v 1.81 2018/03/24 19:29:03 markus Exp $ */
+/* $OpenBSD: version.h,v 1.82 2018/07/03 11:42:12 djm Exp $ */
 
-#define SSH_VERSION	"OpenSSH_7.7"
+#define SSH_VERSION	"OpenSSH_7.8"
 
 #define SSH_PORTABLE	"p1"
 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list