Skip to content

Commit

Permalink
ssh: Bump VersionAddendum for CVE fixes
Browse files Browse the repository at this point in the history
Security:	FreeBSD-SA-25:05.openssh
Approved by:	so
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 62df41ae0a71e77ccb1e8fae06d82eec5dff441a)
(cherry picked from commit 24ce323f020fb1ee1b463e524a7a6c15f47ec2a4)
  • Loading branch information
emaste authored and fichtner committed Feb 21, 2025
1 parent 3cce750 commit b12f1f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crypto/openssh/sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crypto/openssh/sshd_config.5
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion crypto/openssh/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b12f1f4

Please sign in to comment.