opnsense-src/crypto/openssh/version.h
Ed Maste 059b786b7d openssh: Update to 9.9p2
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 0ae642c7dd0c2cfd965a22bf73876cd26cceadd2)

Approved by:	re (accelerated MFC)
2025-02-20 12:50:46 -05:00

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"