git: 33a23ef2878f - main - ssh: correct VersionAddendum date
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Aug 2023 13:31:18 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=33a23ef2878fe525700983fb754f6f9f9f8fc4b7
commit 33a23ef2878fe525700983fb754f6f9f9f8fc4b7
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-08-15 13:29:06 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-08-15 13:30:31 +0000
ssh: correct VersionAddendum date
Reported by: Herbert J. Skuhra <herbert@gojira.at>
Fixes: 535af610a4fd ("ssh: Update to OpenSSH 9.4p1")
Sponsored by: The FreeBSD Foundation
---
crypto/openssh/sshd_config | 2 +-
crypto/openssh/sshd_config.5 | 2 +-
crypto/openssh/version.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/crypto/openssh/sshd_config b/crypto/openssh/sshd_config
index 523da42f8d12..b73f21e0c9c8 100644
--- a/crypto/openssh/sshd_config
+++ b/crypto/openssh/sshd_config
@@ -105,7 +105,7 @@ AuthorizedKeysFile .ssh/authorized_keys
#PermitTunnel no
#ChrootDirectory none
#UseBlacklist no
-#VersionAddendum FreeBSD-20230910
+#VersionAddendum FreeBSD-20230810
# no default banner path
#Banner none
diff --git a/crypto/openssh/sshd_config.5 b/crypto/openssh/sshd_config.5
index 211938369b27..06385c648f3d 100644
--- a/crypto/openssh/sshd_config.5
+++ b/crypto/openssh/sshd_config.5
@@ -1927,7 +1927,7 @@ The default is
Optionally specifies additional text to append to the SSH protocol banner
sent by the server upon connection.
The default is
-.Qq FreeBSD-20230910 .
+.Qq FreeBSD-20230810 .
The value
.Cm none
may be used to disable this.
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index fc40cf1cdccd..44109aba3c80 100644
--- a/crypto/openssh/version.h
+++ b/crypto/openssh/version.h
@@ -5,4 +5,4 @@
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
-#define SSH_VERSION_FREEBSD "FreeBSD-20230910"
+#define SSH_VERSION_FREEBSD "FreeBSD-20230810"