NetBSD/pkgsrc kxvuEhyprint/mupdf Makefile

   mupdf: needs bash to build now
VersionDeltaFile
1.140+2-2print/mupdf/Makefile
+2-21 files

NetBSD/src Pb7w57qsys/arch/sparc64/sparc64 locore.s

   sun4v: hook up trap 0x30 (data_access_exception in the UA2005 spec) properly so the generic slowtrap/trap code path is not used, but the sun4v_datatrap code path is used instead
VersionDeltaFile
1.439+3-2sys/arch/sparc64/sparc64/locore.s
+3-21 files

NetBSD/pkgsrc-wip 608492bpy-electrum distinfo PLIST

py-electrum: Update to 4.7.1
DeltaFile
+3-3py-electrum/distinfo
+2-1py-electrum/PLIST
+1-1py-electrum/Makefile
+6-53 files

NetBSD/src gfnLgVpsys/arch/vax/vax compat_13_machdep.c

   PR/60064: FireTurtle: typo: sp =- 8 should be sp -= 8
VersionDeltaFile
1.7+3-3sys/arch/vax/vax/compat_13_machdep.c
+3-31 files

NetBSD/src cqhLwXRtools/binutils Makefile

   PR/60063: Eirik �verby: binutils fails to build if system has elftools
   installed, because there is no elfutils/debuginfod.h.
VersionDeltaFile
1.43+2-1tools/binutils/Makefile
+2-11 files

NetBSD/pkgsrc rm8wdk5doc CHANGES-2026

   doc: Updated sysutils/xtop to 0.3.6
VersionDeltaFile
1.1594+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc iGtjNrysysutils/xtop distinfo Makefile

   sysutils/xtop: update to 0.3.6

    - No Changelog provided.
VersionDeltaFile
1.4+4-4sysutils/xtop/distinfo
1.4+3-3sysutils/xtop/Makefile
1.4+0-0sysutils/xtop/cargo-depends.mk
+7-73 files

NetBSD/pkgsrc DFikrTmdoc CHANGES-2026

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

