rust191: drop rust-analyzer from tools for NetBSD/powerpc.
The reason is https://github.com/rust-lang/rust/issues/148497:
rust-analyzer just outgrew the 24-bit word PC-relative offset
provided by the default relocation type.
With this the cross-build of rust for powerpc-unknown-netbsd now succeeds.
converters/dos2unix: Update to 7.5.3
Changelog:
2025-10-14: Version 7.5.3
* Fix: Exit with non-zero code if the conversion is aborted
due to a binary file.
* Fix: Exit with zero code when an unicode conversion error
occurs in quiet mode.
* Updated Brazilian Portuguese, Catalan, Chinese (traditional), Dutch,
Friulian, Georgian, and Serbian translations.
Don't RELOC() to get the value of "end", instead use the literal value.
This is because, later, the value is adjusted for the VA<->PA relocation
offset because this code path is common with the relocation of the value
stored at "esym", which is a virtual address.
The net effect is nil, because this is a kernel VA==PA system, but the
code should be correct in order to reduce confusion when others look at
it for reference.
G/C the PTE/STE bits definitions from genassym.cf; they're not used by
assembly code, with the exception of PG_FRAME, which is not actually
used with PTEs but rather to truncate regular virtual addresses. As
such, provide an independent definition for it derived from PGOFSET,
decoupling it from PTE bits. XXX Should rename it to PGFRAME eventually.
G/C the PTE/STE bits definitions from genassym.cf; they're not used by
assembly code, with the exception of PG_FRAME, which is not actually
used with PTEs but rather to truncate regular virtual addresses. As
such, provide an independent definition for it derived from PGOFSET,
decoupling it from PTE bits. XXX Should rename it to PGFRAME eventually.
py-iniconfig: updated to 2.3.0
2.3.0
* add IniConfig.parse() classmethod with strip_inline_comments parameter
- by default (strip_inline_comments=True), inline comments are properly stripped from values
- set strip_inline_comments=False to preserve old behavior if needed
* IniConfig() constructor maintains backward compatibility (does not strip inline comments)
* users should migrate to IniConfig.parse() for correct comment handling
* add strip_section_whitespace parameter to IniConfig.parse()
- opt-in parameter to strip Unicode whitespace from section names
- when True, strips Unicode whitespace (U+00A0, U+2000, U+3000, etc.) from section names
- when False (default), preserves existing behavior for backward compatibility
* clarify Unicode whitespace handling
- since iniconfig 2.0.0 (Python 3 only), all strings are Unicode by default
- Python 3's str.strip() has handled Unicode whitespace since Python 3.0 (2008)
- iniconfig automatically benefits from this in all supported versions (Python >= 3.10)
- key names and values have Unicode whitespace properly stripped using Python's built-in methods
[12 lines not shown]
py-libcst: updated to 1.8.6
1.8.6
* Update pyproject.toml for 3.14t
* Update PyO3 to 0.26
* Make CodemodCommand's supported_transforms order deterministic
misc/tailspin: update to 5.5.0
- Fixed a bug where the IPv6 highlighter would swallow parts of a matched, but invalid IPv6 address
- Improved unix path regex to include more valid paths
- Use aho-corasick for keyword highlighting for better performance
- Disabled Unicode support in builtin regexes for better performance
- Updated default colors for the JSON highlighter
games/chess-tui: update to 1.6.2
What's Changed
Make fen serialization follow spec by @ccapitalK in #132
Migrate to ruci by @tigerros in #139
feat: refactor handler by pages by @RaoniSilvestre in #138
ci: upload chess-tui binary to the release by @mfernd in #141
feat: bot depth cli argument by @thomas-mauran in #144
feat: end screen hiding + improve the style + fix black player selection by @thomas-mauran in #146
devel/ast-grep: update to 0.39.9
fix: do not output matched highlight when --update-all #2317
chore(deps): update dependency @ast-grep/napi to v0.39.7 d6306b1
chore(deps): update dependency oxlint to v1.26.0 85a256e
chore(deps): update dependency oxlint to v1.25.0 0c09885