NetBSD/src 4Vg3Uzadistrib/utils/embedded mkimage

   mkimage: New `-C <config>' option.

   Enables use for out-of-tree config files.  We're not really
   supporting this as a general-purpose tool but downstream users (like
   me) may find this convenient to avoid local patches.
VersionDeltaFile
1.97+15-5distrib/utils/embedded/mkimage
+15-51 files

NetBSD/src KYwvvSksys/dev/pci ld_virtio.c

   ld at virtio: Guard virtio_dequeue by virtio_vq_is_enqueued.

   After triggering the DMA operation, or any previous virtio_dequeue,
   virtio_vq_is_enqueued issues the necessary bus_dmamap_sync for
   virtio_dequeue to observe any potential (new) result.

   Normally this happens inside virtio(4) (in virtio_vq_intr) between
   interrupt delivery and calling the virtqueue's done callback.  But
   polling mode I/O operations (and dump operations) don't take that
   path, so it is necessary to call virtio_vq_is_enqueued explicitly.

   PR kern/60182: ld at virtio sometimes hangs up
VersionDeltaFile
1.48+14-7sys/dev/pci/ld_virtio.c
+14-71 files

NetBSD/src EWwo4nrsys/dev/pci virtio.c

   virtio(4): Add missing BUS_DMASYNC_PREREAD operations.

   And one missing BUS_DMASYNC_POSTREAD operation.

   With this change, loads from vq->vq_used->flags (which occur
   immediately after a transfer is submitted to test whether we need to
   kick the host device) is separated by a PREREAD/POSTREAD cycle from
   loads from vq->vq_used->idx (which occur when we think a transfer may
   have completed, e.g. upon receiving an interrupt, to test whether it
   has, in fact, completed).

   Additionally, with this change, consecutive loads from
   *vq->vq_avail_event are separated by a PREREAD/POSTREAD cycle.

   Should fix virtio(4) issues on m68k and other related architectures
   like mips and armv<7:

   PR kern/60144: virtio(4) cache coherence issue


    [173 lines not shown]
VersionDeltaFile
1.85+12-4sys/dev/pci/virtio.c
+12-41 files

NetBSD/src 3eOsBWAsys/uvm/pmap pmap.c

   Fix UVMHIST 32bit builds
VersionDeltaFile
1.97+3-3sys/uvm/pmap/pmap.c
+3-31 files

NetBSD/pkgsrc R6zcZ0tnet/tailscale distinfo Makefile

   tailscale: update to 1.98.3

   Fixed an issue on Linux where netfilter rules could be applied
   inconsistently after a netfilter mode change failed has been
   resolved. Connmark and CGNAT rules are applied after the active
   netfilter mode is successfully updated, matching the behavior of
   other netfilter paths.
VersionDeltaFile
1.4+4-4net/tailscale/distinfo
1.19+3-3net/tailscale/Makefile
+7-72 files

NetBSD/pkgsrc nNTx4GPdoc CHANGES-2026

   doc: Updated textproc/R-yaml to 2.3.12
VersionDeltaFile
1.3209+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FMAoaqWtextproc/R-yaml distinfo Makefile

   (textproc/R-yaml) Updated 2.3.10 to 2.3.12, fixed against R-4.6.0

   # yaml 2.3.12

   * Fixes for C API compliance.

   * Switched from `CHANGELOG` to `NEWS.md`.
VersionDeltaFile
1.9+4-4textproc/R-yaml/distinfo
1.9+5-2textproc/R-yaml/Makefile
+9-62 files

NetBSD/pkgsrc PrQHTvJdoc CHANGES-2026

   doc: Updated math/R-fastmatch to 1.1.8
VersionDeltaFile
1.3208+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EEVSpELmath/R-fastmatch distinfo Makefile

   (math/R-fastmatch) Updated 1.1.6 to 1.1.8, fix build against R-4.6.0

    NEWS for fastmatch
   --------------------

   1.1-8        2025-01-18
       o        fix protection bug in safe mode

       o        remove index slicing since we don't pass the index


   1.1-7        2025-01-17
       o        adjust to API changes up to R 4.6.0

       o        add .SAFE argument to ctapply() which determines whether the
        index and value vectors are cached between calls to FUN
        (.SAFE=FALSE) or if a clean set of vectors is allocated for
        each call (.SAFE=TRUE). The latter is now the default, because
        cached vectors may not be assigned and thus are only safe to

    [18 lines not shown]
VersionDeltaFile
1.3+4-4math/R-fastmatch/distinfo
1.3+2-2math/R-fastmatch/Makefile
+6-62 files

NetBSD/pkgsrc ApJ20vsdoc CHANGES-2026

   doc: Updated graphics/R-Cairo to 1.7.0
VersionDeltaFile
1.3207+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ojl5iXDgraphics/R-Cairo distinfo Makefile

   (graphics/R-Cairo) Updated 1.6.2 to 1.7.0
   
   NEWS/Changelog

   1.7-0        (2025-10-29)
       o        add support for all R graphics device features up to
        GE API 16 (R 4.5.0). This includes fill patterns, masks
        (GE 13) and groups (GE 14). Thanks to Paul Murrell!

       o        removed gdd_get_version C API and CAIROGD_VER.
        This means that it no longer needs mkdist and can be
        directly created with R CMD build.

       o        restore the use of WIN32 API to find fonts for
        cairographics > 1.16 (where avaiable) since it was
        removed in those versions. (#50)


   1.6-5        (2025-08-20)

    [20 lines not shown]
VersionDeltaFile
1.9+4-5graphics/R-Cairo/distinfo
1.17+2-3graphics/R-Cairo/Makefile
+6-82 files

NetBSD/pkgsrc IOQed3edoc CHANGES-2026

   doc: Updated time/R-timechange to 0.4.0
VersionDeltaFile
1.3206+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ET0n9Kttime/R-timechange distinfo Makefile

   (time/R-timechange) Updated 0.3.0 to 0.4.0

   Version 0.4.0
   =============

   ### Bug Fixes

    - [#29](https://github.com/vspinu/timechange/issues/29)
        Propagate +-Inf components in updates and arithmetics
    - [#33](https://github.com/vspinu/timechange/issues/33)
        Allow NaN in updates
VersionDeltaFile
1.3+4-4time/R-timechange/distinfo
1.3+2-2time/R-timechange/Makefile
+6-62 files

NetBSD/pkgsrc 1UXoLsBdoc CHANGES-2026

   doc: Updated math/R-gsl to 2.1.9
VersionDeltaFile
1.3205+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc keiRk6amath/R-gsl distinfo Makefile

   (math/R-gsl) Udated 2.1.8 to 2.1.9, fix build against R-4.6.0

   # gsl 2.1-9

   * replace EXTPTR_PTR with R_ExternalPtrAddr
   * replace EXTPTR_TAG with R_ExternalPtrTag
VersionDeltaFile
1.6+4-4math/R-gsl/distinfo
1.4+3-2math/R-gsl/Makefile
+7-62 files

NetBSD/pkgsrc 6ptmbgCdoc CHANGES-2026

   doc: Updated devel/R-checkmate to 2.3.4
VersionDeltaFile
1.3204+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc tIaeElqdevel/R-checkmate distinfo Makefile

   (devel/R-checkmate) Updated 2.3.2 to 2.3.4

   # Version 2.3.4
   * Removed deprecated calls to internal R functions.

   # Version 2.3.3
   * Fixed a minor bug in `allMissing()` for complex numbers where either the real
     part or the imaginary part was missing while the other part was not missing
     (#279).
   * Dropped usage for internal C function `isFrame()` for recent R versions (278).
   * Improved documentation (#273, #264).
VersionDeltaFile
1.10+4-4devel/R-checkmate/distinfo
1.9+2-2devel/R-checkmate/Makefile
+6-62 files

NetBSD/pkgsrc 4wu8o2vdoc CHANGES-2026

   doc: Updated math/R-gss to 2.2.10
VersionDeltaFile
1.3203+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc M2CyT18math/R-gss distinfo Makefile

   (math/R-gss) Updated 2.2.8 to 2.2.10

   Tue Nov 18 11:48:54 AM EST 2025, Chong Gu <chong at purdue.edu>

        * DESCRIPTION: Version 2.2-10

        * R: Bug fix in dev.null.nbinomial.

   Sun Apr 13 12:40:30 PM EDT 2025, Chong Gu <chong at purdue.edu>

        * DESCRIPTION: Version 2.2-9

        * src: Added LINPACK routine dchdc.f.
VersionDeltaFile
1.10+4-4math/R-gss/distinfo
1.10+2-2math/R-gss/Makefile
+6-62 files

NetBSD/pkgsrc rav15Mvdoc CHANGES-2026

   doc: Updated textproc/R-data.table to 1.18.4
VersionDeltaFile
1.3202+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc vKscYJ2doc CHANGES-2026

   Updated devel/py-click, devel/py-cachetools
VersionDeltaFile
1.3201+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc h3KyEgntextproc/R-data.table distinfo Makefile

   (textproc/R-data.table) Updated 1.16.4 to 1.18.4, Fix build against 4.6.0

   ## data.table news and updates

   **If you are viewing this file on CRAN, please check [latest news on
     GitHub](https://github.com/Rdatatable/data.table/blob/master/NEWS.md)
     where the formatting is also better.**

   ## data.table
      [v1.18.4](https://github.com/Rdatatable/data.table/milestone/45?closed=1)
      4 May 2026

   ### BUG FIXES

   1. Non-equi joins combining an equality condition with two inequality
   conditions on the same column (e.g., `on = .(id == id, val >= lo, val
   <= hi)`) no longer error,
   [#7641](https://github.com/Rdatatable/data.table/issues/7641). The
   internal `chmatchdup` remapping of duplicate `rightcols` was

    [1304 lines not shown]
VersionDeltaFile
1.7+4-4textproc/R-data.table/distinfo
1.8+2-2textproc/R-data.table/Makefile
+6-62 files

NetBSD/pkgsrc nTqiJIWdevel/py-cachetools distinfo Makefile

   py-cachetools: updated to 7.1.4

   v7.1.4 (2026-05-22)

   - Minor unit test improvements.
   - Update build environment.
VersionDeltaFile
1.37+4-4devel/py-cachetools/distinfo
1.38+2-2devel/py-cachetools/Makefile
+6-62 files

NetBSD/pkgsrc r7IHZvndevel/py-click distinfo Makefile

   py-click: updated to 8.4.1

   8.4.1

   - ``get_parameter_source()`` is available during eager callbacks and type
     conversion again. :issue:`3458` :issue:`3484`
   - Zsh completion scripts parse correctly on Windows. :issue:`3277` :pr:`3466`
   - Shell completion of `Choice` `Enum` values produces a valid completion
     result. :issue:`3015`
   - Fix empty byte-string handling in echo. :issue:`3487`
   - Fix closed file error with `echo_via_pager`. :issue:`3449`
VersionDeltaFile
1.36+4-4devel/py-click/distinfo
1.40+2-2devel/py-click/Makefile
+6-62 files

NetBSD/pkgsrc QKurXZWdoc CHANGES-2026

   Updated textproc/py-lxml-html-clean, graphics/py-wand
VersionDeltaFile
1.3200+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc R3Y89xXgraphics/py-wand distinfo Makefile

   py-wand: updated to 0.7.1

   0.7.1

   - Updated accepted animation formats for :attr:`Image.animation <wand.image.Image.animation>` property. [:issue:`682`]
   - Added new :const:`FILTER_TYPES <wand.image.FILTER_TYPES>` operators. [:issue:`684`]

     - ``'lanczosradius'``
     - ``'cubicspline'``
     - ``'magickernelsharp2013'``
     - ``'magickernelsharp2021'``

   - Fixed :meth:`Image.length_of_bytes() <wand.image.BaseImage.length_of_bytes>` method
     by refactoring & applying :const:`c_magick_size_t <wand.cdefs.wandtypes.c_magick_size_t>`
     type. [:issue:`686`]
   - [DOC] Fixed typos in documentation [:pull:`685` by Shawn Presser]
VersionDeltaFile
1.15+4-4graphics/py-wand/distinfo
1.20+2-2graphics/py-wand/Makefile
+6-62 files

NetBSD/pkgsrc 17OgIlgtextproc/py-lxml-html-clean distinfo Makefile

   py-lxml-html-clean: updated to 0.4.5

   0.4.5

   Bugs fixed

   * Fixed a security vulnerability where ``javascript:`` URLs in ``xlink:href``
     attributes were not sanitized when``safe_attrs_only=False``, allowing
     cross-site scripting (XSS) attacks. The fix requires ``lxml>=6.1.1``,
     which adds ``xlink:href`` to the set of link attributes iterated by
     ``rewrite_links()``. Reported by Guillem Lefait (@glefait).
VersionDeltaFile
1.11+4-4textproc/py-lxml-html-clean/distinfo
1.14+3-3textproc/py-lxml-html-clean/Makefile
+7-72 files

NetBSD/pkgsrc i44Dr0Qdoc CHANGES-2026

   Updated security/py-certifi, net/py-responses
VersionDeltaFile
1.3199+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc xKgR8I1net/py-responses distinfo Makefile

   py-responses: updated to 0.26.1

   0.26.1

   * Added Spanish translation of the README (``README.es.rst``)
   * When both `content_type` and `headers['content-type']` are in a response mock file,
     `content_type` is now used.
   * Added strict_match to urlencoded_params_matcher, enabling partial request parameter
     matching.
VersionDeltaFile
1.41+4-4net/py-responses/distinfo
1.49+2-2net/py-responses/Makefile
+6-62 files

NetBSD/pkgsrc zOHR7yvsecurity/py-certifi distinfo Makefile

   py-certifi: updated to 2026.5.20

   2026.5.20
   Unknown changes
VersionDeltaFile
1.48+4-4security/py-certifi/distinfo
1.52+2-2security/py-certifi/Makefile
+6-62 files