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/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/pkgsrc 74OEhGudoc pkg-vulnerabilities

   Add reference to CVE-2026-24061
VersionDeltaFile
1.756+2-1doc/pkg-vulnerabilities
+2-11 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/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 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 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

NetBSD/pkgsrc ahJQeefdevel/cargo-modules distinfo cargo-depends.mk, devel/cargo-modules/patches patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs

   devel/cargo-modules: update to 0.26.0

   [0.26.0] - 2026-04-19
   Changed

       Updated dependencies:
           anyhow from 1.0.100 to 1.0.102
           clap from 4.5.49 to 4.6.1
           indoc from 2.0.6 to 2.0.7
           libc from 0.2.177 to 0.2.185
           pulldown-cmark from 0.13.0 to 0.13.3
           rust-analyzer from 0.0.289 to 0.0.328
           sugar_path from 1.2.0 to 2.0.0
           thin-vec from 0.2.14 to 0.2.16
           tracing from 0.1.41 to 0.1.44
           tracing-subscriber from 0.3.20 to 0.3.23
           url from 2.5.7 to 2.5.8
       Bumped MSRV from 1.86.0 to 1.91.0
VersionDeltaFile
1.38+380-328devel/cargo-modules/distinfo
1.38+125-108devel/cargo-modules/cargo-depends.mk
1.1+18-0devel/cargo-modules/patches/patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs
1.43+3-3devel/cargo-modules/Makefile
+526-4394 files

NetBSD/pkgsrc mM4DDridoc CHANGES-2026

   doc: Updated devel/cargo-edit to 0.13.10
VersionDeltaFile
1.2468+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc IUWOkcPdevel/cargo-edit distinfo cargo-depends.mk

   devel/cargo-edit: update to 0.13.10

   Features

    - Support for TOML 1.1
VersionDeltaFile
1.8+562-532devel/cargo-edit/distinfo
1.8+186-176devel/cargo-edit/cargo-depends.mk
1.12+4-4devel/cargo-edit/Makefile
+752-7123 files

NetBSD/pkgsrc dKKRcbwdoc CHANGES-2026

   doc: Updated audio/ifp-line to 0.4.1
VersionDeltaFile
1.2467+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ZmXgjA2audio/ifp-line distinfo Makefile, audio/ifp-line/patches patch-Makefile_am patch-Makefile_in

   ifp-line: update to 0.4.1.

   From YAMASHIRO, jun in PR 60199.

   2026-04-19  Yamashiro, Jun <yamajun _at_ ofug.net>

        * Release ifp-line-0.4.1
        * nonroot.sh: Fix for modern FreeBSD

   2026-04-17  Yamashiro, Jun <yamajun _at_ ofug.net>

        * Release ifp-line-0.4
        * ChangeLog: Add ChangeLog.

   2026-03-29  Yamashiro, Jun <yamajun _at_ ofug.net>

        * Fix build process

   2026-01-05  Yamashiro, Jun <yamajun _at_ ofug.net>

    [10 lines not shown]
VersionDeltaFile
1.14+4-6audio/ifp-line/distinfo
1.21+2-3audio/ifp-line/Makefile
1.3+1-1audio/ifp-line/patches/patch-Makefile_am
1.3+1-1audio/ifp-line/patches/patch-Makefile_in
+8-114 files

NetBSD/pkgsrc pCucaP9doc CHANGES-2026

   doc: Updated audio/libifp to 1.0.1.0
VersionDeltaFile
1.2466+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 4ch5gK7audio/libifp Makefile distinfo

   libifp: update to 1.0.1.0.

   From YAMASHIRO, jun in PR 60200.

   --- Tagged 1.0.1.0 ---
   2026-04-05 YAMASHIRO Jun <yamajun at users.sourceforge.net>
        * Change version check code for Linux kernel module mode
        Linux 2.6.0 - 2.6.30

   2026-03-28 YAMASHIRO Jun <yamajun at users.sourceforge.net>
        * Fix build process for modern OSes

   2026-01-12 YAMASHIRO Jun <yamajun at users.sourceforge.net>
        * Apply Adam Sampson's patch for GCC14/15 and llvm/clang
        * Fix compile with FreeBSD 8.0<=

   2005-08-22 Geoff Oakham <goakham at users.sourceforge.net>
        * the userspace library build was disabled by default in the last
        release.  Fixed so its enabled if libusb is found.

    [5 lines not shown]
VersionDeltaFile
1.12+5-5audio/libifp/Makefile
1.5+4-4audio/libifp/distinfo
+9-92 files

NetBSD/pkgsrc Z4OtH3Fdoc CHANGES-2026 TODO

   doc: Updated devel/py-ruff to 0.15.11
VersionDeltaFile
1.2465+2-1doc/CHANGES-2026
1.27139+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc pyok40mdevel/meson Makefile

   meson: add comment where release notes can be found
VersionDeltaFile
1.92+4-1devel/meson/Makefile
+4-11 files

NetBSD/pkgsrc RKJK9D8devel/py-ruff distinfo cargo-depends.mk

   py-ruff: update to 0.15.11.

   Preview features

       [ruff] Ignore RUF029 when function is decorated with asynccontextmanager (#24642)
       [airflow] Implement airflow-xcom-pull-in-template-string (AIR201) (#23583)
       [flake8-bandit] Fix S103 false positives and negatives in mask analysis (#24424)

   Bug fixes

       [flake8-async] Omit overridden methods for ASYNC109 (#24648)

   Documentation

       [flake8-async] Add override mention to ASYNC109 docs (#24666)
       Update Neovim config examples to use vim.lsp.config (#24577)
VersionDeltaFile
1.101+31-28devel/py-ruff/distinfo
1.97+9-8devel/py-ruff/cargo-depends.mk
1.103+2-2devel/py-ruff/Makefile
+42-383 files

NetBSD/pkgsrc nvjMhi4doc CHANGES-2026 TODO

   doc: Updated textproc/tree-sitter-c-sharp to 0.23.5
VersionDeltaFile
1.2464+2-1doc/CHANGES-2026
1.27138+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc tbKYL2ktextproc/tree-sitter-c-sharp distinfo Makefile

   tree-sitter-c-sharp: update to 0.23.5.

   Changes not found.
VersionDeltaFile
1.3+4-4textproc/tree-sitter-c-sharp/distinfo
1.3+2-2textproc/tree-sitter-c-sharp/Makefile
+6-62 files

NetBSD/pkgsrc rz0AChsdoc CHANGES-2026 TODO

   doc: Updated audio/py-mediafile to 0.16.2
VersionDeltaFile
1.2463+2-1doc/CHANGES-2026
1.27137+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc 8byK7Hraudio/py-mediafile distinfo Makefile

   py-mediafile: update to 0.16.2.

   Add raise_on_unsupported_wav parameter to MediaFile.init by @elainec2024 in #107
VersionDeltaFile
1.7+4-4audio/py-mediafile/distinfo
1.9+2-2audio/py-mediafile/Makefile
+6-62 files