NetBSD/pkgsrc uM7p1n5doc CHANGES-2026

   doc: Updated sysutils/btop to 1.4.7
VersionDeltaFile
1.2731+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wJszbsLsysutils/btop distinfo PLIST

   sysutils/btop: Update to 1.4.7

   Changes since 1.4.6:

   Changelog v1.4.7
     * Feat: Process following and following mode improvements.
     * feat: Add Apple Silicon GPU support via IOReport API.
     * feat: add Kanagawa Dragon theme.
     * Add twilight theme.
     * Add Swap upload/download speed graph option, Fix network graphs
       overlap.
     * Add Flexoki dark and light themes.
     * Menu option to disable presets.
     * Create orange.theme.
     * Add E hotkey to collapse/expand all processes in tree mode.
     * fix: restore Apple Silicon temp reporting on M2 Pro.
     * fix regression from a switch to kIOMainPortDefault.
     * Fix hide and info buttons.
     * Fix mouse mapping for process kill buttons with vim keys enabled.

    [22 lines not shown]
VersionDeltaFile
1.9+4-4sysutils/btop/distinfo
1.4+5-0sysutils/btop/PLIST
1.9+2-2sysutils/btop/Makefile
+11-63 files

NetBSD/pkgsrc-wip ab1ec86gcr4 PLIST COMMIT_MSG

gcr4: update to 4.4.0.1

Review the package. Move some dependencies to options.
Remove content from Makefile which predates meson building.
DeltaFile
+738-734gcr4/PLIST
+109-0gcr4/COMMIT_MSG
+71-0gcr4/options.mk
+23-23gcr4/Makefile
+27-12gcr4/buildlink3.mk
+16-0gcr4/TODO
+984-7691 files not shown
+987-7727 files

NetBSD/pkgsrc-wip d423491bob distinfo cargo-depends.mk, bob/patches patch-.._vendor_lua-src-547.0.0_src_lib.rs patch-.._lua-src-rs-178af5ab1dd388fd378cb9cb24d65747e08f5a5e_src_lib.rs

bob: Update to 0.99.3.

* Switch to an upstream commit with illumos support for lua-src so that we can
  use the bundled version.  OmniOS is now supported, as it does not provide a
  native lua package.

* Generate setup.log for bob's internal handling of preparing for a build, and
  include them in the report, so that users are made aware of any failures that
  prevented a package build from starting.

* Various logging and error handling improvements.

* Add `--from` and `--to` support to `bob diff`.

* Add `bob publish --baseline` to compare against a specific build run instead
  of the previous, useful if the previous build ended up being unusable.

* Support `bob util import-pscan --no-resolve`


    [26 lines not shown]
DeltaFile
+359-308bob/distinfo
+117-101bob/cargo-depends.mk
+0-16bob/patches/patch-.._vendor_lua-src-547.0.0_src_lib.rs
+16-0bob/patches/patch-.._lua-src-rs-178af5ab1dd388fd378cb9cb24d65747e08f5a5e_src_lib.rs
+7-2bob/Makefile
+5-3bob/patches/patch-Cargo.toml
+504-4306 files

NetBSD/src DkP87Selib/libpthread pthread_main_np.3

   pthread_main_np.3: grammar fix
VersionDeltaFile
1.2+2-2lib/libpthread/pthread_main_np.3
+2-21 files

NetBSD/pkgsrc 0WSm82Vdoc CHANGES-2026

   doc: Updated www/chromium to 147.0.7727.137
VersionDeltaFile
1.2730+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc SyBKQQJwww/chromium distinfo Makefile

   www/chromium: update to 147.0.7727.137

   * 147.0.7727.116
   This update includes 19 security fixes. Below, we highlight fixes
   that were contributed by external researchers. Please see the
   Chrome Security Page for more information.
   [TBD][493652473] High CVE-2026-6919: Use after free in DevTools.
   Reported by c6eed09fc8b174b0f3eebedcceb1e792 on 2026-03-18
   [TBD][499891888] High CVE-2026-6920: Out of bounds read in GPU.
   Reported by tatiwari of Microsoft on 2026-04-06
   [TBD][493315759] Medium CVE-2026-6921: Race in GPU.
   Reported by soiax on 2026-03-17

   * 147.0.7727.137
   This update includes 30 security fixes. Below, we highlight fixes
   that were contributed by external researchers. Please see the
   Chrome Security Page for more information.
   [$7000][494352590] Critical CVE-2026-7363: Use after free in Canvas.
   Reported by heapracer on 2026-03-19

    [58 lines not shown]
