diskless(8): Fix BOOTP/DHCP bootstrap kernel-loading description
Update the phase-2 description to distinguish RARP/BOOTPARAMS vs
BOOTP/DHCP secondary boot programs, and describe the BOOTP/DHCP path
as loading the kernel via NFS handles (mountd + NFS lookup/read).
While here, fix minor wording/grammar issues.
www/chromium: update to 143.0.7499.192
* 143.0.7499.192
This update includes 1 security fix.
Below, we highlight fixes that were contributed by external researchers.
Please see the Chrome Security Page for more information.
[TBD][463155954] High CVE-2026-0628: Insufficient policy enforcement
in WebView tag. Reported by Gal Weizman on 2025-11-23
* HID support on NetBSD
net/netatalk4 -- Update to v4.4.0
XXX The html+javascript developer documentation should be split out
into a separate netatalk-doc package.
From upstream's ChangeLog:
In this release, we introduce sophisticated directory cache
optimization which drastically reduces file system I/O by properly
using the pre-existing caching architecture. The default behavior is
largely unchanged.
Newly introduced afp.conf options:
dircache validation freq
dircache metadata window
dircache metadata threshold
dircache files
[46 lines not shown]
libtasn1: update to 4.21.0.
# Noteworthy changes in release 4.21.0 (2026-01-08) [stable]
- Undocumented asn1Decoding --debug flag removed, thanks to Andrew Hamilton.
- Code coverage for src/ went from 35% to 82%, thanks to Andrew Hamilton.
- Fix of ASN.1 typo in manual, thanks to Masatake YAMATO.
- NEWS renamed to NEWS.md and uses markdown syntax.
- Update gnulib files and various build/maintenance fixes.
- Fix for vulnerability CVE-2025-13151 Stack-based buffer overflow
py-maturin: updated to 1.11.2
1.11.2
* Fix failed release
1.11.1
* Fix compiled artifacts being excluded by source path matching
* Better error reporting for missing interpreters
* Ignore unreadable excluded directories
1.11.0 - Yanked
Note: This release was yanked to a regression: https://github.com/PyO3/maturin/issues/2909
* Refactor `ModuleWriter` to be easier to implement and use
* Add Android cross compilation support, fix wheel tags for Android
* Update generate-ci to macos-15-intel and add windows arm support
* Deprecate 'upload' and 'publish' CLI commands
py-scrapy: updated to 2.14.0
Scrapy 2.14.0 (2026-01-05)
Highlights:
- More coroutine-based replacements for Deferred-based APIs
- The default priority queue is now ``DownloaderAwarePriorityQueue``
- Dropped support for Python 3.9 and PyPy 3.10
- Improved and documented the API for custom download handlers