x11/xterm: update to 410
Patch #410 - 2026/05/01
- amend one of the fixes for Debian #738794 in patch #407, which caused combining characters to be outlined (report by "Martin").
- clarify in ctlseqs.ms which modes listed for DECSET are readonly (prompted by discussion with Thomas Wolff).
sysutils/pciutils: update to 3.15.0
2026-04-05 Martin Mares <mj at ucw.cz>
* Released as 3.15.0.
* New capabilities are decoded: MMIO Register Block Locator,
Flit Error Injection, Flit Logging.
* Decoding of PCIe capabilities updated to Gen7.
* Both lspci and setpci warn when the "-s" or "-d" option
is given multiple times.
* Improved display of interrupts in "lspci -vv". Routing of
interrupt pins is shown only if the pins are not disabled.
Routing of MSI(X) interrupts is shown when available
(which is currently supported by the sysfs back-end only).
* Minor improvements to Windows back-ends.
* The dump back-end can read the dump from stdin when given "-"
as a file name.
* FreeBSD supports 64-bit addresses.
* Added README.DJGPP.
* Updated pci.ids.
audio/termusic: update to 0.13.2
[V0.13.2]
- Released on: May 6, 2026.
- Change: updated MSRV to 1.88.
- Change: enable feature `rusty-soundtouch` for linux, macos & windows CI builds
- Change: enable feature `rusty-simd` on macos CI builds
- Change: provide arm64 binaries for macos
- Change: add `cargo-binstall` metadata to tui and server crates for pre-built binary installs.
- Fix: change default port to `5101` to be below 49k
- Fix server cannot be closed properly under windows, configuration are not saved.
- Fix(tui): fix that "native" and "termusic default" theme also get auto-selected in config editor, if active.
- Fix(tui): fix a bunch of places where colors were not applied at all or not correctly applied.
- Fix(tui): fix help popup not having "fast navigation" (like PageUp / PageDown, Home / End).
- Fix(tui): change to use `icy_sixel`, removing the need for `libsixel`.
- Fix(tui): fix `alphanumeric-sort` not building due to yanked versions.
- Fix(tui): change search popup load keys to use `library_keys.load_track` instead of `navigation_keys.right`.
- Fix(tui): fix yt-dlp download error caused by orx treeview.
- Fix(tui): fix netease lyric download error.
[12 lines not shown]
py-ujson: updated to 5.12.1
5.12.1
Fixed
Fix encoding ref leak with non-English character
Fix memory leak when ujson.dump() is unable to write to its file
py-apsw: updated to 3.53.1.0
3.53.1.0
Async cursor iteration: Cursor attributes like bindings_names, sql, and is_readonly will always correctly reflect the current iterated row. Backwards incompatible change: description, get_description(), and description_full are now values - ie you can just use them directly and should not await them.
nodejs: updated to 26.0.0
26.0.0 (Current)
We're excited to announce the release of Node.js 26! Highlights include the Temporal API enabled by default,
updates to the V8 JavaScript engine to 14.6, Undici to 8.0, and several important deprecations and removals
as we continue to modernize the platform.