NetBSD/src FeT8CsZgames/banner banner.c, sbin/nvmectl logpage.c

   Fix various typos, mainly in comments.
VersionDeltaFile
1.45+4-4usr.sbin/lpr/common_source/common.c
1.12+3-3sbin/nvmectl/logpage.c
1.23+3-3games/banner/banner.c
1.24+3-3sys/arch/xen/xen/pciback.c
1.108+3-3sys/arch/xen/xen/xbdback_xenbus.c
1.127+3-3sys/nfs/nfs_node.c
+19-1910 files not shown
+40-4016 files

NetBSD/pkgsrc W7uOplymath/R Makefile PLIST

   (math/R) Trying to fix PLIST on Darwin
VersionDeltaFile
1.280+6-1math/R/Makefile
1.44+2-1math/R/PLIST
+8-22 files

NetBSD/src wqYByBvshare/man/man7 sysctl.7

   sysctl(7): fix kernel parameter name: s/UVHMIST/UVMHIST/.
VersionDeltaFile
1.168+2-2share/man/man7/sysctl.7
+2-21 files

NetBSD/pkgsrc 62IfcKadoc CHANGES-2026

   doc: Updated graphics/giflib-util to 6.1.2
VersionDeltaFile
1.1672+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc v0amljedoc CHANGES-2026

   doc: Updated graphics/giflib to 6.1.2
VersionDeltaFile
1.1671+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc P9yH2T4graphics/giflib distinfo Makefile, graphics/giflib-util PLIST Makefile

   giflib*: update to 6.1.2

   Version 6.1.2
   =============

   Code Fixes
   ----------

   * Fix for low-severity CVE-2026-23868 affecting gifponge, giftool, and gifbuild,
     but not the core library - library clients need not be alarned.

   Version 6.1.1
   =============

   This release bumps the major version, but only one entry point -
   EGifSpew() - has changed signature and behavior (in order to be able
   to pass out a detailed error code). The internal error
   codes in the E_GIF_ERR series have changed value so none of them
   collides with GIF_ERROR.

    [66 lines not shown]
VersionDeltaFile
1.10+42-49graphics/giflib/patches/patch-Makefile
1.32+5-6graphics/giflib/distinfo
1.61+4-4graphics/giflib/Makefile
1.17+4-2graphics/giflib/Makefile.common
1.7+1-2graphics/giflib-util/PLIST
1.17+1-2graphics/giflib-util/Makefile
+57-651 files not shown
+58-667 files

NetBSD/src DbU5a4tusr.sbin/makefs makefs.8

   s/informaion/information/ and s/allocaion/allocation/.
VersionDeltaFile
1.75+3-3usr.sbin/makefs/makefs.8
+3-31 files

NetBSD/pkgsrc-wip 196b760cargo-c distinfo cargo-depends.mk, cargo-c/patches patch-.._vendor_memchr-2.8.0_src_memchr.rs patch-.._vendor_memchr-2.8.0_src_memmem_searcher.rs

Add a package for the most recent cargo-c
DeltaFile
+1,259-0cargo-c/distinfo
+418-0cargo-c/cargo-depends.mk
+128-0cargo-c/patches/patch-.._vendor_memchr-2.8.0_src_memchr.rs
+78-0cargo-c/patches/patch-.._vendor_memchr-2.8.0_src_memmem_searcher.rs
+38-0cargo-c/Makefile
+24-0cargo-c/patches/patch-.._vendor_memchr-2.8.0_src_arch_aarch64_memchr.rs
+1,945-06 files not shown
+2,002-012 files

NetBSD/src 0b5bQPOsys/arch/macppc/stand/installboot installboot.c

   s/bootrap/bootstrap/ in the error message.
VersionDeltaFile
1.10+2-2sys/arch/macppc/stand/installboot/installboot.c
+2-21 files

NetBSD/src OqAdDgLshare/mk bsd.own.mk

   switch everyone to 2.46 again
VersionDeltaFile
1.1469+2-2share/mk/bsd.own.mk
+2-21 files

NetBSD/pkgsrc qJAeM1Ytextproc/rumdl Makefile

   textproc/rumdl: Add note on MSRV
VersionDeltaFile
1.18+2-1textproc/rumdl/Makefile
+2-11 files

NetBSD/pkgsrc sZHDqm1doc CHANGES-2026

   doc: Updated shells/oh-my-posh to 29.8.0
VersionDeltaFile
1.1670+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FeoMfFQshells/oh-my-posh distinfo go-modules.mk

   shells/oh-my-posh: update to 29.8.0

   Bug Fixes

       spotify: use correct D-Bus interface name on Linux (3c44733), closes #7365
       theme: align socials icons and add bluesky instead of at (8857a5c)
       zsh: prevent stream process from inheriting parent stdin (40164ef)

   Features

       lint markfown with vale (57df69a)
