Forgot to bump the version addendum date.

This commit is contained in:
Dag-Erling Smørgrav 2017-03-03 01:50:10 +00:00
parent dfabbaa0e0
commit 6d6e8a4a09
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314576
5 changed files with 5 additions and 5 deletions

View file

@ -50,4 +50,4 @@
# ProxyCommand ssh -q -W %h:%p gateway.example.com
# RekeyLimit 1G 1h
# VerifyHostKeyDNS yes
# VersionAddendum FreeBSD-20161230
# VersionAddendum FreeBSD-20170302

View file

@ -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.

View file

@ -120,7 +120,7 @@
#PermitTunnel no
#ChrootDirectory none
#UseBlacklist no
#VersionAddendum FreeBSD-20161230
#VersionAddendum FreeBSD-20170302
# no default banner path
#Banner none

View file

@ -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.

View file

@ -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)