NetBSD/pkgsrc-wip a5be29ezimh TODO Makefile

zimh: updte to 0.0.0.2026.05.25.00
DeltaFile
+0-6zimh/TODO
+2-2zimh/Makefile
+2-82 files

NetBSD/src TtCMWO7sys/kern kern_hook.c

   Rename the needlessly over-descriptive and at the same time somewhat
   non-descriptive "struct powerhook_desc" to just "struct powerhook".
VersionDeltaFile
1.18+10-10sys/kern/kern_hook.c
+10-101 files

NetBSD/src 68ApjRAsys/dev/dkwedge dk.c, sys/kern kern_hook.c kern_subr.c

   Add "rootspec" hooks.  These hooks add a generic mechanism for
   devices to advertise extra root device choices.  Use these to
   replace wedge-specific code in sys/kern/kern_subr.c .

   XXX todo: rootspec configuraton can be unloaded after the root
   filesystem is mounted, and rootspechook_establish() calls after
   the root filesystem is mounted could then be a no-op.

   Thanks riastradh@, mlelstv@ and chs@ for reviews and comments.
VersionDeltaFile
1.17+106-2sys/kern/kern_hook.c
1.175+34-4sys/dev/dkwedge/dk.c
1.233+7-28sys/kern/kern_subr.c
1.308+10-2sys/sys/systm.h
+157-364 files

NetBSD/src vTaf887sys/dev/dkwedge dk.c, sys/dev/flash flash.c

   Add a cfattach device flag specifying that the device has no partitions.
   Use this flag in the "dk" and "flash" drivers.  The new device flag
   can be checked with the device_has_partitions() function.  Removes
   device-specific knowledge about which devices have partitions from
   sys/kern/kern_subr.c .
VersionDeltaFile
1.232+11-20sys/kern/kern_subr.c
1.21+16-2sys/kern/subr_device.c
1.20+5-4sys/dev/flash/flash.c
1.174+3-3sys/dev/dkwedge/dk.c
1.194+3-1sys/sys/device.h
+38-305 files

NetBSD/pkgsrc WtNqXPntextproc/R-openxlsx Makefile distinfo, textproc/R-openxlsx/patches patch-src_Makevars

   (textproc/R-openxlsx) Fix build against R 4.6.0
VersionDeltaFile
1.1+14-0textproc/R-openxlsx/patches/patch-src_Makevars
1.5+3-1textproc/R-openxlsx/Makefile
1.6+2-1textproc/R-openxlsx/distinfo
+19-23 files

NetBSD/pkgsrc 50c9Veetextproc/R-readstata13 Makefile distinfo, textproc/R-readstata13/patches patch-src_Makevars

   (textproc/R-readstata13) Fix build against R 4.6.0
VersionDeltaFile
1.1+19-0textproc/R-readstata13/patches/patch-src_Makevars
1.5+3-1textproc/R-readstata13/Makefile
1.7+2-1textproc/R-readstata13/distinfo
+24-23 files

NetBSD/pkgsrc imj6ucNdoc CHANGES-2026

   Updated devel/py-cbor2, security/vaultwarden, devel/buf
VersionDeltaFile
1.3290+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc iEE9q08devel/buf distinfo go-modules.mk

   buf: updated to 1.70.0

   1.70.0 - 2026-05-25

   - Add LSP completion for `buf.gen.yaml`, `buf.yaml`, and `buf.policy.yaml` files.
   - Fix LSP `textDocument/documentSymbol` marking every symbol as deprecated.
   - Add error for when a dependency is added to `buf.yaml` and is missing from `buf.lock`.
   - Update the `PROTOVALIDATE` lint rule support checking `NaN` in `const`, `in`, `not_in`,
     `gt`, `gte`, `lt` and `lte` rules for `float` and `double` fields.
   - Update the `PROTOVALIDATE` lint rule support to check `(buf.validate.message).oneof` rules
     and make sure they are well-formed and valid.
VersionDeltaFile
1.7+142-160devel/buf/distinfo
1.7+46-52devel/buf/go-modules.mk
1.15+2-3devel/buf/Makefile
+190-2153 files