VersionDeltaFile
1.294+16-16shells/oh-my-posh/distinfo
1.122+4-4shells/oh-my-posh/go-modules.mk
1.322+2-3shells/oh-my-posh/Makefile
+22-233 files

NetBSD/pkgsrc 0clsKwGdoc CHANGES-2026

   doc: Updated net/xfr to 0.9.3
VersionDeltaFile
1.1669+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 51G5Inpnet/xfr distinfo cargo-depends.mk

   net/xfr: update to 0.9.3

   Added

    - Server --bind flag (#38) — xfr serve --bind <IP> binds TCP, QUIC, and UDP data listeners to a specific address.
      Validates against -4/-6 flags and rejects unspecified addresses (::, 0.0.0.0).

   Changed

    - Server sends random payloads (#34) — server-side TCP and UDP send paths now use random bytes by default in
      reverse and bidirectional modes, matching the client's default-on behavior.

   Fixed

    - QUIC dual-stack on Windows (#39) — QUIC server endpoint now creates its UDP socket via socket2 with explicit
      IPV6_V6ONLY handling instead of relying on Quinn's Endpoint::server(). On Windows/macOS where IPV6_V6ONLY defaults
      to true, binding to [::] would only accept IPv6 connections.
    - Server random payload on single-port TCP reverse (#34) — the single-port TCP handler (DataHello path used by all
      modern clients) was missing random_payload = true, causing reverse-mode downloads to still send zeros.

    [4 lines not shown]
VersionDeltaFile
1.5+28-28net/xfr/distinfo
1.5+8-8net/xfr/cargo-depends.mk
1.5+2-2net/xfr/Makefile
+38-383 files

NetBSD/pkgsrc 4xA4YoSdoc CHANGES-2026

   doc: Updated devel/ast-grep to 0.41.1
VersionDeltaFile
1.1668+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZRSX72Ndevel/ast-grep distinfo cargo-depends.mk, devel/ast-grep/patches patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs

   devel/ast-grep: update to 0.41.1

    - fix: lsp on change encounter deadlock #2511
    - chore(deps): update dependency oxlint to v1.51.0 #2512
    - chore(deps): update rust crate tempfile to v3.26.0 #2497
    - chore(deps): update rust crate inquire to v0.9.4 #2498
    - chore(deps): update dependency @types/node to v24.11.0 #2502
    - chore(deps): update dependency dprint to v0.52.0 #2499
    - fix: override severity on rule & inline-rules flags #2505
    - chore(deps): update github artifact actions #2507
    - chore(deps): update rust crate tree-sitter to v0.26.6 #2501
    - chore(deps): update dependency web-tree-sitter to v0.26.6 #2500
    - chore(deps): update dependency ava to v7 #2508
    - chore(deps): update dependency oxlint to v1.50.0 #2495
    - chore(deps): update dependency @ast-grep/napi to v0.41.0 #2494
    - fix: bump ls-types version #2525
    - refactor: change versioned ast work a86b2ab
    - fix: bump wasm-bindgen d23e334
    - fix: fix wasm package 0b92e94
VersionDeltaFile
1.78+349-332devel/ast-grep/distinfo
1.73+115-109devel/ast-grep/cargo-depends.mk
1.78+2-2devel/ast-grep/Makefile
1.2+1-1devel/ast-grep/patches/patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs
+467-4444 files

NetBSD/pkgsrc 7fcqemrdoc CHANGES-2026

   Updated lang/quickjs to 20251222
VersionDeltaFile
1.1667+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc xvMdAQ7doc CHANGES-2026

   Updated www/freenginx-devel to 1.29.6
VersionDeltaFile
1.1666+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zoLLVwawww/freenginx-devel distinfo Makefile

   www/freenginx-devel: update from 1.29.5 to 1.29.6

   Sponsored by:        tipi.work

   <ChangeLog>

   *) Bugfix: incorrect "upstream server temporarily disabled" messages
      might be logged when using variables in the "proxy_pass" directive.

   *) Bugfix: retrying a request to the next gRPC upstream server might not
      work correctly.
      Thanks to David Carlier.

   *) Bugfix: a segmentation fault might occur in a worker process if the
      ngx_http_xslt_filter_module was used.

   *) Bugfix: a segmentation fault might occur in a worker process if the
      ngx_http_mp4_module was used.


    [6 lines not shown]
VersionDeltaFile
1.4+4-4www/freenginx-devel/distinfo
1.6+2-2www/freenginx-devel/Makefile
+6-62 files

