mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
This release exists primarily to fix two security bugs. The fixes have
been independently imported into FreeBSD. This import serves to update
the ssh and sshd version number.
A few minor bug fixes are also included; see the upstream release notes
for full details of the 9.9p2 release
(https://www.openssh.com/releasenotes.html).
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 0ae642c7dd)
Approved by: re (accelerated MFC)
8 lines
219 B
C
8 lines
219 B
C
/* $OpenBSD: version.h,v 1.103 2024/09/19 22:17:44 djm Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_9.9"
|
|
|
|
#define SSH_PORTABLE "p2"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|
|
|
|
#define SSH_VERSION_FREEBSD "FreeBSD-20250219"
|