NetBSD/pkgsrc-wip eb6b69bunifi Makefile COMMIT_MSG, unifi10 Makefile COMMIT_MSG

unifi: Move from unifi10

Earlier we had multiple versions in wip during a difficult 7->10
upgrade.  Now we have 10.1 in pkgsrc and 10.6 in wip, and UBNT is
headed to Unifi OS.  There's no reason to have a different name.
DeltaFile
+0-6,601unifi10/PLIST
+6,601-0unifi/PLIST
+0-141unifi10/COMMIT_MSG
+141-0unifi/COMMIT_MSG
+0-125unifi10/Makefile
+125-0unifi/Makefile
+6,867-6,86723 files not shown
+6,996-6,99629 files

NetBSD/pkgsrc-wip 1e4727eunifi10 Makefile

unifi10: Drop openjdk17 and explain non-working status

Upstream uses jdk25, class file version 69.0, and openjdk21 has 65.0.

Drop openjdk17 (which only supports class file version 61.0).

await async_request_package("openjdk25");
DeltaFile
+8-1unifi10/Makefile
+8-11 files

NetBSD/pkgsrc cWQIM9Mwww/firefox mozilla-common.mk PLIST

   firefox: fix packaging lists for non-x86

   Restore (further) conditional PLIST content lost in the update to 154.
VersionDeltaFile
1.195+4-3www/firefox/PLIST
1.323+1-2www/firefox/mozilla-common.mk
+5-52 files

NetBSD/pkgsrc-wip 4b11e89. TODO

TODO: - llama.cpp-0.3.0, done.
DeltaFile
+0-1TODO
+0-11 files

NetBSD/pkgsrc-wip fbaae13apel-git Makefile, cask Makefile

*: guess supported emacs versions, remove obsolete ones
DeltaFile
+0-12tc/Makefile
+0-12tc-git/Makefile
+1-2emacs-w3m-cvs/Makefile
+2-1emacs-w3m/Makefile
+1-1cask/Makefile
+1-1apel-git/Makefile
+5-296 files

NetBSD/pkgsrc-wip ee6bad8unifi10 Makefile distinfo

unifi10: Update to 10.6.101 (NOT TESTED!!)
DeltaFile
+5,409-5,024unifi10/PLIST
+111-328unifi10/COMMIT_MSG
+0-64unifi10/changelog
+3-3unifi10/distinfo
+1-1unifi10/Makefile
+5,524-5,4205 files

NetBSD/pkgsrc-wip 3cf75b0CodeWhale Makefile distinfo

Update misc/CodeWhale to v.0.9.11
DeltaFile
+3-3CodeWhale/distinfo
+1-1CodeWhale/Makefile
+4-42 files

NetBSD/pkgsrc-wip 00f3510leaves Makefile distinfo

leaves: Remove test DIST_SUBDIR
DeltaFile
+972-972leaves/distinfo
+0-1leaves/Makefile
+972-9732 files

NetBSD/pkgsrc-wip f2623fcleaves PLIST DESCR

leaves: Initial package 0.2.0 (cross)
DeltaFile
+974-0leaves/distinfo
+325-0leaves/cargo-depends.mk
+20-0leaves/Makefile
+10-0leaves/COMMIT_MSG
+8-0leaves/DESCR
+2-0leaves/PLIST
+1,339-06 files

NetBSD/pkgsrc JPLNGBKnet/lagrange PLIST.Darwin Makefile

   Make net/lagrange build on Darwin
VersionDeltaFile
1.34+12-2net/lagrange/Makefile
1.1+5-0net/lagrange/PLIST.Darwin
+17-22 files

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