NetBSD/pkgsrc zFHVyHnlang/quickjs Makefile distinfo, lang/quickjs/patches patch-Makefile patch-quickjs.c

   lang/quickjs: update to the recent snapshot

   While I'm here enable building/installing a shared library, it may
   require to build nginx javascript module.

   Discussed:   https://mail-index.netbsd.org/pkgsrc-users/2026/03/05/msg042691.html
VersionDeltaFile
1.8+35-6lang/quickjs/patches/patch-Makefile
1.7+3-14lang/quickjs/patches/patch-quickjs.c
1.18+6-6lang/quickjs/Makefile
1.15+6-6lang/quickjs/distinfo
1.4+4-2lang/quickjs/buildlink3.mk
1.10+3-3lang/quickjs/PLIST
+57-376 files

NetBSD/pkgsrc v7dRrZ9doc CHANGES-2026

   doc: Added security/cargo-auditable version 0.7.4
VersionDeltaFile
1.1665+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NEUn3ghsecurity Makefile

   Add cargo-auditable
VersionDeltaFile
1.1000+2-1security/Makefile
+2-11 files

NetBSD/pkgsrc uy6EI1Bsecurity/cargo-auditable distinfo cargo-depends.mk

   security/cargo-auditable: import package

   Know the exact crate versions used to build your Rust executable. Audit binaries
   for known bugs or security vulnerabilities in production, at scale, with zero
   bookkeeping.

   This works by embedding data about the dependency tree in JSON format into a
   dedicated linker section of the compiled executable.
VersionDeltaFile
1.1+290-0security/cargo-auditable/distinfo
1.1+97-0security/cargo-auditable/cargo-depends.mk
1.1+27-0security/cargo-auditable/Makefile
1.1+6-0security/cargo-auditable/DESCR
1.1+3-0security/cargo-auditable/PLIST
+423-05 files

NetBSD/pkgsrc fAgygDtdoc CHANGES-2026

   doc: Updated devel/cargo-nextest to 0.9.130
VersionDeltaFile
1.1664+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc SOkyh5idevel/cargo-nextest distinfo cargo-depends.mk

   devel/cargo-nextest: update to 0.9.130

   Added

       Nextest now sets several new environment variables for tests and setup scripts: (#3103)
           NEXTEST_VERSION: the current nextest version as a semver string.
           NEXTEST_REQUIRED_VERSION and NEXTEST_RECOMMENDED_VERSION: the minimum required and recommended nextest versions from the repository's nextest-version configuration. If not configured, the value is "none".
           NEXTEST_TEST_THREADS: the computed number of test threads for this run.
           NEXTEST_WORKSPACE_ROOT: the absolute path to the workspace root (respects --workspace-remap).

       Nextest now sets CARGO_BIN_EXE_<name> at runtime for integration tests and benchmarks, matching cargo test in Rust 1.94 and above. Nextest sets this variable on all Rust versions. (#3137)

       Previously, nextest only set NEXTEST_BIN_EXE_<name>, which remains available (and, with underscores, continues to be the recommended form). The CARGO_BIN_EXE_<name> form improves compatibility with tests written for cargo test.

   Changed

       The automatic migration of recorded test runs from the cache directory to the state directory, introduced in version 0.9.126, has been removed. Records in the old cache directory location will no longer be migrated. (#3101)

   Fixed

    [9 lines not shown]
VersionDeltaFile
1.14+67-67devel/cargo-nextest/distinfo
1.14+21-21devel/cargo-nextest/cargo-depends.mk
1.18+2-2devel/cargo-nextest/Makefile
+90-903 files

NetBSD/pkgsrc Y0m2xuzdoc CHANGES-2026

   doc: Updated sysutils/fd-find to 10.4.2
VersionDeltaFile
1.1663+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zL2RFkNsysutils/fd-find distinfo Makefile

   sysutils/fd-find: update to 10.4.2

   Bugfixes
    - Fixed performance regression due to --ignore-contain; see #1913 and #1914
VersionDeltaFile
1.18+4-4sysutils/fd-find/distinfo
1.19+2-2sysutils/fd-find/Makefile
1.14+0-0sysutils/fd-find/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc-wip 6b0e8ba. Makefile, cargo-auditable distinfo cargo-depends.mk

remove cargo-auditable

Soon in main. Thanks to wiz@ for confirming the build with rust-1.91
DeltaFile
+0-290cargo-auditable/distinfo
+0-97cargo-auditable/cargo-depends.mk
+0-27cargo-auditable/Makefile
+0-6cargo-auditable/DESCR
+0-3cargo-auditable/PLIST
+0-1Makefile
+0-4246 files

NetBSD/src B2HWtIHusr.bin/make/unit-tests Makefile

   Simplify the method of ensuring TEST_MAKE is absolute path

   PR: 60016
VersionDeltaFile
1.383+7-13usr.bin/make/unit-tests/Makefile
+7-131 files