Add iwx(4) Bz/wifi6e firmware. Update various other iwx firmware.
We have to switch to a newer linux-firmware tarball version to get
firmware files for Bz devices. The following files get updated as a
result. I do not expect problems since such updates went fine so far.
iwx-Qu-b0-hr-b0-77
iwx-Qu-b0-jf-b0-77
iwx-Qu-c0-hr-b0-77
iwx-Qu-c0-jf-b0-77
iwx-QuZ-a0-hr-b0-77
iwx-QuZ-a0-jf-b0-77
iwx-cc-a0-77
iwx-ma-b0-gf-a0.pnvm
iwx-ma-b0-gf4-a0.pnvm
iwx-so-a0-gf-a0.pnvm
iwx-so-a0-gf4-a0.pnvm
iwx-ty-a0-gf-a0.pnvm
[5 lines not shown]
Update to 17.0.18+8-1 GA:
* Contains upstream bug and security fixes:
https://openjdk.org/groups/vulnerability/advisories/2026-01-20
* Rename PATCH_VER to BUILD_VER to match what upstream calls this
part of the version.
* Remove patch committed upstream
uvm_wait() was waking the pagedaemon then going to sleep on &uvmexp.free,
but made no indicator in a variable that the pagedaemon should do anything.
So, if the pagedaemon didn't see sleepin pmemrange allocations at the same
time, it would go back to sleep. This resulted in uvm_wait() wakeups
being substantially deferred.
ok beck claudio
switch nncmpp to using the uploaded .tar.zst rather than 3 on-the-fly
generated git-archives that have changed before (handled in previous
port commit) and have changed again
rpki-client: prepare p -> cert replacement in cert_buffer() and cert_read()
This wraps a few lines and pulls assignments out of if statements to avoid
overlong lines. The replacement will then become purely mechanical.
ok claudio