NetBSD/pkgsrc QTOc9INsecurity/vaultwarden distinfo PLIST

   vaultwarden: updated to 1.36.0

   1.36.0

   Security Fixes

   This release contains security fixes for the following advisories. We strongly advice to update as soon as possible.

   SSO Login CSRF
   GHSA-pfp2-jhgq-6hg5
   GHSA-w6h6-8r66-hcv7
   User/Organization Enumeration
   GHSA-hxqh-ff5p-wfr3
   SSO existing-user binding
   GHSA-j4j8-gpvj-7fqr
   GHSA-6x5c-84vm-5j56
   SSRF via Icon Endpoint
   GHSA-72vh-x5jq-m82g
   Some crate's updated and other minor security enhancements

    [29 lines not shown]
VersionDeltaFile
1.18+106-106security/vaultwarden/distinfo
1.10+34-52security/vaultwarden/PLIST
1.15+33-33security/vaultwarden/cargo-depends.mk
1.26+2-3security/vaultwarden/Makefile
1.11+2-2security/vaultwarden/options.mk
+177-1965 files

NetBSD/pkgsrc 4AIsIJHdevel/py-cbor2 distinfo cargo-depends.mk

   py-cbor2: updated to 6.1.1

   **6.1.1** (2026-05-14)

   - Fixed ``cbor2.load()`` returning corrupted data for payloads exceeding 4096 bytes

   **6.1.0** (2026-05-12)

   - Added the ``allow_duplicate_keys`` parameter to :class:`CBORDecoder`, :func:`load` and
     :func:`loads` (default: ``True``). When set to ``False``, a :exc:`CBORDecodeError` is raised
     upon encountering a duplicate key within the same map.
   - Added support for decoding from any object supporting the buffer API (e.g. ``memoryview`` or
     ``bytearray``) in addition to ``bytes``
   - Fixed compatibility issues with 32-bit systems
VersionDeltaFile
1.16+79-4devel/py-cbor2/distinfo
1.1+27-0devel/py-cbor2/cargo-depends.mk
1.5+3-20devel/py-cbor2/PLIST
1.18+9-4devel/py-cbor2/Makefile
+118-284 files

NetBSD/pkgsrc pom1q7zmath/R-energy Makefile distinfo, math/R-energy/patches patch-src_Makevars

   (math/R-energy) Fix build against R 4.6.0
VersionDeltaFile
1.1+18-0math/R-energy/patches/patch-src_Makevars
1.7+2-1math/R-energy/Makefile
1.8+2-1math/R-energy/distinfo
+22-23 files

NetBSD/pkgsrc HneWUDwdoc CHANGES-2026

   doc: Updated math/R-RcppArmadillo to 15.2.6.1
VersionDeltaFile
1.3289+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bDLNF4Pmath/R-RcppArmadillo distinfo Makefile, math/R-RcppArmadillo/patches patch-src_Makevars.in

   (math/R-RcppArmadillo) Updated 14.2.3.1 to 15.2.6.1
   (pkgsrc)
    - Fix build against R 4.6.0
      by adding patch for /usr/lib/execinfo for "backtrace_symbols"
    - configure claims gcc-7.5 is too old

   (upstream)
   News for Package 'RcppArmadillo'

   Changes in RcppArmadillo version 15.2.6-1 (2026-04-20):

           * Upgraded to Armadillo release 15.2.6 (Medium Roast Deluxe)

               * Ensure internally computed tolerances are not 'NaN'

           * The 'rmultinom' deploys 'Kahan summation' as R-devel does
             now.

   Changes in RcppArmadillo version 15.2.5-1 [github-only] (2026-04-18):

    [149 lines not shown]
VersionDeltaFile
1.1+18-0math/R-RcppArmadillo/patches/patch-src_Makevars.in
1.11+5-4math/R-RcppArmadillo/distinfo
1.11+6-2math/R-RcppArmadillo/Makefile
+29-63 files

