NetBSD/pkgsrc-wip b484679rust192/patches patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs patch-vendor_libc-0.2.175_src_unix_bsd_netbsdlike_netbsd_riscv64.rs

rust192: use the NetBSD/riscv64 file which passes libc self-tests.

Also change how NetBSD defines pthread_spin_t, use __pthread_spin_t
which is typically arch-defined via __cpu_simple_lock_nv_t.
DeltaFile
+28-24rust192/patches/patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
+28-24rust192/patches/patch-vendor_libc-0.2.175_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
+28-24rust192/patches/patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
+16-0rust192/patches/patch-vendor_libc-0.2.175_src_unix_bsd_netbsdlike_netbsd_mod.rs
+16-0rust192/patches/patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_mod.rs
+16-0rust192/patches/patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_mod.rs
+132-722 files not shown
+147-788 files

NetBSD/pkgsrc zZNnVpitextproc/lucene++ distinfo, textproc/lucene++/patches patch-src_core_util_BitSet.cpp patch-include_lucene++_BitSet.h

   lucene++: fix build with Boost 1.90.0
VersionDeltaFile
1.1+255-0textproc/lucene++/patches/patch-src_core_util_BitSet.cpp
1.1+25-0textproc/lucene++/patches/patch-include_lucene++_BitSet.h
1.9+3-1textproc/lucene++/distinfo
+283-13 files

NetBSD/src ATKutBhusr.bin/vmstat vmstat.c

   s/Emty/Empty/ in report on kernel memory caches header (-C option).
VersionDeltaFile
1.263+4-4usr.bin/vmstat/vmstat.c
+4-41 files

NetBSD/pkgsrc-wip d5110fd. TODO

TODO: remove some updated packages
DeltaFile
+0-6TODO
+0-61 files

NetBSD/pkgsrc-wip 7b77409crush distinfo go-modules.mk

crush: update to 0.30.0.
DeltaFile
+171-165crush/distinfo
+56-54crush/go-modules.mk
+1-1crush/Makefile
+228-2203 files

NetBSD/pkgsrc-wip ecb0148codex distinfo cargo-depends.mk, codex/patches patch-Cargo.toml

codex: update to 0.77.0.
DeltaFile
+166-70codex/distinfo
+54-22codex/cargo-depends.mk
+2-4codex/patches/patch-Cargo.toml
+2-2codex/Makefile
+224-984 files

NetBSD/pkgsrc-wip fad99a6resterm distinfo Makefile

resterm: update to 0.13.2.

0.13.2

Navigator improvements

    The file sidebar now displays your files in a proper folder structure instead of a flat list. This makes it much easier to work with projects that have files organized in subdirectories.
    Folders appear at the top and can be expanded/collapsed just like files.
    .rts module files now show up in the navigator with a bullet (•) indicator instead of the expand/collapse caret

0.13.1

What's Changed

    Fixes a bug where request.query could show a URL path as if it were query parameters. Query parsing now only considers real query strings, and relative URLs like /path?p=2 work correctly.
    Includes small internal refactors with no behavior changes.

0.13.0


    [10 lines not shown]
DeltaFile
+3-3resterm/distinfo
+1-1resterm/Makefile
+4-42 files

NetBSD/pkgsrc D4dX1p5doc CHANGES-2025 TODO

   doc: Updated graphics/OpenJPH to 0.26.0
VersionDeltaFile
1.7470+2-1doc/CHANGES-2025
1.26593+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc fvs1Z9ographics/OpenJPH distinfo PLIST

   OpenJPH: update to 0.26.0.

   This version:

       Renames src/core/common to src/core/openjph, as request by @cary-ilm. It is best to use his words
       " OpenJPH headers are included in application code via #include <openjph/ojph_version.h>. The headers are expected to be in a folder named "openjph". The cmake configuration places them there in the installation step.

   However, if OpenJPH is incorporated into an application via cmake's add_subdirectory, there is no installation step, the headers are included directly out of the source tree. There is no "openjph" folder, leading the #include <openjph/ojph_version.h> to fail.

   Renaming the "common" directory to "openjph" resolves the build issue, since the headers then live inside the source tree in a directory with same name as the installation. The use of the "common" directory name is entirely internal to the OpenJPH build, it has no impact on the installation. The name should be arbitrary, so there should be no downside to renaming it this way."

       Modifies error message names. This may break your code.
       The modified versions are more descriptive, and less likely to be caught in a preprocessor macro.

       Address an issue identified by @clshortfuse. Thank you Carlos.
       During compilation on windows using clang-cl, the compiler may received flags designed for clang or gcc.

   What's Changed

       Merges PR #236, and another two smaller issues. by @aous72 in #237
