NetBSD/pkgsrc-wip ef42deacrush Makefile distinfo

crush: Update to 0.91.2

Changelog
Fixed
82557e2: fix(mcp): fix sessionless mcp servers (e.g. github mcp) (#3651) (@andreynering)
460a877: fix: preserve first line indentation in tool call previews (#3652) (@andreynering)
75962c4: fix: weird indentation on code blocks (#3642) (@andrinoff)
DeltaFile
+4-12crush/COMMIT_MSG
+3-3crush/distinfo
+1-1crush/Makefile
+8-163 files

NetBSD/src G4vtbzEdoc CHANGES-10.2

   Tickets #1330 - #1332
VersionDeltaFile
1.1.2.126+20-1doc/CHANGES-10.2
+20-11 files

NetBSD/src s6fq9Wcusr.bin/xinstall xinstall.c

   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]
VersionDeltaFile
1.126.6.1+25-12usr.bin/xinstall/xinstall.c
+25-121 files

NetBSD/src QWKDERXlib/libc/locale iswctype_mb.c runetable.c

   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.
VersionDeltaFile
1.29.36.1+4-4lib/libc/locale/runetable.c
1.13.38.1+3-3lib/libc/locale/iswctype_mb.c
+7-72 files

NetBSD/src wgkQjpbexternal/mit/xorg/lib driver.old.mk driver.mk

   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).
VersionDeltaFile
1.2.2.1+2-1external/mit/xorg/lib/driver.old.mk
1.4.8.1+2-1external/mit/xorg/lib/driver.mk
+4-22 files

NetBSD/xsrc ijOSe22external/mit/MesaLib.old/dist/src/util strtod.c, external/mit/MesaLib/dist/src/util strtod.c

   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).
VersionDeltaFile
1.1.1.1.4.1+1-1external/mit/MesaLib/dist/src/util/strtod.c
1.1.1.1.2.1+1-1external/mit/MesaLib.old/dist/src/util/strtod.c
+2-22 files

NetBSD/pkgsrc YkIyppwinputmethod/mozc-elisp226 Makefile, inputmethod/skk Makefile

   *: guess supported emacs versions, remove removed ones
VersionDeltaFile
1.112+3-5mail/mew/Makefile
1.46+3-5inputmethod/skk/Makefile
1.358+3-4mk/defaults/mk.conf
1.7+3-4misc/bbdb3/Makefile
1.33+4-3mail/mailcrypt/Makefile
1.25+2-4inputmethod/mozc-elisp226/Makefile
+18-2510 files not shown
+38-5016 files

NetBSD/pkgsrc-wip fdae089py-electrum Makefile COMMIT_MSG

py-electrum: Update to 4.8.1
DeltaFile
+3-3py-electrum/distinfo
+1-1py-electrum/Makefile
+1-1py-electrum/COMMIT_MSG
+5-53 files

NetBSD/src x1TSBS9sys/nfs nfs_var.h nfs_export.c

   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
VersionDeltaFile
1.170+4-49sys/nfs/nfs_syscalls.c
1.65+2-9sys/nfs/nfs_export.c
1.99+1-2sys/nfs/nfs_var.h
+7-603 files

NetBSD/src fVdMCSpsbin/mount mount.8

   mount(8) - document the -o rw option.

   No idea how this one has been absent all this time, and not missed.
VersionDeltaFile
1.96+7-1sbin/mount/mount.8
+7-11 files

NetBSD/src 7ykN6eysbin/mount mount.8 mount.c

   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).
VersionDeltaFile
1.109+38-13sbin/mount/mount.c
1.95+22-3sbin/mount/mount.8
+60-162 files

NetBSD/src iN9BRqSsys/nfs nfs_syscalls.c

   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
VersionDeltaFile
1.169+3-6sys/nfs/nfs_syscalls.c
+3-61 files

NetBSD/pkgsrc-wip 6700907. Makefile

wip: Add py-datamodel-code-generator
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 63cfbe5py-datamodel-code-generator ALTERNATIVES DESCR

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.
DeltaFile
+391-0py-datamodel-code-generator/PLIST
+33-0py-datamodel-code-generator/Makefile
+5-0py-datamodel-code-generator/distinfo
+3-0py-datamodel-code-generator/DESCR
+1-0py-datamodel-code-generator/ALTERNATIVES
+433-05 files