NetBSD/src LiOajL1usr.sbin/moused moused.8

   moused.8: emphasize that this is the _serial_ mouse daemon

   NetBSD now has multiple "mouse daemons" (see wsmoused(8)) and the
   some of the assumptions from the past no longer hold - make it very
   super obvious in the initial description that this isn't anything like
   FreeBSD's moused.
VersionDeltaFile
1.10+5-6usr.sbin/moused/moused.8
+5-61 files

NetBSD/pkgsrc AhaLIfKmath/R-minqa Makefile distinfo, math/R-minqa/patches patch-src_Makevars

   (math/R-minqa) Fix build for R 4.6.0 (Re: execinfo)
VersionDeltaFile
1.1+16-0math/R-minqa/patches/patch-src_Makevars
1.8+3-1math/R-minqa/Makefile
1.8+2-1math/R-minqa/distinfo
+21-23 files

NetBSD/src Kcnzu2hsys/dev/pci gffb.c radeonfb.c

   use BUS_SPACE_MAP_PREFETCHABLE when mapping the dumb framebuffer
VersionDeltaFile
1.36+3-3sys/dev/pci/gffb.c
1.122+3-3sys/dev/pci/radeonfb.c
+6-62 files

NetBSD/pkgsrc XD7mw0Fgeography/R-s2 Makefile distinfo, geography/R-s2/patches patch-src_Makevars.in

   (geography/R-s2) Fix build for R 4.6.0 (Re: execinfo)
VersionDeltaFile
1.1+22-0geography/R-s2/patches/patch-src_Makevars.in
1.8+3-1geography/R-s2/Makefile
1.7+2-1geography/R-s2/distinfo
+27-23 files

NetBSD/pkgsrc byvrBLadoc CHANGES-2026

   Updated net/gssdp, net/gupnp, net/gupnp-av
VersionDeltaFile
1.3288+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc 1m4eA6Cnet/gupnp-av distinfo Makefile

   gupnp-av: updated to 0.14.5

   0.14.5 (stable)

   - Fix missing chain-up in SearchCriteriaParser
VersionDeltaFile
1.15+4-4net/gupnp-av/distinfo
1.72+2-3net/gupnp-av/Makefile
1.10+2-2net/gupnp-av/PLIST
+8-93 files

NetBSD/pkgsrc RTQ1LHDnet/gupnp distinfo Makefile

   gupnp: updated to 1.6.10

   1.6.10 (stable)

   Require GSSDP >= 1.6.5

   - Context: Reuse allocated TCP socket from GSSDP Client
     for web server
   - Context: Do not leak GError in ACL handler
   - Fix IPv6 host header validation
VersionDeltaFile
1.35+4-4net/gupnp/distinfo
1.105+3-3net/gupnp/Makefile
1.16+2-2net/gupnp/PLIST
+9-93 files

NetBSD/pkgsrc 7A186apnet/gssdp distinfo Makefile

   gssdp: updated to 1.6.5

   1.6.5 (stabe)
   - Block corresponding TCP socket when allocating UDP socket

   1.6.4 (stable)
   - Fix build path leaking into code
   - Fix issues with Since: and Deprecated: declarations in documentation

   1.6.3 (stable)
   - Do not crash if socket receive fails
   - Do not leak local address in SocketSource
VersionDeltaFile
1.23+4-4net/gssdp/distinfo
1.119+2-3net/gssdp/Makefile
1.9+2-2net/gssdp/PLIST
+8-93 files

NetBSD/pkgsrc E0gE5CYdoc CHANGES-2026

   Updated www/py-python-multipart, textproc/py-mdit-py-plugins