VersionDeltaFile
1.40+9-9www/chromium/distinfo
1.54+1-1www/chromium/Makefile
+10-102 files

NetBSD/pkgsrc OD6JmYfdoc CHANGES-2026

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

NetBSD/pkgsrc eAihdUNnet/xfr distinfo Makefile

   net/xfr: update to 0.9.11

   UDP TUI clarity. Two issues from real users — @brettowe (#70) and @pythonwood (#72) — pointed at the same weakness: the running TUI was confusing about what its UDP numbers meant. This release rewires the live data path so the values you see during a test match what the test actually saw.
   Fixed

       Live UDP packet-loss counter during the run (#70) — the Packet Loss line was stuck at 0.0% for the entire test and only updated to the real value at completion. With -t 0 (infinite mode) the real value was never visible. Server now ships cumulative UdpIntervalProgress { packets_received, packets_lost } on every Interval message; client derives the percent locally and the TUI updates it live. Reported by @brettowe.
       Final UDP loss accounting only counts valid xfr packets — UdpStats.packets_received and packets_sent now exclude short, malformed, or foreign datagrams that can't be header-decoded. Previously such datagrams inflated packets_received and silently understated the final loss percent.

   Added

       Throughput sparkline tints by per-interval loss severity (#70) — clean intervals stay the graph color, light loss (<1% per-interval rate) tints warning, heavy loss (≥1%) tints error. A single-packet hiccup and a heavy drop burst no longer collapse to the same flat tint. Magnitude unknown stays the graph color — honest "no signal."
       Freshness signal for the Packet Loss line — renders dimmed --% when paired against a pre-0.9.11 server or before any UDP traffic has been observed, so unknown is visually distinct from a fresh 0.0% reading.

   Changed

       Jitter rolling-window label (#72) — the running display now reads Jitter: 0.86 ms (10s avg: 0.03 ms). The previous (10s: …) form read like a stuck timer; @pythonwood opened an issue thinking the display was broken on a v0.9.10-client → v0.9.6-server pairing.

   Wire-protocol note

   AggregateInterval gains an optional udp_progress field (raw counts, not a derived percent — the client owns the math). Cross-version compatibility preserved with serde(default, skip_serializing_if = "Option::is_none"). Verified for both 0.9.10 ↔ 0.9.11 directions in tests; pythonwood's mismatched-version pairing in #72 is a deliberate compat target.
VersionDeltaFile
1.10+4-4net/xfr/distinfo
1.10+2-2net/xfr/Makefile
1.10+0-0net/xfr/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc Kq9Wu6Mdoc CHANGES-2026

   doc: Updated devel/cargo-c to 0.10.22
VersionDeltaFile
1.2728+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc viv23w1devel/cargo-c distinfo cargo-depends.mk

   devel/cargo-c: update to 0.10.22

    - Fix wrong dylib install name on macOS (Thank you @thewildtree !)
    - Update implib, object and cargo to the latest version
VersionDeltaFile
1.30+424-403devel/cargo-c/distinfo
1.27+140-133devel/cargo-c/cargo-depends.mk
1.37+3-3devel/cargo-c/Makefile
+567-5393 files

NetBSD/pkgsrc RTKALPYdoc CHANGES-2026

   doc: Updated audio/kew to 4.0.0
VersionDeltaFile
1.2727+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8KbXY4raudio/kew distinfo Makefile, audio/kew/patches patch-Makefile patch-src_ui_input.c

   kew: update to 4.0.0

   New:
   - Discord RPC integration
   - kew play \<path\> \<path2\> command
   - Support for macOS media keys
   - You can now dequeue m3u playlists and they are sorted first
   - Lyrics page now centers the current lyric once it reaches the
     center of the screen
   - Smoother gradient for non default sized spectrum visualizers
   - Added a Nix Flake
   - Expandable directories in search view
   - miniaudio bumped to version 0.11.24.
   - Hide footer option, hideFooter=1
   - Hide time status (elapsed seconds, song length and so on) option,
   hideTimeStatus=1
   - Add option to disable the stripping of track numbers from file
     names in the library: stripTrackNumbers=0
   - Add AIFF support

    [26 lines not shown]
VersionDeltaFile
1.20+8-8audio/kew/distinfo
1.4+6-6audio/kew/patches/patch-Makefile
1.23+2-2audio/kew/Makefile
1.2+1-1audio/kew/patches/patch-src_ui_input.c
1.2+1-1audio/kew/patches/patch-src_ui_common__ui.c
1.2+1-1audio/kew/patches/patch-src_sys_mpris.c
+19-196 files

NetBSD/pkgsrc 8SZNd9Zdoc TODO CHANGES-2026

   doc: Updated www/w3m-img to 0.5.6nb1
VersionDeltaFile
1.27180+3-1doc/TODO
1.2726+2-1doc/CHANGES-2026
+5-22 files

NetBSD/pkgsrc IL48p6Swww/w3m options.mk, www/w3m-img Makefile

   w3m-img: follow upstream's default and prefer imlib2 over gtk2

   (since 2022)

   Bump PKGREVISION.
VersionDeltaFile
1.19+2-2www/w3m/options.mk
1.39+2-1www/w3m-img/Makefile
+4-32 files

NetBSD/pkgsrc gXK8kK9doc CHANGES-2026

   doc: Updated mail/mu to 1.14.1
VersionDeltaFile
1.2725+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc BwQ3E4kmail/mu distinfo Makefile

   mu: update to 1.14.1

   - Improvements in documentation
   - Improvements in display of attachments / MIME-parts
   - Better HTML toggling
   - Support MIME icons
   - Bug fixes
VersionDeltaFile
1.15+4-4mail/mu/distinfo
1.25+2-2mail/mu/Makefile
+6-62 files

NetBSD/src 8SsL29Jdoc 3RDPARTY CHANGES

   new zstd
VersionDeltaFile
1.2196+4-3doc/3RDPARTY
1.3252+2-1doc/CHANGES
+6-42 files

NetBSD/src jHycBs7external/bsd/zstd zstd2netbsd, external/bsd/zstd/dist/.circleci config.yml

   merge changes between zstd-1.5.6 and zstd-1.5.7
VersionDeltaFile
1.1+42-0external/bsd/zstd/zstd2netbsd
1.10+2-1external/bsd/zstd/lib/Makefile
1.2+0-0external/bsd/zstd/dist/.circleci/images/primary/Dockerfile
1.2+0-0external/bsd/zstd/dist/build/VS2010/fullbench-dll/fullbench-dll.vcxproj
1.2+0-0external/bsd/zstd/dist/contrib/linux-kernel/test/include/asm/unaligned.h
1.2+0-0external/bsd/zstd/dist/.circleci/config.yml
+44-16 files

NetBSD/pkgsrc yxQNAmmgraphics/shotwell Makefile, mail/evolution Makefile

   *: Bump revision after security/gcr update
VersionDeltaFile
1.172+2-2www/midori/Makefile
1.57+2-2x11/gnome-shell/Makefile
1.33+2-2www/surf/Makefile
1.168+2-2graphics/shotwell/Makefile
1.248+2-2mail/evolution-data-server/Makefile
1.294+2-2mail/evolution/Makefile
+12-124 files not shown
+20-1910 files

NetBSD/src LjoDikzexternal/bsd/zstd/dist/lib zstd.h, external/bsd/zstd/dist/lib/compress zstd_compress.c zstd_compress_internal.h

   Import zstd-1.5.7 (previous was 1.5.6)

   V1.5.7 (Feb 2025)
   fix: compression bug in 32-bit mode associated with long-lasting sessions
   api: new method `ZSTD_compressSequencesAndLiterals()` (#4217, #4232)
   api: `ZSTD_getFrameHeader()` works on skippable frames (#4228)
   perf: substantial compression speed improvements (up to +30%) on small data, by @TocarIP (#4144) and @cyan4973 (#4165)
   perf: improved compression speed (~+5%) for dictionary compression at low levels (#4170)
   perf: much faster speed for `--patch-from` at high compression levels (#4276)
   perf: higher `--patch-from` compression ratios, notably at high levels (#4288)
   perf: better speed for binaries on Windows (@pps83) and when compiled with Visual Studio (@MessyHack)
   perf: slight compression ratio improvement thanks to better block boundaries (#4136, #4176, #4178)
   perf: slight compression ratio improvement for `dfast`, aka levels 3 and 4 (#4171)
   perf: runtime bmi2 detection enabled on x86 32-bit mode (#4251)
   cli: multi-threading as default CLI setting, by @daniellerozenblit
   cli: new `--max` command (#4290)
   build: improve `msbuild` version autodetection, support VS2022, by @ManuelBlanc
   build: fix `meson` build by @artem and @Victor-C-Zhang, and on Windows by @bgilbert
   build: compatibility with Apple Framework, by @Treata11

    [8 lines not shown]
VersionDeltaFile
1.1.1.2+1,057-367external/bsd/zstd/dist/lib/compress/zstd_compress.c
1.1.1.2+650-650external/bsd/zstd/dist/tests/regression/results.csv
1.1.1.2+472-243external/bsd/zstd/dist/tests/fullbench.c
1.1.1.2+241-132external/bsd/zstd/dist/lib/zstd.h
1.1.1.2+227-125external/bsd/zstd/dist/lib/compress/zstd_compress_internal.h
1.1.1.2+254-40external/bsd/zstd/dist/tests/fuzzer.c
+2,901-1,557162 files not shown
+6,300-3,640168 files

NetBSD/pkgsrc-wip f0e089es-nail distinfo, s-nail/patches patch-src_mx_file-streams.c

s-nail: fixed compiling on macOS
DeltaFile
+13-0s-nail/patches/patch-src_mx_file-streams.c
+1-1s-nail/distinfo
+14-12 files

NetBSD/pkgsrc cIq6baHdoc CHANGES-2026

   doc: Updated graphics/chafa to 1.18.2
VersionDeltaFile
1.2724+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc kwAbuU5graphics/chafa distinfo Makefile

   chafa: update to 1.18.2

   - Support BigTIFF images
   - Integer overflow and OOB write with big output size (@Captainjack-kor).
   - OOB write in symbol-mode Floyd-Steinberg dithering.
   - CLI: Incomplete sanitization of filenames printed to terminal.
   - CLI: Integer overflow in XWD header validation.
   - CLI: Pointer arithmetic past end of GIF file allocation.
   - OOB reading canvas cell colors in FGBG mode.
   -  Compiler warnings from headers with C99 and -Wpedantic.
VersionDeltaFile
1.8+4-4graphics/chafa/distinfo
1.19+2-3graphics/chafa/Makefile
+6-72 files

NetBSD/pkgsrc 0kpxqGldoc CHANGES-2026

   doc: Updated security/gcr to 3.41.2
VersionDeltaFile
1.2723+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NvkzU3dsecurity/gcr PLIST Makefile, security/gcr/patches patch-gcr_meson.build patch-gck_meson.build

   security:gcr: update to 3.41.2

   # changes (since 3.40.0)

   gcr 3.41.2:
   - ui: Add gcr.gresource.xml back into the build
   - misc: Several memory leaks were fixed
   - ci: Several CI fixes
   - Updated translations

   gcr 3.41.1:
   - meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68]
   - gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands
   - docs: Port from gtk-doc to gi-docgen [GNOME/gcr!76]
   - Unbreak build without systemd [GNOME/gcr!75]
   - Several CI fixes
   - Updated translations

   gcr 3.41.0:

    [5 lines not shown]
VersionDeltaFile
1.5+951-86security/gcr/PLIST
1.50+10-7security/gcr/Makefile
1.8+4-7security/gcr/distinfo
1.26+2-2security/gcr/buildlink3.mk
1.2+1-1security/gcr/patches/patch-gcr_meson.build
1.2+1-1security/gcr/patches/patch-gck_meson.build
+969-1041 files not shown
+970-1057 files

NetBSD/pkgsrc-wip fd20258libnfs options.mk Makefile, libnfs/patches patch-cmake_ConfigureChecks.cmake patch-cmake_config.h.cmake

libnfs: switch to build with cmake

+ various minor changes
DeltaFile
+36-3libnfs/options.mk
+11-22libnfs/Makefile
+19-0libnfs/patches/patch-cmake_ConfigureChecks.cmake
+16-0libnfs/patches/patch-cmake_config.h.cmake
+15-0libnfs/patches/patch-CMakeLists.txt
+0-15libnfs/patches/patch-configure.ac
+97-402 files not shown
+106-428 files

NetBSD/src Cqqjyxalib/libpthread pthread_self.3

   pthread_self(3): mention pthread_main_np
VersionDeltaFile
1.6+4-3lib/libpthread/pthread_self.3
+4-31 files

NetBSD/src aUKmPTMsys/arch/m68k/include vmparam.h

   don't expose kernel variables to userland.
VersionDeltaFile
1.8+3-1sys/arch/m68k/include/vmparam.h
+3-11 files

NetBSD/src OzMxENQdoc CHANGES

   Mention pthread_main_np
VersionDeltaFile
1.3251+2-1doc/CHANGES
+2-11 files