NetBSD/src MXDQwFksys/arch/sun3/sun3x pmap.c

   pmap_bootstrap(): Fix an error intrduced in rev 1.127 - ensure pmap_membank
   points to the first element in the array after building up the linked list.
VersionDeltaFile
1.130+3-2sys/arch/sun3/sun3x/pmap.c
+3-21 files

NetBSD/pkgsrc pKjOTBIlang/R-RcppTOML Makefile distinfo, lang/R-RcppTOML/patches patch-src_Makevars

   (lang/R-RcppTOML) Fix build against R 4.6.0
VersionDeltaFile
1.1+18-0lang/R-RcppTOML/patches/patch-src_Makevars
1.2+3-1lang/R-RcppTOML/Makefile
1.2+2-1lang/R-RcppTOML/distinfo
+23-23 files

NetBSD/pkgsrc 2LmKzeXtextproc/R-hunspell Makefile distinfo, textproc/R-hunspell/patches patch-src_Makevars

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

NetBSD/pkgsrc pP54lxbdoc CHANGES-2026

   doc: Updated time/R-RcppCCTZ to 0.2.14
VersionDeltaFile
1.3293+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QaLZ9Swtime/R-RcppCCTZ distinfo Makefile, time/R-RcppCCTZ/patches patch-src_Makevars

   time/R-RcppCCTZ) Updated 0.2.13 to 0.2.14

   (pkgsrc)
     - Fix build against R 4.6.0
     - USE_TOOLS+= gmake only for ifne in patch-src_Makevars

   (upstream)
   News for Package 'RcppCCTZ'

   Changes in version 0.2.14 (2026-01-08):

           * Synchronized with upstream CCTZ (Dirk in #46).

           * Explicitly enumerate files to be compiled in 'src/Makevars*'
             (Dirk in #47)
VersionDeltaFile
1.1+18-0time/R-RcppCCTZ/patches/patch-src_Makevars
1.3+5-4time/R-RcppCCTZ/distinfo
1.5+5-2time/R-RcppCCTZ/Makefile
+28-63 files

NetBSD/pkgsrc 9KODei7doc CHANGES-2026

   add py-certipy and py-pamela
VersionDeltaFile
1.3292+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc SSk3Jm0security Makefile, security/py-pamela Makefile PLIST

   py-pamela: add version 1.2.0

   PAM interface using ctypes
VersionDeltaFile
1.1+19-0security/py-pamela/Makefile
1.1+9-0security/py-pamela/PLIST
1.1+5-0security/py-pamela/distinfo
1.1006+2-1security/Makefile
1.1+1-0security/py-pamela/DESCR
+36-15 files

NetBSD/pkgsrc 9g2aypPsecurity Makefile, security/py-certipy PLIST Makefile

   py-certipy: add version 0.2.3

   Certipy was made to simplify the certificate creation process. To that end,
   Certipy exposes methods for creating and managing certificate authorities,
   certificates, signing and building trust bundles. Behind the scenes Certipy:

   * Manages records of all certificates it creates
     * External certs can be imported and managed by Certipy
     * Maintains signing hierarchy
   * Persists certificates to files with appropriate permissions
VersionDeltaFile
1.1+30-0security/py-certipy/PLIST
1.1+23-0security/py-certipy/Makefile
1.1+8-0security/py-certipy/DESCR
1.1+5-0security/py-certipy/distinfo
1.1005+2-1security/Makefile
1.1+1-0security/py-certipy/ALTERNATIVES
+69-16 files

NetBSD/pkgsrc 8voBWLfdoc CHANGES-2026

   texlive2pkg update
VersionDeltaFile
1.3291+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZxLqSy3pkgtools/texlive2pkg Makefile, pkgtools/texlive2pkg/files texlive.pkg

   texlive2pkg: update to 1.15

   bump default version to 2026.
VersionDeltaFile
1.23+2-2pkgtools/texlive2pkg/Makefile
1.13+2-2pkgtools/texlive2pkg/files/texlive.pkg
+4-42 files

NetBSD/pkgsrc SCNvkMOdevel/gdbus-codegen DESCR

   gdbus-codegen: more details for PLIST

   For Rob Whitlock in PR pkg/60108
VersionDeltaFile
1.2+6-1devel/gdbus-codegen/DESCR
+6-11 files

NetBSD/pkgsrc 5YZWNJPconverters/sratom PLIST

   sratom: fix PLIST with "doc" option

   From Rob Whitlock in PR pkg/59919.
VersionDeltaFile
1.3+5-1converters/sratom/PLIST
+5-11 files

NetBSD/src 1eXZe9Yusr.sbin/moused moused.8

   moused(8): touch up markup lightly
VersionDeltaFile
1.11+15-11usr.sbin/moused/moused.8
+15-111 files

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