ssh: correct VersionAddendum date

Reported by:	Herbert J. Skuhra <herbert@gojira.at>
Fixes:		535af610a4 ("ssh: Update to OpenSSH 9.4p1")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2023-08-15 09:29:06 -04:00
parent e0c6e89108
commit 33a23ef287
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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"