sysutils/cpu-microcode-intel: Update to 2026-08-11 release
This update includes security fixes for INTEL-SA-01379, INTEL-SA-01404,
INTEL-SA-01423, INTEL-SA-01428, INTEL-SA-01435, INTEL-SA-01441,
INTEL-SA-01442, and INTEL-SA-01443, affecting various Core, Core Ultra,
and Xeon processors, as well as functional updates and support for new
steppings.
Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20260811
Sponsored by: The FreeBSD Foundation
Revert "sysutils/cpu-microcode-intel: Handle extended signature tables"
This reverts a change to the way Intel CPU microcode files were split.
In d4b93e8846, an explicitly named file was written for each
signature+platform combination in an image's extended signature table.
Writing these new files offered discoverability advantages, but it was
unnecessary since cpucontrol(8) already checks the embedded extended
signature table. Moreover, adding these extra files increased the size
of the split files by about 50% when the default SPLIT knob was enabled.
This reverts commit d4b93e88468975e64d6321cfc463f5fc19f46d35.
PR: 295351
Sponsored by: The FreeBSD Foundation
textproc/fcitx5: Update to 5.1.21
- Take maintainership
- Add build dependency on x11/plasma-wayland-protocols: since 5.1.20 the
Wayland module calls find_package(PlasmaWaylandProtocols 1.20 REQUIRED)
when USE_SYSTEM_PLASMA_WAYLAND_PROTOCOLS is on (the default). Bump the
wayland-protocols requirement to 1.46 to match CMakeLists.txt .
Approved by: khng at FreeBSD.org (maintainer)