NetBSD/pkgsrc VFi3OPodoc CHANGES-2026

   Updated textproc/md4c, devel/py-test-codspeed
VersionDeltaFile
1.2491+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc lqJkUbedevel/py-test-codspeed distinfo Makefile

   py-test-codspeed: updated to 4.4.0

   4.4.0

   We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.

   This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.

   fix: fix segfault caused by multiple activate_stack_trampoline
   fix: Exclude setup time from benchmark in walltime mode
   feat: collect Python toolchain information via instrument hooks environment API
VersionDeltaFile
1.8+4-4devel/py-test-codspeed/distinfo
1.10+2-2devel/py-test-codspeed/Makefile
+6-62 files

NetBSD/pkgsrc MqOqibptextproc/md4c distinfo Makefile

   md4c: updated to 0.5.3

   0.5.3

   Changes:

     * Avoid repeated prefix `language-` in code block language specification if
       the input already explicitly includes the prefix.

       Contributed by [Zach Newton](https://github.com/znewt99).

     * Permissive autolink extensions (`MD_FLAG_PERMISSIVExxxAUTOLINKS`) are now
       tiny bit more permissive, allowing `+` and `-` characters to be anywhere
       in the path portion of the URL. This also improves compatibility with GFM.

     * Make Unicode-specific code compliant to Unicode 18.0.

   Fixes:


    [30 lines not shown]
VersionDeltaFile
1.4+4-4textproc/md4c/distinfo
1.4+2-2textproc/md4c/Makefile
+6-62 files

NetBSD/pkgsrc gE99bijdoc CHANGES-2026

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

NetBSD/pkgsrc acSqjo2sysutils/xtop distinfo Makefile

   sysutils/xtop: update to 0.3.9

    - No Changelog provided.
VersionDeltaFile
1.7+4-4sysutils/xtop/distinfo
1.7+2-2sysutils/xtop/Makefile
1.7+0-0sysutils/xtop/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc mNc3GpHdoc CHANGES-2026

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

NetBSD/pkgsrc 8t7ijDrnet/xfr distinfo Makefile

   net/xfr: update to 0.9.8

   [0.9.8] - 2026-04-17
   Added

       Separate send/recv reporting in bidir tests (issue #56) — --bidir now reports per-direction bytes and throughput in the summary instead of just the combined total, which was useless on asymmetric links. Plain text shows Send: X  Recv: Y  (Total: Z); JSON adds bytes_sent, bytes_received, throughput_send_mbps, throughput_recv_mbps; CSV gets four new columns; TUI shows ↑ X / ↓ Y in the throughput panel. Unidirectional tests are unchanged (the existing bytes_total/throughput_mbps is already the single-direction number).

   Fixed

       Fast, accurate TCP teardown (issue #54) — replaced the blocking shutdown() drain on the send path with SO_LINGER=0 on Linux, so cancel and natural end-of-test no longer wait for bufferbloated send buffers to ACK through rate-limited paths. Fixes the "Timed out waiting 2s for N data streams to stop" warning matttbe reported with -P 4 --mptcp -t 1sec.
       Sender-side byte-count accuracy — stats.bytes_sent is now clamped to tcpi_bytes_acked before abortive close, removing a quiet ~5-10% overcount where the send-buffer tail discarded by RST was being reported as transferred. Download and bidir tests are the primary beneficiaries.
       macOS preserves graceful shutdown — non-Linux platforms lack tcpi_bytes_acked, so the Linux abortive-close path is cfg-gated; other platforms still use shutdown() for accurate accounting.

   [0.9.7] - 2026-04-16
   Added

       Early exit summary (issue #35) — Ctrl+C now displays a test summary with accumulated stats instead of silently exiting. Works in both plain text and TUI modes. Double Ctrl+C force-exits immediately.
       DSCP server-side propagation — --dscp flag is now sent to the server and applied to server-side TCP/UDP sockets for download and bidirectional tests. Previously only client-side sockets were marked.
       Non-Unix --dscp warning — platforms without socket TOS support now show a visible warning before the test starts, instead of silently no-oping.

    [10 lines not shown]
VersionDeltaFile
1.8+7-7net/xfr/distinfo
1.8+5-2net/xfr/Makefile
1.8+1-1net/xfr/cargo-depends.mk
+13-103 files

NetBSD/pkgsrc 2V6Owt4doc CHANGES-2026

   doc: Updated net/termscp to 1.0.0
VersionDeltaFile
1.2488+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HTCDGC4net/termscp distinfo cargo-depends.mk

   net/termscp: update to 1.0.0

   Released on 2026-04-18
   Added

       rework TransferProgress to track bytes with lazy estimation
       replace dual progress bar components with single TransferProgressBar
       simplify progress bar layout to single component
       update progress bar display for new unified data model
       update transfer loop to use unified TransferProgress
       consolidate theme progress bar fields into single transfer_progress_bar

   CI

       Codeberg mirroring
       run test workflows once
       check fmt with nightly toolchain
       add linux and windows aarch64 build targets


    [132 lines not shown]
VersionDeltaFile
1.17+952-568net/termscp/distinfo
1.17+316-188net/termscp/cargo-depends.mk
1.25+2-3net/termscp/Makefile
+1,270-7593 files

NetBSD/pkgsrc PFzcT2Ydoc CHANGES-2026

   doc: Updated shells/starship to 1.25.0
VersionDeltaFile
1.2487+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc WHYs2rkshells/starship distinfo cargo-depends.mk

   shells/starship: update to 1.25.0

   1.25.0 (2026-04-18)
   Features

       add Maven module (#7189) (70b0f73)
       add statusline subcommand for Claude Code integration (#7234) (b8ee821)
       battery: Update default unknown_symbol (#7278) (88d384f)
       directory: add support for regexes in substitutions (#7145) (2e8f26e)
       env_var: include $symbol in default format (#7262) (3885e81)
       git_status: add variables to track worktree and index changes (#5655) (0110bf5)
       python: add option to replace generic venv-names with parent dir (#7112) (083ab00)
       vcs: Introduce the VCS module (#6388) (0dd5a4f)

   Bug Fixes

       aws: isolate tests from host AWS config files (#7196) (e910f47)
       aws: support $duration for sso_session (#7100) (8108cc9)
       direnv: accept null loadedRC state (#7317) (56b8901)

    [6 lines not shown]
VersionDeltaFile
1.40+634-559shells/starship/distinfo
1.36+210-185shells/starship/cargo-depends.mk
1.41+2-2shells/starship/Makefile
+846-7463 files

NetBSD/pkgsrc hMAIwjpdoc CHANGES-2026

   doc: Updated finance/rex to 0.2.6
VersionDeltaFile
1.2486+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc EqHoEFnfinance/rex distinfo cargo-depends.mk

   finance/rex: update to 0.2.6

   Updates

       Improve start up time to near instant by moving update checker to a separate thread

   Changes

       Update checker by @TheRustyPickle in #127
       Version bump by @TheRustyPickle in #128
VersionDeltaFile
1.16+253-235finance/rex/distinfo
1.16+83-77finance/rex/cargo-depends.mk
1.29+4-4finance/rex/Makefile
+340-3163 files

NetBSD/pkgsrc Z8vLi3Ndoc CHANGES-2026

   doc: Updated editors/redox to 0.5.0
VersionDeltaFile
1.2485+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cc8RMeGeditors/redox distinfo cargo-depends.mk

   editors/redox: update to 0.5.0

   What's Changed

    - Improve Tree-sitter language support by @JackDerksen in #22
VersionDeltaFile
1.7+43-4editors/redox/distinfo
1.7+13-0editors/redox/cargo-depends.mk
1.7+2-2editors/redox/Makefile
+58-63 files

NetBSD/pkgsrc euRhBULdoc CHANGES-2026

   Updated www/nghttp2[-tools]
VersionDeltaFile
1.2484+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc o211WLkwww/nghttp2 distinfo Makefile.common

   nghttp2 nghttp2-tools: updated to 1.69.0

   1.69.0

   src: Simplify format_hex and format_upper_hex
   build(deps): bump actions/upload-artifact from 4 to 5
   hpack: Optimize huffman decoding a bit
   Port ngtcp2_map changes
   Remove unused macros and enums
   src: Rewrite defer
   src: Remove empty parameter list from lambda
   src: Remove noexcept from ~Defer
   src: Adopt EVP_PKEY_get0_EC_KEY
   nghttpx: Avoid separate allocation for QUIC tx buffer
   src: Workaround performance regression since OpenSSL 3.0
   integration: Cope with os.ErrProcessDone
   build(deps): bump github.com/quic-go/quic-go from 0.55.0 to 0.56.0
   src: Simplify DList::remove
   src: Remove the duplicated test

    [108 lines not shown]
VersionDeltaFile
1.80+4-4www/nghttp2/distinfo
1.34+2-2www/nghttp2/Makefile.common
+6-62 files

NetBSD/src juTdZN3share/mk bsd.own.mk

   switch x86 to jemalloc 5.3.1
VersionDeltaFile
1.1477+5-1share/mk/bsd.own.mk
+5-11 files

NetBSD/pkgsrc PnHPDNRlang/compiler-rt distinfo, lang/compiler-rt/patches patch-lib_sanitizer__common_sanitizer__linux.cpp

   compiler-rt: restore patch lost in update
VersionDeltaFile
1.3+3-1lang/compiler-rt/patches/patch-lib_sanitizer__common_sanitizer__linux.cpp
1.33+2-1lang/compiler-rt/distinfo
+5-22 files

NetBSD/pkgsrc OUpziPatextproc/moor DESCR

   moor: improve DESCR
VersionDeltaFile
1.2+1-1textproc/moor/DESCR
+1-11 files

NetBSD/pkgsrc y4USha8doc CHANGES-2026 TODO

   doc: Updated net/slumber to 5.2.5
VersionDeltaFile
1.2483+2-1doc/CHANGES-2026
1.27144+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc kv7QGqUnet/slumber distinfo Makefile

   slumber: update to 5.2.5.

   [5.2.5] - 2026-04-12

   Changed

       Set extension on temporary file when editing recipe body in TUI
           When editing a JSON body in the TUI, the created temp file will have .json as the extension, so your editor can use syntax highlighting and other language-specific features.

   Fixed

       Fix crash when previewing a profile value that returns a binary value
       Prompts in CLI/Python frontend no longer block other request building tasks
VersionDeltaFile
1.45+4-4net/slumber/distinfo
1.59+2-2net/slumber/Makefile
+6-62 files

NetBSD/pkgsrc PkHoGzWdoc TODO CHANGES-2026

   doc: Updated www/nginx to 1.30.0
VersionDeltaFile
1.27143+2-3doc/TODO
1.2482+2-1doc/CHANGES-2026
+4-42 files

NetBSD/pkgsrc LMxSH03www/nginx distinfo Makefile, www/nginx/patches patch-conf_nginx.conf

   nginx: update to 1.30.0.

   Changes with nginx 1.30.0                                        14 Apr 2026

       *) 1.30.x stable branch.


   Changes with nginx 1.29.8                                        07 Apr 2026

       *) Feature: the "max_headers" directive.
          Thanks to Maxim Dounin.

       *) Feature: OpenSSL 4.0 compatibility.

       *) Feature: now the "include" directive inside the "geo" block supports
          wildcards.

       *) Bugfix: in processing of HTTP 103 (Early Hints) responses from a
          proxied backend.

    [227 lines not shown]
VersionDeltaFile
1.4+11-11www/nginx/patches/patch-conf_nginx.conf
1.140+5-5www/nginx/distinfo
1.190+2-2www/nginx/Makefile
+18-183 files

NetBSD/src gHqDysusys/arch/atari/atari genassym.cf, sys/arch/hp300/hp300 genassym.cf

   Re-factor genassym.cf into common m68k definitions and platform-specific
   ones.
VersionDeltaFile
1.1+233-0sys/arch/m68k/m68k/genassym.cf
1.45+1-175sys/arch/x68k/x68k/genassym.cf
1.54+2-170sys/arch/mvme68k/mvme68k/genassym.cf
1.43+1-165sys/arch/atari/atari/genassym.cf
1.34+1-161sys/arch/luna68k/luna68k/genassym.cf
1.58+1-160sys/arch/hp300/hp300/genassym.cf
+239-83122 files not shown
+292-2,00828 files

NetBSD/pkgsrc FlwNZRumath/py-pandas distinfo, math/py-pandas/patches patch-pandas___libs_meson.build patch-pandas___libs_tslibs_meson.build

   py-pandas: fix build with meson 1.11
VersionDeltaFile
1.1+15-0math/py-pandas/patches/patch-pandas___libs_meson.build
1.1+15-0math/py-pandas/patches/patch-pandas___libs_tslibs_meson.build
1.47+3-1math/py-pandas/distinfo
+33-13 files

NetBSD/pkgsrc-wip 3b52540rust195 distinfo, rust195/patches patch-src_tools_cargo_src_bin_cargo_commands_help.rs

rust195: carry over 'cargo help build' patch from 1.94
DeltaFile
+20-0rust195/patches/patch-src_tools_cargo_src_bin_cargo_commands_help.rs
+1-0rust195/distinfo
+21-02 files

NetBSD/pkgsrc dv8xJkTcad/ghdl buildlink3.mk, devel/ghdl-yosys-plugin Makefile

   *: recursive bump for so name change in ghdl
VersionDeltaFile
1.2+2-1cad/ghdl/buildlink3.mk
1.2+2-1devel/ghdl-yosys-plugin/Makefile
+4-22 files

NetBSD/pkgsrc guxrxX8doc CHANGES-2026 TODO

   doc: Updated cad/ghdl to 6.0.0
VersionDeltaFile
1.2481+2-1doc/CHANGES-2026
1.27142+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc MrANz8scad/ghdl PLIST distinfo

   ghdl: update to 6.0.0.

   ## [2026-03-07] 6.0

   - Initial support of vhdl2019 (with --std=19)
   - --finteger64 fully supported (with jit backends)
VersionDeltaFile
1.7+9-3cad/ghdl/PLIST
1.14+4-4cad/ghdl/distinfo
1.30+2-3cad/ghdl/Makefile
+15-103 files