From e16bfbb7bcb6a83b4f170596324414a76dbf156b Mon Sep 17 00:00:00 2001 From: des Date: Sat, 30 Sep 2006 13:39:07 +0000 Subject: [PATCH] Bump version addendum. MFC after: 1 week --- 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(-) diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config index e653142e1b66..4cda5adf30cc 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 d7573e6f36e1..6a66cd7633eb 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 0f91fa4712c1..237f72b5f2aa 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 5c040a1f5c0d..097511430d8b 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 831c32da4478..628f93f99a7e 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);