VersionDeltaFile
1.5+4-4graphics/OpenJPH/distinfo
1.4+2-2graphics/OpenJPH/PLIST
1.8+2-2graphics/OpenJPH/Makefile
+8-83 files

NetBSD/pkgsrc-wip 6e21051py-typer Makefile distinfo

py-typer: update to 0.21.0.

Breaking Changes

    ➖ Drop support for Python 3.8. PR #1464 by @tiangolo.
    ➖ Drop support for Python 3.8 in CI. PR #1463 by @YuriiMotov and @tiangolo.

Docs

    📝 Update code examples to Python 3.9. PR #1459 by @YuriiMotov.

Internal

    💚 Move ruff dependency to shared requirements-docs-tests.txt to fix "Build docs" workflow in CI. PR #1458 by @YuriiMotov.
    ⬆ Bump markdown-include-variants from 0.0.5 to 0.0.8. PR #1442 by @dependabot[bot].
    👷 Add pre-commit workflow. PR #1453 by @tiangolo.
    👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR #1448 by @YuriiMotov.
    👷 Run Smokeshow always, even on test failures. PR #1447 by @YuriiMotov.
    🔨 Add Typer script to generate example variants for Python files. PR #1452 by @tiangolo.
DeltaFile
+3-3py-typer/Makefile
+3-3py-typer/distinfo
+6-62 files

NetBSD/pkgsrc-wip e7fd3e3py-mbake Makefile PLIST

