qtcreator: updated to 20.0.1
20.0.1
The release improves tool detection and the default session directory for chats in the AI Agent Client Protocol integration, fixes various issues with CMake Presets as well as some crashes, and contains various other improvements.
dialog: updated to 1.3.20260721
2026/07/21
+ correct order of sprintf parameters for token-count error messages
(patch by Xinting Zhou).
+ updated cs.po, zh_CN.po from
https://translationproject.org/latest/dialog/
py-zope.i18nmessageid: updated to 8.3
8.3 (2026-08-20)
- Add support for Python 3.15.
- Add support for automatically building and publishing Windows/ARM64 wheels.
- Add support for automatically building and publishing source distributions.
py-zope.hookable: updated to 8.3
8.3 (2026-08-20)
- Add support for Python 3.15.
- Add support for automatically building and publishing Windows/ARM64 wheels.
- Add support for automatically building and publishing source distributions.
clang: https://reviews.llvm.org/D70048 was never merged for lld
nor was it added to the pkgsrc package; so nb.lld doesn't exist.
Fixes `-fuse-ld=<name>`.
From ci4ic4 via wip.
Bump PKGREVISION.
sysutils/lla: update to 0.6.4
[0.6.4] - 2026-08-21
Added
Official Windows AMD64 and ARM64 executables now ship with native and WASM
plugin support, matching prebuilt plugin .zip archives, native CI coverage,
and statically linked MSVC runtimes.
A checksum-verifying PowerShell installer supports latest or pinned releases,
custom installation directories, and optional user PATH updates.
Changed
Filesystem metadata and permission formatting now compile portably on Windows;
Windows uses deterministic synthetic permission bits and reports unavailable
Unix-only metadata as empty machine fields or - in human output.
lla upgrade recognizes Windows AMD64/ARM64 .exe assets and safely replaces
the running executable.
[64 lines not shown]
devel/serie: update to 0.8.2
What's Changed
Resolve author and committer names through .mailmap by @ChrisJr404 in #162
Accept lowercase enum values in config by @lusingander in #163
devel/gitpane: update to 0.13.0
[0.13.0] - 2026-08-19
Added
The git graph is now cached per repo: switching back to a repo that was recently viewed restores its built rows instantly instead of reopening the repository, re-walking up to 200 commits, and diffing trees for stats. The cache is keyed by repo path plus the build-shaping options (branch filter, first-parent, ref/author filters, stats toggle), invalidated when a status refresh shows the repo's rendered refs/HEAD moved (even for repos that aren't selected, so a later switch never resurrects stale rows), evicted least-recently-used with a bounded capacity, and bypassed by the explicit g reload and live worktree refreshes. Rendered graph rows are cached too: the stable part of each line (lane prefix, labels, id, message, author) is rebuilt only when the row, theme, label width, or search highlight changes, with the relative-time tail (and one clock read per frame instead of one per row) recomputed fresh every frame. Thanks @expoli.
New --cwd flag scans the directory you are already standing in for repos for that run only, as a run-local override of root_dirs that is never written back to config.toml — unlike --root's old behaviour, the override is stored separately and save() does not serialize it, so pinning/removing/rescanning a repo or committing a theme can't leak the override into the saved config. --cwd is a plain boolean (it resolves to an absolute current_dir()), so it doesn't swallow a following subcommand: gitpane --cwd diagnostic works, and explicit paths stay with --root. When both are given, --cwd wins. Thanks @expoli.
Changed
Repos now list their worktrees from startup instead of hiding them behind w. New users could not tell gitpane tracked worktrees at all until they found the key, and there was nothing to gain by hiding them: worktree data is already fetched for every repo on every status poll, so expanding costs no extra work. w still toggles, a collapse sticks for the session, and creating a worktree re-expands its repo so the new row is visible when it lands. Set [ui] expand_worktrees = false to start every repo collapsed, which is useful when many repos with many worktrees make the list too tall. Reported by @isaacimholt.
Fixed
A configured root dir that doesn't exist on disk is no longer silently skipped: the Repositories panel shows a persistent root does not exist: <path> hint above the list for the whole session, so a stale or mistyped root_dirs entry can't quietly shrink (or empty) the workspace with no explanation. Discovery itself is unchanged; previously only gitpane diagnostic surfaced it. Thanks @expoli.
tailscale: update to 1.102.3
- Tailscale refuses host-scoped IPv4 destinations at every point that
acts on an unmapped 4via6 address. This fix addresses a security
vulnerability described in TS-2026-011.
- When MagicDNS is disabled, unqualified hostnames are correctly
forwarded to the configured nameservers.
- Resolved an issue where nodes with Tailnet Lock enabled on large
tailnets would experience startup failures.