NetBSD/pkgsrc-wip eeacabbwebkit-gtk60 PLIST distinfo, webkit-gtk60/patches patch-Source_WebCore_style_values_non-standard_StyleWebKitBoxReflect.h patch-Source_bmalloc_libpas_src_libpas_pas__monotonic__time.c

webkit-gtk60: fix the build.
DeltaFile
+75-2webkit-gtk60/PLIST
+10-14webkit-gtk60/patches/patch-Source_WebCore_style_values_non-standard_StyleWebKitBoxReflect.h
+10-10webkit-gtk60/patches/patch-Source_bmalloc_libpas_src_libpas_pas__monotonic__time.c
+20-0webkit-gtk60/patches/patch-Source_WebCore_rendering_style_RenderStyleConstants.h
+19-0webkit-gtk60/patches/patch-Source_JavaScriptCore_parser_VariableEnvironment.h
+4-1webkit-gtk60/distinfo
+138-276 files

NetBSD/src 75cpKviexternal/bsd/jemalloc/dist/build-aux config.guess, external/bsd/jemalloc/dist/src ctl.c jemalloc.c

   merge changes between jemalloc-5.3.0 and 5.3.1
VersionDeltaFile
1.6+1,506-1,174external/bsd/jemalloc/dist/src/ctl.c
1.15+607-1,626external/bsd/jemalloc/dist/src/jemalloc.c
1.4+915-554external/bsd/jemalloc/dist/src/tcache.c
1.5+838-626external/bsd/jemalloc/dist/src/arena.c
1.4+733-616external/bsd/jemalloc/dist/build-aux/config.guess
1.4+713-493external/bsd/jemalloc/dist/src/stats.c
+5,312-5,089218 files not shown
+18,729-13,844224 files

NetBSD/pkgsrc N6ZmH52doc CHANGES-2026

   doc: Updated lang/rust to 1.94.1nb1
VersionDeltaFile
1.2474+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GvzHIQIlang/rust distinfo Makefile, lang/rust/patches patch-src_tools_cargo_src_bin_cargo_commands_help.rs

   rust: fix 'cargo help build' on NetBSD

   Bump PKGREVISION.
VersionDeltaFile
1.1+19-0lang/rust/patches/patch-src_tools_cargo_src_bin_cargo_commands_help.rs
1.197+2-1lang/rust/distinfo
1.358+2-1lang/rust/Makefile
+23-23 files

NetBSD/src hT1xYuksys/arch/riscv/include byte_swap.h

   riscv/byte_swap: remove unneeded LINTED comment

   The cast to uint16_t is enough to convince lint that the code truncates
   the value on purpose.
VersionDeltaFile
1.7+2-2sys/arch/riscv/include/byte_swap.h
+2-21 files

NetBSD/src 5FvLk1Ksbin/sysctl sysctl.c Makefile

   sysctl: fix lint warnings
VersionDeltaFile
1.167+5-5sbin/sysctl/sysctl.c
1.23+3-1sbin/sysctl/Makefile
+8-62 files

NetBSD/pkgsrc VlpXngDdoc pkg-vulnerabilities

   pkg-vulnerabilities: Dedup CVE-2026-24061

   Local patch was backported by <vins>, update the original entry.
VersionDeltaFile
1.757+2-3doc/pkg-vulnerabilities
+2-31 files

NetBSD/src dtbA6Wtlib/libusbhid parse.c

   libusbhid: remove unneeded LINTED comment in do-while macro
VersionDeltaFile
1.12+3-3lib/libusbhid/parse.c
+3-31 files

NetBSD/src Pnq4jGGlib/libpuffs null.c puffs_priv.h

   libpuffs: remove no-longer-needed LINTED comments

   Neither the current lint nor the lint from 2021-07-02 complains.
VersionDeltaFile
1.37+2-3lib/libpuffs/null.c
1.47+1-4lib/libpuffs/puffs_priv.h
+3-72 files

NetBSD/src Szz1iwtlib/libc/stdlib rand.c

   libc/rand: remove no-longer-needed LINTED comment

   The calculation happens in unsigned integer mode, which is guaranteed to
   wrap around on overflow. As long as RAND_MAX fits in 'int', the cast to
   'int' is not necessary, but it doesn't hurt either.
VersionDeltaFile
1.13+2-3lib/libc/stdlib/rand.c
+2-31 files

NetBSD/src 4Bw30rdlib/libc/gen getgrent.c getpwent.c

   libc/getgrent, libc/getpwent: remove no-longer needed LINTED comment

   The lint warning about 'constant in conditional context' has gone.
