summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-09-30 13:39:07 +0000
committerdes <des@FreeBSD.org>2006-09-30 13:39:07 +0000
commite16bfbb7bcb6a83b4f170596324414a76dbf156b (patch)
tree39191424feba81666a6c44a0fd2e1b6bbbfbf13c /crypto/openssh
parent4ff234ef46a16b6174dfb970b7bbc9fe2baf3e1a (diff)
downloadFreeBSD-src-e16bfbb7bcb6a83b4f170596324414a76dbf156b.zip
FreeBSD-src-e16bfbb7bcb6a83b4f170596324414a76dbf156b.tar.gz
Bump version addendum.
MFC after: 1 week
Diffstat (limited to 'crypto/openssh')
-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.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config
index e653142..4cda5ad 100644
--- a/crypto/openssh/ssh_config
+++ b/crypto/openssh/ssh_config
@@ -43,4 +43,4 @@
# Tunnel no
# TunnelDevice any:any
# PermitLocalCommand no
-# VersionAddendum FreeBSD-20060322
+# VersionAddendum FreeBSD-20060930
diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5
index d7573e6..6a66cd7 100644
--- a/crypto/openssh/ssh_config.5
+++ b/crypto/openssh/ssh_config.5
@@ -1040,7 +1040,7 @@ in
Specifies a string to append to the regular version string to identify
OS- or site-specific modifications.
The default is
-.Dq FreeBSD-20060322 .
+.Dq FreeBSD-20060930 .
.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 0f91fa4..237f72b 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-20060322
+#VersionAddendum FreeBSD-20060930
#Port 22
#Protocol 2
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index 5c040a1..0975114 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -860,7 +860,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-20060322 .
+.Dq FreeBSD-20060930 .
.It Cm X11DisplayOffset
Specifies the first display number available for
.Xr sshd 8 Ns 's
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index 831c32d..628f93f 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -6,7 +6,7 @@
#define SSH_VERSION (ssh_version_get())
#define SSH_RELEASE (ssh_version_get())
#define SSH_VERSION_BASE "OpenSSH_4.4p1"
-#define SSH_VERSION_ADDENDUM "FreeBSD-20060322"
+#define SSH_VERSION_ADDENDUM "FreeBSD-20060930"
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *add);
OpenPOWER on IntegriCloud