mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Adjust version number and addendum.
This commit is contained in:
parent
b247dbc706
commit
562de5d9f6
5 changed files with 6 additions and 6 deletions
|
|
@ -36,4 +36,4 @@
|
|||
# Cipher 3des
|
||||
# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
|
||||
# EscapeChar ~
|
||||
# VersionAddendum FreeBSD-20040226
|
||||
# VersionAddendum FreeBSD-20040419
|
||||
|
|
|
|||
|
|
@ -701,7 +701,7 @@ Note that this option applies to protocol version 2 only.
|
|||
Specifies a string to append to the regular version string to identify
|
||||
OS- or site-specific modifications.
|
||||
The default is
|
||||
.Dq FreeBSD-20040226 .
|
||||
.Dq FreeBSD-20040419 .
|
||||
.It Cm XAuthLocation
|
||||
Specifies the full pathname of the
|
||||
.Xr xauth 1
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
# Note that some of FreeBSD's defaults differ from OpenBSD's, and
|
||||
# FreeBSD has a few additional options.
|
||||
|
||||
#VersionAddendum FreeBSD-20040226
|
||||
#VersionAddendum FreeBSD-20040419
|
||||
|
||||
#Port 22
|
||||
#Protocol 2
|
||||
|
|
|
|||
|
|
@ -653,7 +653,7 @@ The default is
|
|||
Specifies a string to append to the regular version string to identify
|
||||
OS- or site-specific modifications.
|
||||
The default is
|
||||
.Dq FreeBSD-20040226 .
|
||||
.Dq FreeBSD-20040419 .
|
||||
.It Cm X11DisplayOffset
|
||||
Specifies the first display number available for
|
||||
.Nm sshd Ns 's
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
#ifndef SSH_VERSION
|
||||
|
||||
#define SSH_VERSION (ssh_version_get())
|
||||
#define SSH_VERSION_BASE "OpenSSH_3.8p1"
|
||||
#define SSH_VERSION_ADDENDUM "FreeBSD-20040226"
|
||||
#define SSH_VERSION_BASE "OpenSSH_3.8.1p1"
|
||||
#define SSH_VERSION_ADDENDUM "FreeBSD-20040419"
|
||||
|
||||
const char *ssh_version_get(void);
|
||||
void ssh_version_set_addendum(const char *add);
|
||||
|
|
|
|||
Loading…
Reference in a new issue