ssh: Bump VersionAddendum for CVE fixes

Approved by:	so
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 62df41ae0a71e77ccb1e8fae06d82eec5dff441a)
This commit is contained in:
Ed Maste 2025-02-19 09:00:42 -05:00
parent 4ad8c195cf
commit 24ce323f02
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-20240806
#VersionAddendum FreeBSD-20250219
# no default banner path
#Banner none

View file

@ -1944,7 +1944,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-20240806 .
.Qq FreeBSD-20250219 .
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-20240806"
#define SSH_VERSION_FREEBSD "FreeBSD-20250219"