diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-09-24 19:20:23 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-09-24 19:20:23 +0000 |
commit | 44172b702ccbb94028f3648e5910bf9ba5c8eaee (patch) | |
tree | 1d98fb3da685bb8a4a111dfe9bd664aea2288d61 /crypto | |
parent | b584000fa2b57f9a56f7984fc3389e87507e4667 (diff) | |
download | src-test2-44172b702ccbb94028f3648e5910bf9ba5c8eaee.tar.gz src-test2-44172b702ccbb94028f3648e5910bf9ba5c8eaee.zip |
Notes
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/ssh_config | 2 | ||||
-rw-r--r-- | crypto/openssh/ssh_config.5 | 2 | ||||
-rw-r--r-- | crypto/openssh/sshd_config | 2 | ||||
-rw-r--r-- | crypto/openssh/sshd_config.5 | 2 | ||||
-rw-r--r-- | crypto/openssh/version.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config index f768162c24b5..e3f82cfd0a9f 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 7da8e21d81cb..f67f37d90635 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 b7d04132813f..56fb52c90f32 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 23be0827738a..7b76a5747467 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 d07a6925fd72..0e4887acebb5 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); |