|
|
|
|
|
by cperciva
197 days ago
|
|
each point release is only supported for about three months Where are you getting 3 months from? It's usually 9 months and occasionally 12 months. Also, major versions are supported for 4 years and unless you're messing with kernel APIs nothing should break. (Testing is always good! But going from 14.3 to 14.4 is not a matter of needing lots of extra development work.) |
|
https://www.freebsd.org/security/#:~:text=on%20production%20...
Recent point releases:
14.3 (June 10, 2025)
14.2 (December 3, 2024)
14.1 (June 4, 2024)
14.0 (November 20, 2023)
13.4 (September 17, 2024)
>> Also, major versions are supported for 4 years and unless you're messing with kernel APIs nothing should break.
Well, things may not break but your system may be open to published vulnerabilities like these:
https://bsdsec.net/articles/freebsd-security-advisory-freebs...
For keeping up to date with vulnerability fixes for packages/ports (which are far more frequent) the "easy" path is to use the last FreeBSD point release.