aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-04-20 09:37:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-04-20 09:37:29 +0000
commit562de5d9f625969a0f9fa5a0d3b7f6ade9e46847 (patch)
treef1ea79ee2c59975e5721d9b0ddf05646c53a64e7 /crypto
parentb247dbc706162139e404a2fafc693745f3d89ae5 (diff)
downloadsrc-562de5d9f625969a0f9fa5a0d3b7f6ade9e46847.tar.gz
src-562de5d9f625969a0f9fa5a0d3b7f6ade9e46847.zip
Adjust version number and addendum.
Notes
Notes: svn path=/head/; revision=128459
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/ssh_config2
-rw-r--r--crypto/openssh/ssh_config.52
-rw-r--r--crypto/openssh/sshd_config2
-rw-r--r--crypto/openssh/sshd_config.52
-rw-r--r--crypto/openssh/version.h4
5 files changed, 6 insertions, 6 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config
index d71689b715fc..31daf59790b5 100644
--- a/crypto/openssh/ssh_config
+++ b/crypto/openssh/ssh_config
@@ -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
diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5
index 0b75c9e1cc9d..77df5768aa33 100644
--- a/crypto/openssh/ssh_config.5
+++ b/crypto/openssh/ssh_config.5
@@ -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
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index 3e0ede91c1da..2f7c103b68d9 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -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
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index d8124097f6d5..848bc32a3a84 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -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
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 52537237c102..51a95f3552d2 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -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);