Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2017 01:50:10 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314576 - head/crypto/openssh
Message-ID:  <201703030150.v231oAh4099506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Fri Mar  3 01:50:10 2017
New Revision: 314576
URL: https://svnweb.freebsd.org/changeset/base/314576

Log:
  Forgot to bump the version addendum date.

Modified:
  head/crypto/openssh/ssh_config
  head/crypto/openssh/ssh_config.5
  head/crypto/openssh/sshd_config
  head/crypto/openssh/sshd_config.5
  head/crypto/openssh/version.h

Modified: head/crypto/openssh/ssh_config
==============================================================================
--- head/crypto/openssh/ssh_config	Fri Mar  3 01:06:27 2017	(r314575)
+++ head/crypto/openssh/ssh_config	Fri Mar  3 01:50:10 2017	(r314576)
@@ -50,4 +50,4 @@
 #   ProxyCommand ssh -q -W %h:%p gateway.example.com
 #   RekeyLimit 1G 1h
 #   VerifyHostKeyDNS yes
-#   VersionAddendum FreeBSD-20161230
+#   VersionAddendum FreeBSD-20170302

Modified: head/crypto/openssh/ssh_config.5
==============================================================================
--- head/crypto/openssh/ssh_config.5	Fri Mar  3 01:06:27 2017	(r314575)
+++ head/crypto/openssh/ssh_config.5	Fri Mar  3 01:50:10 2017	(r314576)
@@ -1800,7 +1800,7 @@ See also VERIFYING HOST KEYS in
 Specifies a string to append to the regular version string to identify
 OS- or site-specific modifications.
 The default is
-.Dq FreeBSD-20161230 .
+.Dq FreeBSD-20170302 .
 The value
 .Dq none
 may be used to disable this.

Modified: head/crypto/openssh/sshd_config
==============================================================================
--- head/crypto/openssh/sshd_config	Fri Mar  3 01:06:27 2017	(r314575)
+++ head/crypto/openssh/sshd_config	Fri Mar  3 01:50:10 2017	(r314576)
@@ -120,7 +120,7 @@
 #PermitTunnel no
 #ChrootDirectory none
 #UseBlacklist no
-#VersionAddendum FreeBSD-20161230
+#VersionAddendum FreeBSD-20170302
 
 # no default banner path
 #Banner none

Modified: head/crypto/openssh/sshd_config.5
==============================================================================
--- head/crypto/openssh/sshd_config.5	Fri Mar  3 01:06:27 2017	(r314575)
+++ head/crypto/openssh/sshd_config.5	Fri Mar  3 01:50:10 2017	(r314576)
@@ -1646,7 +1646,7 @@ The default is
 Optionally specifies additional text to append to the SSH protocol banner
 sent by the server upon connection.
 The default is
-.Dq FreeBSD-20161230 .
+.Dq FreeBSD-20170302 .
 The value
 .Dq none
 may be used to disable this.

Modified: head/crypto/openssh/version.h
==============================================================================
--- head/crypto/openssh/version.h	Fri Mar  3 01:06:27 2017	(r314575)
+++ head/crypto/openssh/version.h	Fri Mar  3 01:50:10 2017	(r314576)
@@ -6,7 +6,7 @@
 #define SSH_PORTABLE	"p1"
 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
 
-#define SSH_VERSION_FREEBSD	"FreeBSD-20161230"
+#define SSH_VERSION_FREEBSD	"FreeBSD-20170302"
 
 #ifdef WITH_OPENSSL
 #define OPENSSL_VERSION	SSLeay_version(SSLEAY_VERSION)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703030150.v231oAh4099506>