editors/focuswriter: update to 1.9.0
* FIXED: Did not play sound effects for smart quotes.
* Added keyboard shortcuts for headings.
* Clears headings when pressing enter.
* Replaced shadowed variable names.
* Switched to KDSingleApplication.
* Updated link to translations.
* Translation updates: Swedish.
www/cobalt: update to 0.20.4
[0.20.4] - 2026-02-19
Fixes
(new) Infer the users intent when --file is meant to override the file name and not be a directory
zfs: add zfs_range_lock_try
i plan to use this to fix pgdaemon deadlock issue. (PR/60004)
(thus i didn't bother to implement RL_READER.)
note: recent openzfs has a similar function. (zfs_rangelock_tryenter)
this commit ought to be reverted when/if we switch to it.
https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=60004
apei_hest: fix a zero-sized kmem_zalloc issue
zero-sized kmem_zalloc is illigal.
this fixes a crash seen on HP Z4 G4.
when installing netbsd 10.1 on the machine, i had to
work this around by "userconf disable apei" and
```
userconf=disable apei*
```
in boot.cfg.
"acpidump -dt" on the machine said:
```
Error Source Count=0
```
under the "HEST:" section.
[13 lines not shown]
pchtemp: add a simple driver for intel pch thermal sensor
tested on PCI_PRODUCT_INTEL_2HS_THERM, which was found on HP Z4 G4.
although other variants look compatible, i have not actually tested them.
(no hardware)
dmesg:
```
[ 512.596379] pchtemp0 at pci0 dev 20 function 2: Intel PCH Temperature Sensor
```
envstat:
```
[pchtemp0]
pchtemp0 temperature: 41.500 degC
```
enable in kernel configs where amdtemp is enabled.
the man page is mostly copy-and-paste from amdtemp.4.
x11/xterm: update to 407
- add private modes 1020 to 1023 for reporting whether xterm uses UTF-8, whether CJK-width is set, whether Emoji-width is set, and whether private-width is set.
- add resource privateWidth to control whether PUA (private use area) codes are neutral width or single-width.
- improve fix for Debian #738794, to show boxes for codes which are neither combining characters or valid Unicode characters (Debian #1123877).
- improve switching to/from UTF-8 mode by saving, restoring and resetting the G0-G3 array (Debian #1124802).
- use ST consistently in terminfo rather than legacy BEL
- minor updates to configure script and terminfo
- add option --enable-resize-adjust for saving and repainting parts of the window which are lost when the user resizes the window (integrated patch by Kirill A Korinsky).
arm-trusted-firmware-rk3399: remove package
This has been superseded by trusted-firmware-a-rk3399 (newer version of
the same package, distinguished by the package name being different,
rather than the usual approach). No u-boot packages for rk3399 use this
anymore. (Though there are still other chipsets using the older "arm-
trusted-firmware" basis.)
janet: update to 1.41.2
There were some last-minute issues in the release of 1.41.1, namely a
regression in out-of-bounds buffer and array indexing. This release
fixes those issues.
- Use snprintf instead of sprintf
- Initialize memory allocated by `put`
kdsoap: fix build on NetBSD-current
Remove -Wl,--fatal-warnings, there are linker warnings about
ld: /usr/lib/libutil.so.7: warning: warning: reference to compatibility login_getpwclass(); include <login_cap.h> for correct reference
etc.