VersionDeltaFile
1.68+4-4lib/libc/gen/getgrent.c
1.85+3-3lib/libc/gen/getpwent.c
+7-72 files

NetBSD/src 5DIWtawlib/libc/db/hash hash.c

   libc/hash: remove no-longer-needed LINTED comment

   The lint warning about 'constant in conditional context' has gone.
VersionDeltaFile
1.40+2-3lib/libc/db/hash/hash.c
+2-31 files

NetBSD/pkgsrc 74OEhGudoc pkg-vulnerabilities

   Add reference to CVE-2026-24061
VersionDeltaFile
1.756+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/src ngoph9ccommon/lib/libprop prop_object_impl.h

   libprop: remove no-longer-needed LINTED comment

   The lint warning about constant conditions has been removed.
VersionDeltaFile
1.42+2-2common/lib/libprop/prop_object_impl.h
+2-21 files

NetBSD/src LQyiEkQcommon/lib/libc/stdlib random.c

   libc/random: remove no-longer-needed LINTED comment

   In an earlier version, randtbl was an 'array of int', and some of the
   constants didn't fit.
VersionDeltaFile
1.8+2-3common/lib/libc/stdlib/random.c
+2-31 files

NetBSD/pkgsrc 64qzupKnet/inetutils Makefile distinfo, net/inetutils/patches patch-telnetd_utility.c

   net/inetutils: patch against CVE-2026-24061

   Bump revision.
VersionDeltaFile
1.1+52-0net/inetutils/patches/patch-telnetd_utility.c
1.12+2-1net/inetutils/Makefile
1.8+2-1net/inetutils/distinfo
+56-23 files

NetBSD/src HOf7UQ4common/lib/libc/gen bswap16.c

   bswap16: remove no-longer-needed LINTED comment

   Lint computes the integer constraints for the expression and thus knows
   that it fits in uint16_t. Since the default LINTFLAGS contain only a
   single -a, lint wouldn't detect an accidental overflow at this point, it
   would need a second -a flag.
VersionDeltaFile
1.5+2-3common/lib/libc/gen/bswap16.c
+2-31 files

NetBSD/pkgsrc 9S6bDXydoc CHANGES-2026

   doc: Updated sysutils/fastfetch to 2.61.0
