NetBSD/pkgsrc 8cGUlg7doc CHANGES-2026

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

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

   net/xfr: update to 0.8.0

   ## [0.8.0] - 2026-02-12

   ### Added
   - **Client source port pinning** (`--cport`) - pin the client's local port for firewall traversal (issue #16). Works with UDP and QUIC. Multi-stream UDP (`-P N`) assigns sequential ports starting from the specified port (e.g., `--cport 5300 -P 4` uses ports 5300-5303). QUIC multiplexes all streams on the single specified port. TCP rejects `--cport` since single-port mode already handles firewall traversal. Combines with `--bind` for full control (`--bind 10.0.0.1 --cport 5300`). Automatically matches the remote's address family so `--cport` works transparently with both IPv4 and IPv6 targets.

   ### Fixed
   - **`--bind` with IPv6 targets** — `--bind` with an unspecified IP (e.g., `0.0.0.0:0`) now auto-matches the remote's address family at socket creation time across TCP, UDP, and QUIC. Previously failed when connecting to IPv6 targets from dual-stack clients.
   - **UDP data_ports length validation** — server returning mismatched port count could panic on `stats.streams[i]`; now validates length before iterating, matching the existing TCP guard

   ## [0.7.1] - 2026-02-12

   ### Fixed
   - **Server TUI `-0.0 Mbps` after test ends** (issue #20) - IEEE 754 negative zero now normalized via precision-aware `normalize_for_display()` helper across all throughput display paths
   - **TCP RTT/retransmits not updating live** (issue #13) - per-interval retransmits now computed from TCP_INFO deltas instead of a dead atomic counter; client stores socket fds for local TCP_INFO polling so sender-side metrics (upload/bidir) update live; download mode correctly uses server-reported metrics
   - **Plain-text zero retransmits dropped** - `rtx: 0` was omitted in plain/JSON/CSV interval output when all streams reported zero retransmits; now preserved
   - **`mbps_to_human()` unit-switch boundary** - `999.95 Mbps` displayed as `1000.0 Mbps` instead of `1.00 Gbps`; unit branch now uses rounded value


    [12 lines not shown]
VersionDeltaFile
1.3+19-19net/xfr/distinfo
1.3+5-5net/xfr/cargo-depends.mk
1.3+4-2net/xfr/Makefile
+28-263 files

NetBSD/pkgsrc OZALFIHdoc CHANGES-2026

   doc: Updated sysutils/xcp to 0.24.7
VersionDeltaFile
1.1207+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BowAMd0sysutils/xcp distinfo cargo-depends.mk

   sysutils/xcp: update to 0.24.7

   ## [0.24.7] - 2026-02-06

   ### Other

   - Remove warnings->error override as we will get these with cross-platform compilation.
   - Add warning about reflinking on Mac.
   - Tag already includes `xcp`

   ## [0.24.6] - 2026-02-06

   ### Other

   - More tweaks to release-plz workflow.
   - Convert to using a GH PAT token for release-plz to allow binary releases.

   ## [0.24.5] - 2026-02-06


    [16 lines not shown]
VersionDeltaFile
1.27+37-37sysutils/xcp/distinfo
1.24+11-11sysutils/xcp/cargo-depends.mk
1.27+2-2sysutils/xcp/Makefile
+50-503 files

NetBSD/pkgsrc A7hDrK7doc CHANGES-2026

   doc: Updated textproc/xan to 0.55.0
VersionDeltaFile
1.1206+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 54K8PC7textproc/xan distinfo cargo-depends.mk

   textproc/xan: update to 0.55.0

   Breaking

       Changing how xan separate generates default column names.
       xan from -f=(json|ndjson|jsonl) will now emit column in input order by default.
       Changing xan to -B/--buffer-size to --sample-size to harmonize flag names with xan from.

   Features

       Adding the xan complete command.
       Adding an optional unit to ceil, floor, round & trunc moonblade function. E.g. floor to nearest decade: floor(year, 10).
       Adding basename & dirname moonblade functions.
       Adding parse_py_literal moonblade functions. Useful to deal with files dubiously serialized using pandas.
       Adding xan view --repeat-headers=(auto|always|never).
       Adding xan view --reveal-whitespace=(auto|always|never).
       Adding --color support to XAN_VIEW_ARGS.
       Adding xan from -f json --sample-size -1 to sample the whole file.
       Adding xan from -f json --single-object.

    [19 lines not shown]
VersionDeltaFile
1.6+10-10textproc/xan/distinfo
1.6+2-2textproc/xan/cargo-depends.mk
1.6+2-2textproc/xan/Makefile
1.4+2-0textproc/xan/PLIST
+16-144 files

NetBSD/pkgsrc KP7fBR5doc CHANGES-2026

   doc: Updated audio/spotify-qt to 4.0.2
VersionDeltaFile
1.1205+2-1doc/CHANGES-2026
+2-11 files

NetBSD/src ETiBs4ptests/lib/libc/gen t_fpclassify.c

   Oops, forgot a ';'
VersionDeltaFile
1.20+3-3tests/lib/libc/gen/t_fpclassify.c
+3-31 files

NetBSD/pkgsrc T0RowNpaudio/spotify-qt distinfo Makefile

   audio/spotify-qt: update to 4.0.2

   Fixes

       Fixed seeking sometimes causing a crash (#297).
       Fixed crash when liking a track from the tracks list (#298).
       Fixed artist albums sometimes not being sorted correctly.

   Changes

       New lyrics provider, powered by lrclib.
       Added arm64 builds for Linux and Windows.
       Added NetBSD builds.
VersionDeltaFile
1.19+4-4audio/spotify-qt/distinfo
1.41+2-3audio/spotify-qt/Makefile
+6-72 files

NetBSD/pkgsrc LffomoUdoc CHANGES-2026

   doc: Updated audio/spotify-player to 0.22.1
VersionDeltaFile
1.1204+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc oZOLjclaudio/spotify-player distinfo cargo-depends.mk, audio/spotify-player/patches patch-.._vendor_nix-0.29.0_src_net_if__.rs

   audio/spotify-player: update to 0.22.1

   v0.22.1
   What's Changed

       fix: keep main thread alive on Linux and when media-control is disabled - Issue 924 by @Douglas019BR in #925

   v0.22.0
   Resolves the long-standing rate limit issue by using ncspot's client as the default client to interact with Spotify APIs (see this comment for more details).

   Special thanks to the ncspot developers for allowing this project to use their client.

   If anyone has a client registered with extended quota mode that was created before the November 2024 Spotify API changes, and you're willing to share it for this project, please reach out to me.
   What's Changed

       fix 0 key not working in popups by @xdBronch in #911
       integrate ncspot's client id by @aome510 in #918
       patch entry with null values in get-a-categories-playlists API by @aome510 in #919
       replace tokio blocking tasks with named threads by @aome510 in #921

    [2 lines not shown]
VersionDeltaFile
1.51+332-220audio/spotify-player/distinfo
1.48+109-72audio/spotify-player/cargo-depends.mk
1.1+16-0audio/spotify-player/patches/patch-.._vendor_nix-0.29.0_src_net_if__.rs
1.70+4-4audio/spotify-player/Makefile
+461-2964 files

NetBSD/pkgsrc oAyofj1doc CHANGES-2026

   doc: Updated graphics/pastel to 0.12.0
VersionDeltaFile
1.1203+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc y9OMwqdgraphics/pastel distinfo cargo-depends.mk

   graphics/pastel: update to 0.12.0

   What's Changed

       Replace atty dependency with std::io::IsTerminal (breaking) by @musicinmybrain in #298
       Add ANSI 8-bit parsing by @sharkdp in #299
VersionDeltaFile
1.8+25-34graphics/pastel/distinfo
1.6+7-10graphics/pastel/cargo-depends.mk
1.10+2-2graphics/pastel/Makefile
+34-463 files

NetBSD/pkgsrc bkbemtvdoc CHANGES-2026

   doc: Updated devel/ruby-mocha to 3.0.2
VersionDeltaFile
1.1202+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yVNZidKdevel/ruby-mocha distinfo Makefile

   devel/ruby-mocha: update to 3.0.2

   3.0.2 (2026-02-14)

   External changes

   * Fix NoMethodError on deprecation warning - broken since v3.0.0 (#790)

   Internal changes

   * Update commands in release docs to use bundle exec (7692c735)
   * Fix test:performance rake task for minitest v6 (d925ad27)
   * Fix prism gem install on JRuby (683c27b4)
   * Add Ruby v4.0-rc to CI build matrix and change weekly build to nightly
     (#777)
   * Add Ruby v4.0 to CI build matrix (6ced2025)
   * Add irb to Gemfile to fix warning in Ruby v4 (a0fc7798)
   * Auto-correct Style/EmptyClassDefinition violation (9ba0a09f)
   * Ensure every test can run in isolation (be12ef06)
   * Rename run-fail-fast CircleCI command -> run-fail-on-warning (72fc6fe8)
VersionDeltaFile
1.46+4-4devel/ruby-mocha/distinfo
1.44+2-2devel/ruby-mocha/Makefile
1.34+2-1devel/ruby-mocha/PLIST
+8-73 files

NetBSD/pkgsrc jHegeZcdoc CHANGES-2026

   doc: Updated textproc/prose to 0.5.0
VersionDeltaFile
1.1201+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wNpdN7Ctextproc/prose distinfo cargo-depends.mk

   textproc/prose: update to 0.5.0

    - No ChangeLog provided.
VersionDeltaFile
1.10+244-253textproc/prose/distinfo
1.8+80-83textproc/prose/cargo-depends.mk
1.10+2-2textproc/prose/Makefile
+326-3383 files

NetBSD/pkgsrc OWpWlLsdoc CHANGES-2026

   doc: Updated devel/ruby-console to 1.34.3
VersionDeltaFile
1.1200+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8SUOyV4devel/ruby-console distinfo Makefile

   devel/ruby-console: update to 1.34.3

   1.34.3 (2026-02-11)

   *  Fix Console::Filter dynamic class creation and severity chaining. (#83)

      - Add DEFAULT_LEVEL constant when creating dynamic filter classes via
        Filter[].

      - Make call() method handle nil level (unknown severity) by passing
        through.
VersionDeltaFile
1.22+4-4devel/ruby-console/distinfo
1.22+2-2devel/ruby-console/Makefile
+6-62 files

NetBSD/pkgsrc IrqSjE4doc CHANGES-2026

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

NetBSD/pkgsrc ATFEOVEshells/oh-my-posh distinfo Makefile

   shells/oh-my-posh: update to 29.4.1

   Bug Fixes

       pwsh: remove BOM from init script (5d05fac)
VersionDeltaFile
1.289+4-4shells/oh-my-posh/distinfo
1.315+2-2shells/oh-my-posh/Makefile
+6-62 files

NetBSD/pkgsrc pkhLiUCdatabases/pgocaml Makefile, devel/ocaml-extlib Makefile

   *: recursive bump for ocaml-dune becoming a build dependency
VersionDeltaFile
1.46+3-2x11/ocaml-lablgtk3/Makefile
1.23+2-2databases/pgocaml/Makefile
1.16+2-2devel/ocaml-yojson/Makefile
1.25+2-2devel/ocaml-extlib/Makefile
1.76+2-2devel/ocamlgraph/Makefile
1.17+2-2devel/ocamlify/Makefile
+13-12194 files not shown
+401-269200 files

NetBSD/pkgsrc QEcBUMfdoc CHANGES-2026

   doc: Updated audio/ncspot to 1.3.3
VersionDeltaFile
1.1198+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 2bQ8Ntndevel/ocaml-dune buildlink3.mk, devel/ocaml-dune-configurator buildlink3.mk

   ocaml-dune*: these are build dependencies, only build-depend on them by default
VersionDeltaFile
1.5+3-1devel/ocaml-dune-configurator/buildlink3.mk
1.10+3-1devel/ocaml-dune/buildlink3.mk
+6-22 files

NetBSD/pkgsrc 57QnfG4audio/ncspot distinfo cargo-depends.mk, audio/ncspot/patches patch-.._vendor_mio-1.1.0_src_sys_unix_selector_kqueue.rs

   audio/ncspot: update to 1.3.3

   Maintenance release

   Thanks to a PR (#1772) by @fischman ncspot should work again after Spotify have changed the authorization flow.

   Also, Vim bindings have been improved thanks to a contribution by @nickscip.
   What's Changed

       docs(README): center misaligned screenshot by @ThomasFrans in #1736
       chore(toolchain): update by @hrkfdn in #1735
       chore(deps): bump the cargo group with 2 updates by @dependabot[bot] in #1745
       chore(deps): bump the cargo group with 2 updates by @dependabot[bot] in #1748
       chore(deps): bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #1741
       num-bigint-dig: future incompatibility by @kn0sys in #1747
       chore(deps): bump actions/cache from 4 to 5 in the github-actions group by @dependabot[bot] in #1752
       chore(deps): bump reqwest from 0.12.24 to 0.12.25 in the cargo group by @dependabot[bot] in #1751
       Feat/more vim cmds by @nickscip in #1746
       chore(deps): bump the cargo group with 3 updates by @dependabot[bot] in #1756

    [10 lines not shown]
VersionDeltaFile
1.57+176-109audio/ncspot/distinfo
1.46+57-35audio/ncspot/cargo-depends.mk
1.1+18-0audio/ncspot/patches/patch-.._vendor_mio-1.1.0_src_sys_unix_selector_kqueue.rs
1.84+4-4audio/ncspot/Makefile
+255-1484 files

NetBSD/pkgsrc tmPLRfRfonts/sgi-fonts Makefile

   fonts/sgi-fonts: fix build problem

   Fix build problem on X11_TYPE == native environment, reflecting discussion
   on teck-pkg@.
VersionDeltaFile
1.23+3-1fonts/sgi-fonts/Makefile
+3-11 files

NetBSD/pkgsrc XjagJCXfonts/jmk-fonts Makefile

   fonts/jmk-fonts: fix build problem

   Fix build problem on X11_TYPE == native environment, reflecting discussion
   on teck-pkg@.

   Also add mkfontscale to USE_TOOLS.
VersionDeltaFile
1.20+3-2fonts/jmk-fonts/Makefile
+3-21 files

NetBSD/pkgsrc-wip 8d9ab61semi distinfo Makefile

(devel/semi) Update 2024-06-06 21:45:45 to 2025-11-29 22:32:53
DeltaFile
+3-3semi/distinfo
+3-2semi/Makefile
+6-52 files

NetBSD/pkgsrc X07L0eXdoc CHANGES-2026

   doc: Updated devel/mise to 2026.2.15
VersionDeltaFile
1.1197+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3TKOh5Gdevel/mise distinfo cargo-depends.mk

   devel/mise: update to 2026.2.15

   This is an update over 15 releases. Impossible to reproduce changelog here.
   Check upstream for what changed.
VersionDeltaFile
1.100+148-139devel/mise/distinfo
1.100+48-45devel/mise/cargo-depends.mk
1.105+2-2devel/mise/Makefile
+198-1863 files