xssstate: Import xssstate-1.1 as wip/xssstate
This is a simple utility to get the state of the X screensaver extension.
These states include the idle time, the screensaver state and the time
how long to wait until the screensaver should be active.
devel/serie: update to 0.6.0
What's Changed
New graph style by @lusingander in #115
Add deny.toml by @lusingander in #116
Update ratatui by @lusingander in #117
Fix graph calculation by @lusingander in #118
Add docs by @lusingander in #119
Config validation by @lusingander in #120
Use rustc_hash by @lusingander in #122
Add --max-count option by @lusingander in #123
py-orjson: updated to 3.11.6
3.11.6 - 2026-01-29
Changed
- orjson now includes code licensed under the Mozilla Public License 2.0 (MPL-2.0).
- Drop support for Python 3.9.
- ABI compatibility with CPython 3.15 alpha 5.
- Build now depends on Rust 1.89 or later instead of 1.85.
Fixed
- Fix sporadic crash serializing deeply nested `list` of `dict`.
textproc/rumdl: update to 0.1.8
[0.1.8] - 2026-01-31
Added
Inline config: Automatic support for all rules (#364)
All rules now automatically support inline configuration via <!-- rumdl-configure-file --> comments
Engine-level implementation ensures consistent behavior across rules
Added get_effective_config helper for inline config support
MD033: Opt-in auto-fix for inline HTML conversion
New fix = true option enables auto-fix (disabled by default)
Converts simple inline HTML to Markdown equivalents
Conservative approach: only fixes clear-cut cases
MD036: Opt-in auto-fix for emphasis-as-heading
New fix = true option enables auto-fix (disabled by default)
Converts emphasis-only paragraphs to proper headings
[118 lines not shown]
devel/mise: update to 2026.2.0
2026.2.0 - 2026-02-01
🚀 Features
(edit) add interactive config editor (mise edit) by @jdx in #7930
(lockfile) graduate lockfiles from experimental by @jdx in #7929
(task) add support for usage values in task confirm dialog by @roele in #7924
(task) improve source freshness checking with edge case handling by @jdx in #7932
🐛 Bug Fixes
(activate) preserve ordering of paths appended after mise activate by @jdx in #7919
(install) sort failed installations for deterministic error output by @jdx in #7936
(lockfile) preserve URL and prefer sha256 when merging platform info by @jdx in #7923
(lockfile) add atomic writes and cache invalidation by @jdx in #7927
(templates) use sha256 for hash filter instead of blake3 by @jdx in #7925
(upgrade) respect tracked configs when pruning old versions by @jdx in #7926
[87 lines not shown]
wiiufb: Only use indirect register access during early boot
The current implementation relies on all register accesses being done 1)
before interrupts are enabled and secondaries have been started, or 2)
with KERNEL_LOCK held.
This change makes the driver switch from indirect accesses via the
Latte block to direct accesses through the GX frame at 0xc2000000 once
the FB driver attaches, removing the need for all register accesses to be
serialized.
kicad-*: Update to 9.0.7
KiCad 9.0.7 (2026-01-01)
General
- Improve rotation field parsing on Eagle import.
- Fix EasyEDA Pro v2.2 import compatibility. #22239
- Support Autodesk Fusion urn format for Eagle import. #22394
- Fix broken non-English language font rendering. #22402
- Add rule check exclusion comment to JSON report. #22330
- Fix polygon filling in PDF export.
- Fix crash due to measurement tool in footprint chooser
window. #21929
- Fix incorrect bitmap positions in SVG plotter. #22326
- Fix broken SVG import of degenerate splines. #22556
- Fix crash when project tree files disappear. #22568
Schematic Editor
[109 lines not shown]
indi: updated to 2.1.8
2.1.8
Update PowerChannelCurrentNP labels to conform to other props.
Avoid copying over build ...
Redefine rotation angles of guide simulator and correct label for camera rotation offset
Fix infinite loop when read=0
Svbony powerbox
Svbony PowerBox: Trigger connection on initialization and improve handshake
FIX_SVBONY_POWERBOX Added improved handshake logic and command transmission verification
Bug fixes for Pegasus devices
Fixing return to idle after RA move in arduino_st4.cpp
Updating MacOS Intel Build since macos-13 is deprecated
Updating exec_program to execute_process due to deprecation
OpenAstroTech lx200 turn tracking on/off
PMC8: fix southern hemisphere math for manual mount moves
RST135E: Set TrackState = SCOPE_SLEWING, when executing findHome(), s…
Bug fix setting adj. power in PPBA
[3 lines not shown]
When reading from an i2c device register, use repeat start on the bus.
This avoids the situation where another master gets the bus between our
register select (i.e. write) and the following read.
Add a delay after accessing our registers for the PIC implementation
of the PCF8584 (e.g. on the Sun Ultra 45).
Change swapregs to flags to handle multiple quirks and set the flags
appropriately in the Ebus frontend.