From 0b9dcf309210c0994f60f3194f390e395a662866 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 24 Sep 2003 19:20:23 +0000 Subject: Update version string. --- crypto/openssh/ssh_config | 2 +- crypto/openssh/ssh_config.5 | 2 +- crypto/openssh/sshd_config | 2 +- crypto/openssh/sshd_config.5 | 2 +- crypto/openssh/version.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'crypto/openssh') diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config index f768162..e3f82cf 100644 --- a/crypto/openssh/ssh_config +++ b/crypto/openssh/ssh_config @@ -35,4 +35,4 @@ # Cipher 3des # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc # EscapeChar ~ -# VersionAddendum FreeBSD-20030423 +# VersionAddendum FreeBSD-20030924 diff --git a/crypto/openssh/ssh_config.5 b/crypto/openssh/ssh_config.5 index 7da8e21..f67f37d 100644 --- a/crypto/openssh/ssh_config.5 +++ b/crypto/openssh/ssh_config.5 @@ -623,7 +623,7 @@ host key database instead of Specifies a string to append to the regular version string to identify OS- or site-specific modifications. The default is -.Dq FreeBSD-20030423 . +.Dq FreeBSD-20030924 . .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 b7d0413..56fb52c 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-20030423 +#VersionAddendum FreeBSD-20030924 #Port 22 #Protocol 2,1 diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5 index 23be082..7b76a57 100644 --- a/crypto/openssh/sshd_config.5 +++ b/crypto/openssh/sshd_config.5 @@ -650,7 +650,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-20030423 . +.Dq FreeBSD-20030924 . .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 d07a692..0e4887a 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -5,7 +5,7 @@ #define SSH_VERSION (ssh_version_get()) #define SSH_VERSION_BASE "OpenSSH_3.6.1p1" -#define SSH_VERSION_ADDENDUM "FreeBSD-20030917" +#define SSH_VERSION_ADDENDUM "FreeBSD-20030924" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add); -- cgit v1.1