py-mbake: update to 1.4.4.

    Update special_target_validation to not require prerequisites for SECONDARY, PRECIOUS, INTERMEDIATE (see #65).
    Normalizes indentation for variable and recipe continuations (see #68).
    Fix duplicate .PHONY declarations (see #70).
    Added group_phony_declarations option (only active when auto_insert_phony_declarations is enabled) (see #70).
DeltaFile
+3-3py-mbake/Makefile
+0-6py-mbake/PLIST
+3-3py-mbake/distinfo
+6-123 files

NetBSD/pkgsrc 7vHhY9Ndoc CHANGES-2025 TODO

   doc: Updated devel/lcov to 2.4
VersionDeltaFile
1.7469+2-1doc/CHANGES-2025
1.26592+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc a0nfwwydevel/lcov distinfo Makefile

   lcov: update to 2.4.

   Changes since v2.3.2:

       enhanced criteria.pm module, to check function, branch, and MC/DC metrics.
       enhance llvm2lcov to support llvm/21 and higher.
       various bug fixes
VersionDeltaFile
1.10+4-4devel/lcov/distinfo
1.23+2-2devel/lcov/Makefile
1.4+1-0devel/lcov/PLIST
+7-63 files

NetBSD/src diRi7O8sys/dev/pci twa.c, sys/kern vfs_dirhash.c

   s/empy/empty/.
VersionDeltaFile
1.62+3-3sys/dev/pci/twa.c
1.18+3-3sys/kern/vfs_dirhash.c
+6-62 files

NetBSD/pkgsrc ITAL5Qddoc CHANGES-2025 TODO

   doc: Updated textproc/dasel to 3.2.0
VersionDeltaFile
1.7468+2-1doc/CHANGES-2025
1.26591+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc z5nV962textproc/dasel distinfo Makefile

   dasel: update to 3.2.0.

   ## [v3.2.0] - 2025-12-26

   ### Added
   - `join` function to join array elements into a single string with a specified separator. [See docs](https://daseldocs.tomwright.me/functions/join).
VersionDeltaFile
1.3+4-4textproc/dasel/distinfo
1.13+2-2textproc/dasel/Makefile
+6-62 files

NetBSD/pkgsrc icaSwP5doc CHANGES-2025 TODO

   doc: Updated textproc/py-sphinx-argparse to 0.5.2nb1
VersionDeltaFile
1.7467+2-1doc/CHANGES-2025
1.26590+2-1doc/TODO
+4-22 files

NetBSD/pkgsrc ywtCMh3textproc/py-sphinx-argparse/patches patch-sphinxarg_ext.py

   py-sphinx-argparse: add missing patch
VersionDeltaFile
1.1+16-0textproc/py-sphinx-argparse/patches/patch-sphinxarg_ext.py
+16-01 files

NetBSD/pkgsrc GTxzS7rtextproc/py-sphinx-argparse Makefile distinfo

   py-sphinx-argparse: add workaround for sphinx 9 breakage

   fixes build of khard

   Bump PKGREVISION
VersionDeltaFile
1.3+5-1textproc/py-sphinx-argparse/Makefile
1.2+2-1textproc/py-sphinx-argparse/distinfo
+7-22 files

NetBSD/pkgsrc 5H1p3podoc CHANGES-2025

   Updated devel/py-sarge, devel/py-sentry-sdk
VersionDeltaFile
1.7466+3-1doc/CHANGES-2025
+3-11 files

NetBSD/pkgsrc LcM3LLcdevel/py-sentry-sdk PLIST distinfo

   py-sentry-sdk: updated to 2.48.0

   2.48.0

   Middleware spans are now disabled by default in Django, Starlette and FastAPI integrations. Set the middleware_spans integration-level option to capture individual spans per middleware layer. To record Django middleware spans, for example, configure as follows

     import sentry_sdk
     from sentry_sdk.integrations.django import DjangoIntegration

     sentry_sdk.init(
         dsn="<your-dsn>",
         integrations=[
             DjangoIntegration(middleware_spans=True),
         ],
     )

   New Features

   feat(ai): add single message truncation

    [63 lines not shown]
VersionDeltaFile
1.6+118-1devel/py-sentry-sdk/PLIST
1.9+4-4devel/py-sentry-sdk/distinfo
1.10+2-2devel/py-sentry-sdk/Makefile
+124-73 files

NetBSD/pkgsrc UHr5bIFdevel/py-sarge PLIST Makefile

   py-sarge: updated to 0.1.7.post1

   0.1.7.post1
   Unknown changes
VersionDeltaFile
1.5+6-6devel/py-sarge/PLIST
1.4+6-5devel/py-sarge/Makefile
1.5+4-4devel/py-sarge/distinfo
+16-153 files

NetBSD/pkgsrc 0zUl6Colang/gambc/patches patch-configure

   gambc: forgot to remove patch
VersionDeltaFile
1.2+1-1lang/gambc/patches/patch-configure
+1-11 files

NetBSD/src nZcUmfosys/modules Makefile

   Cross-ref to PR/59716
VersionDeltaFile
1.299+3-1sys/modules/Makefile
+3-11 files

NetBSD/src 1MrAjbNusr.sbin Makefile

   umcpmioctl(8) can be elided if MKUSB == no.  Noted by Brad Spencer.
VersionDeltaFile
1.302+3-3usr.sbin/Makefile
+3-31 files

NetBSD/pkgsrc-wip bb62bdd. TODO

TODO: add some

+ crush-0.30.0, dmarc-report-viewer-2.3.0, py-mbake-1.4.4,
  py-typer-0.21.0, resterm-0.13.2, rumdl-0.0.205.
DeltaFile
+6-1TODO
+6-11 files

NetBSD/src m1OIGgrdistrib/sets/lists/base mi, distrib/sets/lists/debug mi

   Elide umbctl(8) if MKUSB == no.
VersionDeltaFile
1.145+6-2sbin/Makefile
1.1825+3-3distrib/sets/lists/man/mi
1.47+5-1rescue/Makefile
1.1384+2-2distrib/sets/lists/base/mi
1.505+2-2distrib/sets/lists/debug/mi
1.45+2-2distrib/sets/lists/manhtml/mi
+20-123 files not shown
+26-169 files

NetBSD/src opxF9Qsdistrib/sets/lists/base mi, distrib/sets/lists/debug mi

   umcpmioctl(8) can be elided if MKUSB == no.  Noted by Brad Spencer.
VersionDeltaFile
1.1824+3-3distrib/sets/lists/man/mi
1.504+2-2distrib/sets/lists/debug/mi
1.1383+2-2distrib/sets/lists/base/mi
1.44+2-2distrib/sets/lists/manhtml/mi
+9-94 files

NetBSD/src 7FJCW0jdistrib/sets/lists/base mi, distrib/sets/lists/debug mi

   Conditionalize support for SSH client and server on MKSSH.  Enabled by
   default except on m68000.
VersionDeltaFile
1.1823+35-35distrib/sets/lists/man/mi
1.43+18-18distrib/sets/lists/manhtml/mi
1.1382+17-17distrib/sets/lists/base/mi
1.503+15-15distrib/sets/lists/debug/mi
1.462+14-13share/mk/bsd.README
1.121+15-1share/man/man5/mk.conf.5
+114-998 files not shown
+150-12014 files

NetBSD/pkgsrc l4aZi8Ytime/kronolith Makefile

   kronolith: fix make(1) substitution in INSTALLATION_DIRS

   Back in May 2020, make(1) was changed to disallow the particular
   substitution form used in one of the INSTALLATION_DIRS assignments.
   https://github.com/NetBSD/src/commit/3b58d8437a0b171a42895aedbcd93e4f8b8c10e0
   Incorrect/useless DESTDIR directories have been created by builds using
   newer versions of the tool, though this is harmless.
VersionDeltaFile
1.31+2-2time/kronolith/Makefile
+2-21 files