Abstract:
The FreeBSD project recently officially released FreeBSD 14.5-RELEASE. As a maintenance update for the FreeBSD 14 stable branch for users who are not ready to upgrade to FreeBSD 15, the new version mainly brings bug fixes, security updates, hardware driver improvements and other stability adjustments. It does not have the main goal of introducing large-scale new features.

This update fixes multiple security issues involving remote code execution, denial of service attacks, kernel stack issues, and use-after-free vulnerabilities. The project also pointed out that in recent FreeBSD security announcements, a considerable number of vulnerabilities were discovered with the assistance of artificial intelligence and large language models. This trend is similar to the security development of other open source projects such as Linux.
In terms of software components, FreeBSD 14.5 has updated a number of external software, including LLVM 21.1.8, ncurses 6.6, OpenSSL 3.0.21 and XZ 5.8.3, etc. These updates help users get newer toolchains, library files, and security fixes while maintaining overall compatibility with the FreeBSD 14 stable branch.
In terms of hardware support, the new version improves the ACPI driver's handling of power management for Apple Mac computers equipped with dual GPUs, and the AHCI driver adds support for more SATA controllers. In addition, the ASMC driver no longer supports Mac computers based on 32-bit Intel processors.
The release of FreeBSD 14.5 also means that users who are still using FreeBSD 14 in production environments have a maintenance path to continue to stay on the existing stable branch. For users who are not yet ready to migrate to FreeBSD 15, this update mainly provides security and hardware compatibility improvements.
FreeBSD 14.5 is already available through the FreeBSD official website, and the project also provides relevant release notes and download information:
https://www.freebsd.org/releases/14.5R/relnotes/
Comments