devel/xwpe: Update to 1.6.9 and take maintainership
Port changes:
- switch to new upstream at Codeberg.org
- update WWW and package description
- remove obsolete patches and post-patch target
- add new dependencies for the modern UI and features
Changelog: https://codeberg.org/mendezr/xwpe/src/tag/v1.6.9/CHANGELOG
PR: 296205
Reported by: Juan M. Méndez Rey <juan.mendezr at proton.me> (new maintainer)
shells/oh-my-posh: update to 30.6.5
Bug Fixes
pwsh: emit ASCII-safe init output for non-ASCII paths (e458c6e)
serve: forward the full environment to the streaming daemon (4709f3e), closes #7792
status: end segments correctly (3c2976d)
[lldb][AArch64][Linux] Add function to get size of register set (#213976)
Another one to be used in a generic read/write function later.
Replaces all the Get<thing>Size() methods.
devel/gitpane: update to 0.10.4
[0.10.4] - 2026-08-12
Added
A repository focus mode, toggled with f, dims repositories other than the selected one while keeping the selected repository's worktree and stash rows bright. The help overlay now stays within the terminal when showing the additional command.
Fixed
A–Z and Z–A sorting now remains stable when watcher-driven discovery runs. Pinned and nested repositories no longer jump back to scanner basename order several seconds after an explicit sort.
Repository discovery now preserves the selected repository when the discovered set changes instead of moving the selection to the first row.
Stash messages remain readable in focus mode instead of using the same hardcoded gray appearance as dimmed rows.
Updated lru to 0.18.2 to address RUSTSEC-2026-0253, a potential use-after-free in LruCache::pop() inherited through ratatui.
[flang][PFT-to-MLIR] Do not wrap the DO of an OpenMP loop construct
A DO attached to an OpenMP loop directive is driven directly into the
loop op by OpenMPLoopConstruct lowering, so folding it into an
scf.execute_region hides the iteration from that op and crashes lowering
when the loop body is unstructured.
Extend the wrappability check with isOmpLoopBody(), the OpenMP analogue
of the existing isAccLoopBody(): the immediate body DO, or one of the N
associated iterator DOs under collapse(N) / ordered(N), is not wrappable.
The shared parts of both checks -- collecting the enclosing DO chain,
evaluating a clause's loop count, and the depth test -- are factored into
helpers.
Co-authored-by: Claude Opus 5 (1M context) <noreply at anthropic.com>
[clang][ASTImporter] Remove type from ImportedTypes cache on Decl import failure (#214008)
A TagDecl's type can get cached as successfully imported in
ASTImporter::ImportedTypes before the Decl's own import fails, if a
member referencing the type (e.g. an implicit copy constructor) is
imported first. If this type entry is not removed it can result in
reference to the failed TagDecl (for example at structural-equivalence
comparisons on a lambda closure that is shown in the added test).
With the fix the type is removed from ImportedTypes which fixes
crashes related to accessing an incompletely imported AST node.
py-unearth: updated to 0.18.3
0.18.3
Features
cli: Download packages without unpacking
Bug Fixes
Update actions/checkout and setup actions to v6
Support packaging 26.0 changes
Prevent tar-slip via path traversal and symlink escape in _untar_archive
Complete path traversal protection by replacing os.makedirs with safe_makedirs
net-im/mautrix-whatsapp: Update to 0.2607.0
Changelog: https://github.com/mautrix/whatsapp/blob/v0.2607.0/CHANGELOG.md
- Added support for the extra passkey authentication step when logging in.
- Added support for newer versions of poll messages from WhatsApp.
- Fixed poll votes in DMs.
PR: 296902
Reported by: Jordan Ostreff <jordan at ostreff.info>
Approved by: Julian Weigt <juw at posteo.de> (maintainer, timeout >3 weeks)
py-progressbar2: updated to 4.6.0
4.6.0
Performance
progressbar.progressbar() now auto-dispatches to a lean fast path for the common wrap-a-loop case, and an integer update gate keeps gated iterations to an increment, a compare and a store
Optional native iterator accelerator: pip install 'progressbar2[fast]'. See benchmarks/report.md for the numbers against tqdm, rich, alive-progress and click.
Features
tqdm-style arguments on progressbar(): desc, total, unit, unit_scale and postfix.
MultiBar(join_timeout=...) bounds the wait for unfinished bars on with-block exit.
TERM-based color detection generalized beyond xterm variants
AttributeDict is generic over its value type.
Fixes
28 bugs found in a full audit of the bar, widgets, MultiBar and the CLI
[12 lines not shown]