VersionDeltaFile
1.3287+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc SbUJZL8textproc/py-mdit-py-plugins PLIST distinfo

   py-mdit-py-plugins: updated to 0.6.1

   0.6.1 - 2026-05-13

   - FIX: Nested field lists incorrectly nesting inside parent containers

     Field lists inside list items (or other indented containers) would recursively nest each field inside the previous one, instead of being siblings.

   0.6.0 - 2026-05-07

   - NEW: Add GFM autolink and composite GFM plugins

     The `gfm_autolink` plugin implements [GFM autolink literals](https://github.github.com/gfm/#autolinks-extension-),
     auto-linking URLs and email addresses without requiring angle brackets:

     ```markdown
     Visit www.example.com or contact user at example.com
     ```


    [15 lines not shown]
VersionDeltaFile
1.4+19-1textproc/py-mdit-py-plugins/PLIST
1.5+4-4textproc/py-mdit-py-plugins/distinfo
1.7+2-3textproc/py-mdit-py-plugins/Makefile
+25-83 files

NetBSD/pkgsrc koja4x0www/py-python-multipart distinfo Makefile

   py-python-multipart: updated to 0.0.29

   0.0.29 (2026-05-17)

   * Handle malformed RFC 2231 continuations in `parse_options_header`

   0.0.28 (2026-05-10)

   * Speed up partial-boundary tail scan via `bytes.find`
   * Cap multipart boundary length at 256 bytes
VersionDeltaFile
1.12+4-4www/py-python-multipart/distinfo
1.16+2-2www/py-python-multipart/Makefile
+6-62 files

NetBSD/pkgsrc 9Z4xGG4doc CHANGES-2026

   Updated textproc/py-sphinxcontrib-[httpdomain,phpdomain]
VersionDeltaFile
1.3286+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc f8YhqZmtextproc/py-sphinxcontrib-phpdomain PLIST distinfo

   py-sphinxcontrib-phpdomain: updated to 0.15.2

   0.15.2

   * Removed usage of `pkg_resources` and converted to an implicit namespace package.
   * Fixed build warnings related to license metadata.

   0.15.1

   * Tagged the wrong branch for 0.15.0
   * Fixed missing build dep

   0.15.0

   * Expand compatibled version range for sphinx 9.x
VersionDeltaFile
1.3+4-6textproc/py-sphinxcontrib-phpdomain/PLIST
1.2+4-4textproc/py-sphinxcontrib-phpdomain/distinfo
1.3+3-3textproc/py-sphinxcontrib-phpdomain/Makefile
+11-133 files

NetBSD/pkgsrc C9gErNrtextproc/py-sphinxcontrib-httpdomain PLIST Makefile

   py-sphinxcontrib-httpdomain: updated to 2.0.0

   2.0.0

   Breaking changes

   Dropped support for Python 3.9 and older.
   Switched to implicit (native) namespace for sphinxcontrib.

   Major changes

   Added support for Python 3.10 up to 3.14.
   Adjusted a unit test regular expression for :file:`bottle_test.py`.
   Use MDN documentation for information about HTTP status codes instead of w3.org.
   Added :addtoc: option for http directives to register HTTP API endpoints and display them in the page-level table of contents.

   Internal

   Added Dependabot configuration.

    [16 lines not shown]
VersionDeltaFile
1.3+4-7textproc/py-sphinxcontrib-httpdomain/PLIST
1.9+4-6textproc/py-sphinxcontrib-httpdomain/Makefile
1.2+4-4textproc/py-sphinxcontrib-httpdomain/distinfo
+12-173 files

NetBSD/pkgsrc OXIi06adoc CHANGES-2026

   Updated www/py-httptools, www/py-uvicorn
VersionDeltaFile
1.3285+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc eqsNPvOwww/py-uvicorn distinfo Makefile

   py-uvicorn: updated to 0.48.0

   0.48.0

   Changed

   Default ssl_ciphers to None and use OpenSSL defaults

   Fixed

   Ignore duplicate forwarding headers in ProxyHeadersMiddleware
VersionDeltaFile
1.56+4-4www/py-uvicorn/distinfo
1.64+2-2www/py-uvicorn/Makefile
+6-62 files

NetBSD/pkgsrc GarsxGZwww/py-httptools distinfo PLIST

   py-httptools: updated to 0.8.0

   0.8.0

   Add http-parser and llhttp licenses into the wheels
   Mark cython module as free-threading compatible
   Fix all typing issues
   Bump llhttp to 9.4.1
   Security: fix URL truncation issue
   Allow building with latest setuptools
VersionDeltaFile
1.16+4-4www/py-httptools/distinfo
1.8+4-1www/py-httptools/PLIST
1.17+2-2www/py-httptools/Makefile
+10-73 files