VersionDeltaFile
1.2473+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 4fNtYhYsysutils/fastfetch distinfo Makefile

   sysutils/fastfetch: update to 2.61.0

   # changes

   2.61.0

   Changes:
   * Support for Windows 7 and 8 has been removed.
       * Windows 8.1 is now the oldest version supported by fastfetch.
   * The GPU module on WSL no longer relies on `DXCore`.
       * The `directx-headers` dependency is no longer required.
       * Fastfetch on Linux is now pure C; a C++ compiler is no longer required.
       * GPU type detection is now slightly less accurate, but detection speed should be slightly faster.
   * The GPU module on Windows now uses `DXCore` for more accurate GPU type detection (requires Windows 10 or later).
       * This feature is built only when `DXCore` headers are available, which requires installing `mingw-w64-<msystem>-x86_64-directx-headers` on MSYS2.

   Features:
   * Adds a `brightness` option for color display configuration (#2238, Colors)
   * Adds support for detecting Bluetooth keyboards on Linux (#2220, Keyboard)

    [66 lines not shown]
VersionDeltaFile
1.27+4-4sysutils/fastfetch/distinfo
1.45+2-3sysutils/fastfetch/Makefile
1.8+2-1sysutils/fastfetch/PLIST
+8-83 files

NetBSD/pkgsrc rzCv6gvdoc CHANGES-2026

   doc: Updated chat/toot to 0.52.1
VersionDeltaFile
1.2472+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jpdjeVrchat/toot distinfo Makefile

   chat/toot: update to 0.52.1

   # changes

   toot 0.52.1

    * Improve text input for wide characters (thanks @izkluxcvy)
    * TUI: preserve focused status when refreshing timeline (thanks
      @AbeEstrada)

   toot 0.52.0

    * Add trending timeline (thanks @Taylor-Finch)
    * Handle quote notifications (thanks @mgorse)
    * Improve text input for wide characters (thanks @izkluxcvy)
    * TUI: fix pallete not working (thanks @RobertKosten)
    * TUI: fix post URL display (thanks @AbeEstrada)

   toot 0.51.1

    [4 lines not shown]
VersionDeltaFile
1.20+4-4chat/toot/distinfo
1.24+2-2chat/toot/Makefile
+6-62 files

NetBSD/pkgsrc-wip a1dca23resterm distinfo TODO, resterm/patches patch-go.sum patch-go.mod

resterm: fix NetBSD build by using older version of modernc.org/sqlite
DeltaFile
+20-0resterm/patches/patch-go.sum
+18-0resterm/patches/patch-go.mod
+8-6resterm/distinfo
+0-7resterm/TODO
+2-2resterm/go-modules.mk
+48-155 files

NetBSD/pkgsrc jHebssWlang/wasi-compiler-rt Makefile

   wasi-compiler-rt: fixed compiling on Linux
VersionDeltaFile
1.38+2-1lang/wasi-compiler-rt/Makefile
+2-11 files

NetBSD/pkgsrc q1hncX7doc pkg-vulnerabilities

   pkg-vulnerabilities: add reference to OpenBSD 7.8 errata 26
VersionDeltaFile
1.755+2-1doc/pkg-vulnerabilities
+2-11 files

NetBSD/pkgsrc bmIskcHdoc CHANGES-2026

   doc: Updated mail/opensmtpd to 7.8.0p1
VersionDeltaFile
1.2471+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc MLPWFBUmail/opensmtpd distinfo Makefile, mail/opensmtpd/patches patch-usr.sbin_smtpd_smtp__session.c

   mail/opensmtpd: 7.8.0p1

   # changes
   * Backport OpenBSD 7.8 errata 26
VersionDeltaFile
1.3+9-9mail/opensmtpd/patches/patch-usr.sbin_smtpd_smtp__session.c
1.16+5-5mail/opensmtpd/distinfo
1.37+2-2mail/opensmtpd/Makefile
+16-163 files

NetBSD/pkgsrc-wip c1fa2a2. TODO, resterm distinfo Makefile

resterm: update to 0.28.1

same breakage still
DeltaFile
+3-3resterm/distinfo
+1-1resterm/Makefile
+0-1TODO
+4-53 files

NetBSD/pkgsrc 9CLZdHcdoc CHANGES-2026

   doc: Updated textproc/treemd to 0.5.10
VersionDeltaFile
1.2470+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7AjB0HRtextproc/treemd distinfo cargo-depends.mk

   textproc/treemd: update to 0.5.10

   [0.5.10] - 2026-04-16
   Added

       Toggle hidden files and directories in file picker - Press h in the file picker to toggle visibility of dot-prefixed files and directories (e.g. .obsidian/, .notes.md); rebindable via the keybindings config (#52) — thanks to @ktaka-ccmp for the original directory-toggle implementation, extended in follow-up to cover hidden files as well

   Fixed

       Content height u16 truncation - Changed content_height from u16 to usize to prevent silent overflow on documents with >65535 rendered lines; scroll clamped at ratatui's u16 boundary
       Terminal restoration when stdin is piped - disable_raw_mode now fully restores the original termios saved during enable_raw_mode, instead of only re-setting ICANON/ECHO/ISIG (which left IEXTEN, ICRNL, OPOST, etc. cleared by cfmakeraw)
       Table cell edit index using unreliable string search - calculate_current_table_index now uses the heading's byte offset from the document structure instead of content.find(), which could match the wrong occurrence in documents with repeated section text
       Panic on stdin read during terminal warning - Replaced stdin().read().unwrap() with non-panicking variant
       Silent config parse failure - Malformed config.toml now prints a warning instead of silently falling back to defaults

   Changed

       Upgraded all dependencies to latest - Major: resvg 0.44 → 0.47. Minor: clap/clap_complete 4.5 → 4.6, indextree 4.7 → 4.8, indexmap 2.13 → 2.14, tempfile 3.26 → 3.27, toml 1.0 → 1.1, notify 8.0 → 8.2. Plus refreshed transitive deps (image, uuid, wayland-*, wasm-bindgen, zerocopy, etc.)
       Extracted current_section_content() helper - Deduplicated 9 instances of the section-content-extraction pattern across app.rs (-70 lines)

    [3 lines not shown]
VersionDeltaFile
1.19+331-238textproc/treemd/distinfo
1.19+109-78textproc/treemd/cargo-depends.mk
1.20+2-2textproc/treemd/Makefile
+442-3183 files

NetBSD/pkgsrc RsjvQ9vdoc CHANGES-2026

   doc: Updated devel/cargo-modules to 0.26.0
VersionDeltaFile
1.2469+2-1doc/CHANGES-2026
+2-11 files