Pull up following revision(s) (requested by kre in ticket #1330):
usr.bin/xinstall/xinstall.c: revision 1.131 (patch)
PR bin/58577 - install(1) -d issues
Fix issues where "install -d" (with no directory) simply
exit(0)s. That one is kind of marginal, installing nothing
when nothing is needed could be treated as OK, but the man
page does indicate in the SYNOPSIS that with -d, at least
one directory is needed (it says nothing at all about that
in the text).
Second, after creating a directory, if a later operation
(chown, chmod) fails, that is not success, a warning was
issued (good), a bad metalog was being created (bad).
That is clearly a bug (though probably doesn't happen
very often).
[29 lines not shown]
Pull up following revision(s) (requested by kre in ticket #1331):
lib/libc/locale/runetable.c: revision 1.30
lib/libc/locale/iswctype_mb.c: revision 1.15
PR lib/59067 (wctrans got error member)
Patches from the OP (ru_j217) and from RVP - see the PR
This looks to be just correcting what appear to be simple
errors in the code.
Pull up following revision(s) (requested by kre in ticket #1332):
external/mit/xorg/lib/driver.old.mk: revision 1.3
external/mit/xorg/lib/driver.mk: revision 1.10 (patch)
PR xsrc/59858 (locale fixes for xsrc)
From RVP - see the PR
Oversimplifying: this causes Mesa to use LC_NUMERIC=C when using
strtod() to parse stuff (ie: the radix char (decimal point) is '.',
regardless of the user's locale).
Pull up following revision(s) (requested by kre in ticket #1332):
external/mit/MesaLib.old/dist/src/util/strtod.c: revision 1.2
external/mit/MesaLib/dist/src/util/strtod.c: revision 1.2
PR xsrc/59858 (locale fixes for xsrc)
From RVP - see the PR
Oversimplifying: this causes Mesa to use LC_NUMERIC=C when using
strtod() to parse stuff (ie: the radix char (decimal point) is '.',
regardless of the user's locale).
nfs: On reflection, just clamp the export_args buffer to 64 KiB.
Keep it simple, just make sure userland doesn't trigger contiguous
kva allocation of more than 64 KiB.
PR kern/60645: nfssvc(2): arithmetic overflow in input array sizing
mount(8) - add -W option (like df -W)
Add a -W option to mount, to show wedge names as labels (NAME=xyzzy)
instead of /dev/dkN (and if given twice, both forms), similar to the
-W option in df(1).
nfs: Work around missing VM_MIN/MAX_KERNEL_ADDRESS in rump.
Let's get the builds unbroken before making this perfect.
PR kern/60645: nfssvc(2): arithmetic overflow in input array sizing
py-datamodel-code-generator: Import py-datamodel_code_generator-0.75.1 as wip/py-datamodel-code-generator
Generate Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct
from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw
JSON/YAML/CSV.
py-genson: Import py-genson-1.4.0 as wip/py-genson
GenSON is a powerful, user-friendly JSON Schema generator built in
Python.
GenSON's core function is to take JSON objects and generate schemas
that describe them, but it is unique in its ability to merge schemas.
It was originally built to describe the common structure of a large
number of JSON objects, and it uses its merging ability to generate a
single schema from any number of JSON objects and/or schemas.
Updated sysutils/xenkernel420 to 20260825
Updated sysutils/xentools420 to 20260825
Updated sysutils/xenstoretools to 20260825
Updated sysutils/xenkernel418 to 20260825
Updated sysutils/xentools418 to 20260825
update xenkernel420, xentools420 and xenstoretools to 20260825 (this is past
Xen 4.20.4).
pkgsrc CHANGES:
- set SHADOW_PAGING to yes because NetBSD PV guests relies on it (at last
on my hardware). Note that this is not security-supported upstream.
- update xenkernel420 DESCR and MESSAGE to reflect current state.
upstream CHANGES:
- various fixes; including better support for some hardware
- fix XSA-497, XSA-499, XSA-500, XSA-501, XSA-502, XSA-503,
XSA-504, XSA-505, XSA-506, XSA-507, XSA-508
Note that as SHADOW_PAGING is enabled, XSA-495 is not fixed.
www/wikid: update to 2.3.0
new feature(s)
spoken articles
icon on tab bar for articles with recordings available: 3fa5fa0
keybinds for playing/pausing (a) and stopping (A) the recording: 4ccdd09
bug fix(es)
corrected scroll percentage calculation: 9d32aac
optimised local search highlighting with linear span splitting: 915c156
fixed t and alt+enter not working in lists modal: 412bb9e
qol/style change(s)
focus-follows-scroll behaviour for splits: 044aebb
pkgsrc note: The package does not require any installed audio backend to build.
[3 lines not shown]
textproc/treemd: update to 0.7.0
What's Changed
docs: add agent skill and tql reference documentation for treemd by @wei840222 in #61
chore(deps): bump clap_complete from 4.6.7 to 4.6.8 by @dependabot[bot] in #62
chore(deps): bump toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 by @dependabot[bot] in #63
chore(deps): bump resvg from 0.47.0 to 0.48.1 by @dependabot[bot] in #65
chore(deps): bump open from 5.4.0 to 5.4.1 by @dependabot[bot] in #66
chore(deps): bump clap from 4.6.4 to 4.6.6 by @dependabot[bot] in #67
chore(deps): bump ureq from 3.3.0 to 3.4.0 by @dependabot[bot] in #68
chore(deps): bump clap_complete from 4.6.8 to 4.6.9 by @dependabot[bot] in #69
chore(deps): bump clap_mangen from 0.3.0 to 0.3.3 by @dependabot[bot] in #71
feat: add -n/--line-numbers flag to append heading line ranges by @ebertti in #73
chore(ci): group Cargo patch bumps into one Dependabot PR by @nicholasjpaterno in #74
feat(tui): add code fence and background options by @nicholasjpaterno in #77
update xenkernel418 and xentools418 to 20260825 (bringing in Xen 4.18.6).
pkgsrc CHANGES:
- set SHADOW_PAGING to yes because NetBSD PV guests relies on it (at last
on my hardware). Note that this is not security-supported upstream.
- update xenkernel418 DESCR and MESSAGE to reflect current state.
upstream CHANGES: fix XSA-497, XSA-499, XSA-500, XSA-501, XSA-502, XSA-503,
XSA-504, XSA-505, XSA-506, XSA-507, XSA-508
Note that as SHADOW_PAGING is enabled, XSA-495 is not fixed.
sysutils/mirador: update to 1.8.0
1.8.0 - 2026-08-25
Added
Six more bundled themes, chosen light-first. The first six ports were all dark, so this batch is five light and one dark: solarized-light, gruvbox-light, catppuccin-latte, rose-pine-dawn, everforest-light, and kanagawa (Wave). Each is a port in the established sense — hex values from the palette's own specification, cited in the file, with the mapping mirroring its dark sibling where one exists and body text left on the terminal's own foreground. Light themes start their graph ramps light, so an idle chart recedes into a pale background.
Changed
NetBSD appears in the platform badge and the install table, pointing at pkgsrc's sysutils/mirador — the community package that arrived with 1.6.1's fix.
1.7.0 - 2026-08-25
Added
The markets panel colours a row by the size of the day's move. The change, percentage and sparkline now take their colour from the theme's gain_gradient / loss_gradient ramps, saturating at a 2% move — a drifting tenth of a percent sits at the ramp's dark desaturated foot instead of shouting the same green or red as a crash. Flat and stale rows stay muted, exactly as before. This is what those two theme keys were reserved for; themes that already set them light up unchanged.
Changed
The shipped config now documents external panels, so --print-config and a first run's config.toml finally show [[plugins]], alongside newly documented clamps and floors and two reserved theme gradient keys. A documentation-review pass also corrected the protocol specification (undocumented bounds an SDK author could trip on, two wrong claims about cursor and mouse handling), the README (the config file's real name, the three persistence destinations, NetBSD via pkgsrc's sysutils/mirador in the install section) and CONTRIBUTING (the widget checklist's missing layout step, the shared fetch helper).
ureq's declared floor is 3.4.0, the version every release since 1.5.1 has actually shipped; the 1.5.1 entry announced the bump but the manifest minimum was never raised.
sysutils/dua-cli: update to 2.43.0
Thanks to our contributors, there are not one, but two (a joke, a human is writing this with fleshy fingers :D) headline features:
1. dua aggregate --depth N shows an indented tree-like view, instead of a flat list
2. dua aggregate --stack | inferno-flamegraph > fire.svg outputs a flame-graph compatible stack listing, for pretty visualisations of the directory. It also works with --depth N.
On the side, on macOS, the bytes output of dua now matches du byte-perfectly, and for the first time it's possible to pipe dua
output into a file without terminal escape sequences (why did this take me so long again?).
New Features
Add dua aggregate --depth N for indented tree output
Bug Fixes
don't output colors when stdout isn't a terminal.
This facilitates piping into a file.
--stats printed the u128 sentinel as the smallest file size
The sentinel reset was guarded by entries_traversed == 0, but an entry
[4 lines not shown]