NetBSD/pkgsrc nDs4wItnet/xfr distinfo cargo-depends.mk

   net/xfr: update to 0.9.2

   0.9.2 - 2026-03-06
   Changed

       Random payloads by default (issue #34) — TCP/UDP client-sent payloads now use random bytes by default to avoid silently inflated results on WAN-optimized or compressing paths. --random remains as an explicit no-op for clarity, and new --zeros forces zero-filled payloads for compression/dedup testing. Reverse mode sender remains server-side zeros until protocol negotiation is added.

   Fixed

       Windows build regression (issue #37) — pacing_rate_bytes_per_sec() used libc::c_ulong without a #[cfg(target_os = "linux")] guard, breaking compilation on Windows. The function is only called from the linux-gated SO_MAX_PACING_RATE path.
       MPTCP namespace test realism (issue #32) — test-mptcp-ns.sh now combines netem shaping with fq_codel on the shaped transit links, matching common Linux defaults more closely and reducing false-positive high-stream failures caused by shallow unfair queues in the test harness.

   0.9.1 - 2026-03-05
   Added

       MPTCP support (--mptcp) - Multi-Path TCP on Linux 5.6+ (issue #24). Uses IPPROTO_MPTCP at socket creation via socket2 — all TCP features (nodelay, congestion control, window size, bidir, multi-stream, single-port mode) work transparently. The server automatically creates MPTCP listeners when available (no flag needed) — MPTCP listeners accept both MPTCP and regular TCP clients transparently, with silent fallback to TCP if the kernel lacks MPTCP support. Client uses --mptcp to opt in. Clear error message on non-Linux clients or kernels without CONFIG_MPTCP=y.
       Kernel TCP pacing via SO_MAX_PACING_RATE (issue #30) - On Linux, TCP bitrate pacing (-b) now uses the kernel's FQ scheduler with EDT (Earliest Departure Time) for precise per-packet timing, eliminating burst behavior from userspace sleep/wake cycles. Falls back to userspace pacing on non-Linux, MPTCP sockets (not yet supported in kernel, see mptcp_net-next#578), or if the setsockopt fails. Note: -b sets a global bitrate shared across all parallel streams (unlike iperf3 where -b is per-stream). Suggested by the kernel MPTCP maintainer.
       Random payload mode (--random, issue #34) — client can fill TCP/UDP send buffers with random bytes (once at allocation) to reduce compression/dedup artifacts on shaped/WAN links. Current scope is client-sent payloads only: reverse mode sender remains server-side zeros until protocol negotiation is added.


    [13 lines not shown]
VersionDeltaFile
1.4+238-187net/xfr/distinfo
1.4+78-61net/xfr/cargo-depends.mk
1.4+2-2net/xfr/Makefile
+318-2503 files

NetBSD/src xLvb9Xssys/net/npf npf_socket.c

   ensure softnet lock is held rather re-locking

   If we are about to interact with sockets
    we should just ensure that the softnet_lock is held.
   Because sockets initializations acquire that lock.

   fixes PR kern/60060
VersionDeltaFile
1.5+3-4sys/net/npf/npf_socket.c
+3-41 files

NetBSD/pkgsrc-wip 885cbffrust193 Makefile

rust193: close one pkglint issue by declaring paxctl as a tool.

This comes from main pkgsrc lang/rust/Makefile revision 1.354.
DeltaFile
+2-1rust193/Makefile
+2-11 files

NetBSD/pkgsrc-wip 26a4b16rust194 Makefile distinfo, rust194/files gcc-wrap

rust194: Add a package for rust 1.94.0.

Pkgsrc changes:
 * Update version & checksums.
 * Adapt patches to new vendored crates.

This has so far just been verified to build on NetBSD/amd64.

Upstream changes relative to 1.93.1:

Version 1.94.0 (2026-03-05)
==========================

Language
--------
- [Impls and impl items inherit `dead_code` lint level of the
  corresponding traits and trait items]
  (https://github.com/rust-lang/rust/pull/144113)
- [Stabilize additional 29 RISC-V target features including large

    [159 lines not shown]
DeltaFile
+812-0rust194/Makefile
+215-0rust194/files/gcc-wrap
+179-0rust194/distinfo
+128-0rust194/patches/patch-vendor_memchr-2.7.4_src_memchr.rs
+121-0rust194/cargo.mk
+117-0rust194/do-cross.mk
+1,572-081 files not shown
+4,284-087 files

NetBSD/pkgsrc-wip 1422458py-qtconsole distinfo Makefile

py-qtconsole: Update to 5.7.1
DeltaFile
+3-3py-qtconsole/distinfo
+2-2py-qtconsole/Makefile
+3-0py-qtconsole/PLIST
+8-53 files

NetBSD/pkgsrc-wip 5ad8967py-mpi4py PLIST Makefile

py-mpi4pi: Update to 4.1.1
DeltaFile
+56-16py-mpi4py/PLIST
+10-5py-mpi4py/Makefile
+3-3py-mpi4py/distinfo
+69-243 files

NetBSD/pkgsrc-wip 1bffe82py-distributed Makefile

py-distributed: fix Makefile
DeltaFile
+2-0py-distributed/Makefile
+2-01 files

NetBSD/pkgsrc-wip 9ab19d3py-partd Makefile PLIST

py-partd: Update LICENSE file location, cleanup Makefile
DeltaFile
+1-3py-partd/Makefile
+1-1py-partd/PLIST
+2-42 files

NetBSD/pkgsrc-wip aed48eapy-vega_datasets PLIST

py-vega_datasets: Update PLIST with LICENSE change
DeltaFile
+1-1py-vega_datasets/PLIST
+1-11 files

NetBSD/pkgsrc-wip 97de9depy-altair PLIST distinfo

py-altair: Update to 6.0.0
DeltaFile
+74-41py-altair/PLIST
+3-3py-altair/distinfo
+1-1py-altair/Makefile
+78-453 files

NetBSD/pkgsrc-wip 60e96dfpy-qtawesome PLIST distinfo

py-qtawesome: Update to 1.4.1
DeltaFile
+10-5py-qtawesome/PLIST
+3-3py-qtawesome/distinfo
+2-2py-qtawesome/Makefile
+15-103 files

NetBSD/pkgsrc-wip 2a3fb15py-dask Makefile

py-dask: fix Makefile
DeltaFile
+7-5py-dask/Makefile
+7-51 files

NetBSD/pkgsrc-wip 60233a3py-datasci depends.mk packages.mk

py-datasci: update to 2026.02.1
DeltaFile
+0-499py-datasci/depends.mk
+3-3py-datasci/packages.mk
+1-1py-datasci/Makefile
+4-5033 files

NetBSD/pkgsrc-wip ac48219py-apache-arrow PLIST

py-apache-arrow: Update to 23.0.1
DeltaFile
+2-2py-apache-arrow/PLIST
+2-21 files

NetBSD/pkgsrc-wip 6799c92py-rtree distinfo Makefile

py-rtree: fix incorrect distinfo and DISTNAME
DeltaFile
+3-3py-rtree/distinfo
+2-3py-rtree/Makefile
+5-62 files

NetBSD/pkgsrc-wip 1eaeef8apache-arrow PLIST distinfo

apache-arrow: Update to 23.0.1
DeltaFile
+6-6apache-arrow/PLIST
+3-3apache-arrow/distinfo
+1-1apache-arrow/version.mk
+10-103 files

NetBSD/src ogVANwfshare/man/man4 altq.4

   PR/60062: Robert Whitlock: altq(4) outdated URL in manual
VersionDeltaFile
1.9+3-3share/man/man4/altq.4
+3-31 files

NetBSD/pkgsrc s988XSidoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-core to 3.243.0
VersionDeltaFile
1.1592+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kG1Mgt1www/ruby-aws-sdk-core distinfo Makefile

   www/ruby-aws-sdk-core: update to 3.243.0

   3.243.0 (2026-03-05)

   * Feature - Add user agent metrics for S3 Transfer Manager directory
     operations.
VersionDeltaFile
1.73+4-4www/ruby-aws-sdk-core/distinfo
1.72+2-2www/ruby-aws-sdk-core/Makefile
+6-62 files

NetBSD/pkgsrc yrqNKcBdoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-s3 to 1.215.0
VersionDeltaFile
1.1591+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc awRWMQgwww/ruby-aws-sdk-s3 distinfo PLIST

   www/ruby-aws-sdk-core: update to 3.243.0

   3.243.0 (2026-03-05)

   * Feature - Add user agent metrics for S3 Transfer Manager directory
     operations.
VersionDeltaFile
1.53+4-4www/ruby-aws-sdk-s3/distinfo
1.14+5-1www/ruby-aws-sdk-s3/PLIST
1.53+2-2www/ruby-aws-sdk-s3/Makefile
+11-73 files

NetBSD/pkgsrc xc93ClKdoc CHANGES-2026

   doc: Updated www/ruby-aws-partitions to 1.1223.0
VersionDeltaFile
1.1590+2-1doc/CHANGES-2026
+2-11 files