NetBSD/pkgsrc-wip 2eabd25. Makefile

wip: Add py-genson
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc-wip 4e52002py-genson distinfo DESCR

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.
DeltaFile
+43-0py-genson/PLIST
+18-0py-genson/Makefile
+8-0py-genson/DESCR
+5-0py-genson/distinfo
+74-04 files

NetBSD/pkgsrc-wip 03423e7oras TODO

oras: Add reference to CVE-2026-55588
DeltaFile
+2-0oras/TODO
+2-01 files

NetBSD/pkgsrc OdtOmTBdoc CHANGES-2026

   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
VersionDeltaFile
1.5550+6-1doc/CHANGES-2026
+6-11 files

NetBSD/pkgsrc 7EzTla5sysutils/xenkernel420 Makefile MESSAGE, sysutils/xentools420 version.mk distinfo

   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.
VersionDeltaFile
1.2+11-1sysutils/xenkernel420/DESCR
1.6+4-4sysutils/xentools420/version.mk
1.7+4-4sysutils/xentools420/distinfo
1.7+4-4sysutils/xenkernel420/distinfo
1.2+4-1sysutils/xenkernel420/MESSAGE
1.4+3-1sysutils/xenkernel420/Makefile
+30-151 files not shown
+31-177 files

NetBSD/pkgsrc RRFhmH9doc CHANGES-2026

   doc: Updated www/wikid to 2.3.0
VersionDeltaFile
1.5549+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yQRIUCLwww/wikid cargo-depends.mk Makefile

   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]
VersionDeltaFile
1.2+4-4www/wikid/distinfo
1.3+2-2www/wikid/Makefile
1.2+0-0www/wikid/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc mwhtfhRdoc CHANGES-2026

   doc: Updated textproc/treemd to 0.7.0
VersionDeltaFile
1.5548+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc gZvxTyltextproc/treemd Makefile cargo-depends.mk

   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
VersionDeltaFile
1.23+58-217textproc/treemd/distinfo
1.23+18-71textproc/treemd/cargo-depends.mk
1.24+2-2textproc/treemd/Makefile
+78-2903 files

NetBSD/pkgsrc-wip 6d5b14fpdsh DESCR distinfo

pdsh: remove, imported to pkgsrc
DeltaFile
+0-47pdsh/COMMIT_MSG
+0-30pdsh/Makefile
+0-14pdsh/PLIST
+0-5pdsh/distinfo
+0-4pdsh/DESCR
+0-1005 files

NetBSD/pkgsrc ea0VzEPsysutils/xenkernel418 Makefile MESSAGE, sysutils/xentools418 version.mk distinfo

   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.
VersionDeltaFile
1.2+11-1sysutils/xenkernel418/DESCR
1.10+4-4sysutils/xentools418/version.mk
1.13+4-4sysutils/xentools418/distinfo
1.13+4-4sysutils/xenkernel418/distinfo
1.2+4-1sysutils/xenkernel418/MESSAGE
1.8+3-1sysutils/xenkernel418/Makefile
+30-151 files not shown
+31-177 files

NetBSD/pkgsrc WqrJxtWdoc CHANGES-2026

   doc: Updated sysutils/mirador to 1.8.0
VersionDeltaFile
1.5547+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0JYrSovsysutils/mirador Makefile distinfo

   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.
VersionDeltaFile
1.2+4-4sysutils/mirador/distinfo
1.2+2-2sysutils/mirador/Makefile
+6-62 files

NetBSD/pkgsrc ihyzrgmgraphics/shaderc buildlink3.mk

   shaderc: added buildlink3.mk
VersionDeltaFile
1.1+13-0graphics/shaderc/buildlink3.mk
+13-01 files

NetBSD/pkgsrc PTdyyePdoc CHANGES-2026

   doc: Updated sysutils/dua-cli to 2.43.0
VersionDeltaFile
1.5546+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 6EJXqL7sysutils/dua-cli cargo-depends.mk distinfo

   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]
VersionDeltaFile
1.56+4-4sysutils/dua-cli/distinfo
1.56+4-4sysutils/dua-cli/Makefile
1.43+0-0sysutils/dua-cli/cargo-depends.mk
+8-83 files