NetBSD/pkgsrc l8V6P6xdoc CHANGES-2026

   doc: Updated shells/zsh-autosuggestions to 0.7.1
VersionDeltaFile
1.3634+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hMP60KGshells/zsh-autosuggestions distinfo Makefile

   zsh-autosuggestions: update to 0.7.1.

   ## v0.7.1
   - Clear POSTDISPLAY instead of unsetting (#634)
   - Always reset async file descriptor after consuming it (#630)
   - Always use builtin `exec` (#628)
   - Add `history-beginning-search-*-end` widgets to clear widget list (#619)
   - Switch CI from Circle CI to GitHub Actions
VersionDeltaFile
1.10+4-4shells/zsh-autosuggestions/distinfo
1.8+2-2shells/zsh-autosuggestions/Makefile
+6-62 files

NetBSD/pkgsrc ZTFnY9Gdoc TODO

   doc/TODO: + Sigil-2.8.0.
VersionDeltaFile
1.27371+2-2doc/TODO
+2-21 files

NetBSD/pkgsrc CnBmljLdoc CHANGES-2026

   doc: Updated www/R-bslib to 0.11.0
VersionDeltaFile
1.3633+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GZlUhNKwww/R-bslib distinfo Makefile

   (www/R-bslib) Updated 0.9.0 to 0.11.0

   # bslib 0.11.0
   --------------
   ## New features

   * Added a new `toolbar()` component for creating Bootstrap toolbars
     that can contain buttons, text, and other elements. (#1247)

     * Added `toolbar_input_button()` for easily creating buttons to
       include in a `toolbar()`. (#1248)
     * Added `toolbar_input_select()`, a select input designed for use
       within a `toolbar()`. (#1249)
     * Added `update_toolbar_input_select()` for updating the choices,
       icon, label, and selected value of a `toolbar_input_select()` from
       the server. (#1266)
     * Added `update_toolbar_input_button()` for updating the label,
       icon, and disabled state of a `toolbar_input_button()` from the
       server. (#1266)

    [95 lines not shown]
VersionDeltaFile
1.8+4-4www/R-bslib/distinfo
1.7+2-2www/R-bslib/Makefile
+6-62 files

NetBSD/pkgsrc Kgs50KZdoc CHANGES-2026

   doc: Updated security/ruby-oauth to 1.1.6
VersionDeltaFile
1.3632+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hdsZS4ysecurity/ruby-oauth distinfo Makefile

   security/ruby-oauth: update to 1.1.6

   1.1.6 (2026-06-07)

   * TAG: v1.1.6
   * COVERAGE: 89.05% -- 838/941 lines in 33 files
   * BRANCH COVERAGE: 60.46% -- 159/263 branches in 33 files
   * 40.38% documented

   Changed

   * Retemplated project workflows, appraisals, and development tooling with
     the current kettle-jem template.
   * Documented current OAuth::Consumer configuration options, including token
     request redirect safety settings, and corrected the OAuth 1.0a usage
     example.
   * Raised the runtime dependency floor for auth-sanitizer to >= 0.2.1.
   * Raised the runtime dependency floor for snaky_hash to >= 2.0.5.


    [6 lines not shown]
VersionDeltaFile
1.23+4-4security/ruby-oauth/distinfo
1.26+4-4security/ruby-oauth/Makefile
1.14+4-3security/ruby-oauth/PLIST
+12-113 files

NetBSD/pkgsrc 5xZDNdOdoc CHANGES-2026

   doc: Updated security/ruby-snaky_hash to 2.0.5
VersionDeltaFile
1.3631+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc eAgzbe3security/ruby-snaky_hash PLIST distinfo

   security/ruby-snaky_hash: update to 2.0.5

   2.0.5 (2026-06-07)

   * TAG: v2.0.5
   * COVERAGE: 100.00% -- 133/133 lines in 7 files
   * BRANCH COVERAGE: 100.00% -- 38/38 branches in 7 files
   * 92.86% documented

   Changed

   * Refreshed project scaffolding with the current kettle-jem template,
     including updated CI workflows, modular gemfiles, and development tooling
     floors.
VersionDeltaFile
1.4+6-4security/ruby-snaky_hash/PLIST
1.5+4-4security/ruby-snaky_hash/distinfo
1.5+2-2security/ruby-snaky_hash/Makefile
+12-103 files

NetBSD/pkgsrc ZDzHkT7doc CHANGES-2026

   doc: Updated devel/ruby-version_gem to 1.1.11
VersionDeltaFile
1.3630+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc bmSjy33devel/ruby-version_gem distinfo Makefile

   devel/ruby-version_gem: update to 1.1.11

   1.1.11 (2026-06-06)

   * TAG: v1.1.11
   * COVERAGE: 100.00% -- 58/58 lines in 2 files
   * BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
   * 85.19% documented

   Added

   * Added the generated appraisal2 binstub.

   Changed

   * Refreshed generated CI workflows, README support badges, gemspec
     development dependency floors, and template metadata from the current
     kettle-jem template.
   * Updated generated Appraisal2 integration to use the appraisal2-rubocop

    [2 lines not shown]
VersionDeltaFile
1.11+4-4devel/ruby-version_gem/distinfo
1.11+2-2devel/ruby-version_gem/Makefile
+6-62 files

NetBSD/pkgsrc eo6rnJNdoc CHANGES-2026

   doc: Updated databases/ruby-sqlite3 to 2.9.5
VersionDeltaFile
1.3629+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc eBBYflRdatabases/ruby-sqlite3 distinfo Makefile

   databases/ruby-sqlite3: update to 2.9.5

   2.9.5 (2026-06-07)

   Dependencies

   * Vendored sqlite is updated to v3.53.2 (from v3.53.1). #709 @flavorjones

   Security / Stability

   * Fix use-after-free issue with custom functions, when the same function
     name is used with multiple arities.  See GHSA-28hh-pr2h-2w89 for more
     information.  #710 @flavorjones

   * Fix use-after-free issue with aggregate functions, if a statement is used
     after a soft database close.  See GHSA-j7fr-3v8c-3qc3 for more
     information.  #711 @flavorjones
VersionDeltaFile
1.61+4-4databases/ruby-sqlite3/distinfo
1.100+3-3databases/ruby-sqlite3/Makefile
+7-72 files

NetBSD/pkgsrc fqwGtqYdoc CHANGES-2026

   doc: Updated www/squid7 to 7.6
VersionDeltaFile
1.3628+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc apf1Ijnwww/squid7 distinfo Makefile

   www/squid7: update to 7.6

   Changes in squid-7.6 (2026-06-08)

   - HTTP/1.1: Transfer-Encoding:identity is prohibited
   - Harden peerDigestSwapInMask against invalid cache digest reply
   - Fix parsing of legacy url_rewrite_program responses
   - Fix handling of truncated legacy errorpage %codes
   - Do not treat tiny virgin response buffer space specially
   - Honor reply_header_max_size for received FTP control responses
   - Improve parsing of certain FTP directory listing formats
   - Support Nettle 4.0 md5_digest API
   - Reject excessively large FTP control replies
   - .. and some cleanups
VersionDeltaFile
1.7+4-4www/squid7/distinfo
1.11+2-3www/squid7/Makefile
+6-72 files

NetBSD/pkgsrc Zzd0Bp9www/chromium distinfo, www/chromium/patches patch-chrome_browser_about__flags.cc patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc

   www/chromium: update to 149.0.7827.53

   * 149.0.7827.53
   This update includes 429 security fixes. Below, we highlight fixes
   that were contributed by external researchers.
   Please see the Chrome Security Page for more information.

   * Fix build with wayland support: add missing include
VersionDeltaFile
1.45+1,616-1,598www/chromium/distinfo
1.21+78-105www/chromium/patches/patch-chrome_browser_about__flags.cc
1.21+105-12www/chromium/patches/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc
1.14+98-13www/chromium/patches/patch-third__party_libc++_src_include_____locale__dir_support_bsd__like.h
1.1+104-0www/chromium/patches/patch-third__party_libvpx_source_config_linux_arm64-highbd_vpx__dsp__rtcd.h
1.21+54-40www/chromium/patches/patch-build_config_compiler_BUILD.gn
+2,055-1,7681,622 files not shown
+5,667-4,6601,628 files

NetBSD/pkgsrc ieSfbf2doc CHANGES-2026

   doc: Updated devel/R-usethis to 3.2.1
VersionDeltaFile
1.3627+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc yAS38yfdevel/R-usethis distinfo Makefile

   (devel/R-usethis) Updated 3.1.0 to 3.2.1

   # usethis 3.2.1

   * `create_quarto_project()` exits early if the Quarto CLI does not appear to be
     installed and related tests are skipped (#2162).

   # usethis 3.2.0

   ## Formatting

   * `use_air()` is a new function to configure a project to use
     [Air](https://posit-dev.github.io/air/), an extremely fast R code formatter.

   * `use_tidy_style()` is deprecated, in favor of using Air for any new, explicit
     formatting efforts (#2110).

   ## Project-hood


    [42 lines not shown]
VersionDeltaFile
1.15+4-4devel/R-usethis/distinfo
1.13+2-2devel/R-usethis/Makefile
+6-62 files

NetBSD/pkgsrc AZtv9O1doc CHANGES-2026

   doc: Updated devel/R-pak to 0.9.5
VersionDeltaFile
1.3626+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nBpBOKzdevel/R-pak distinfo Makefile

   (devel/R-pak) Updated 0.8.0.1 to 0.9.5

   # pak 0.9.5

   * Vector valued library path now works correctly in `lockfile_create()`
     (#864, #868).

   * pak now handles better PPM binaries on private PPM instances (#863).

   # pak 0.9.4

   * pak now works again with custom HTTPS certificates (#647, @tl-hbk).

   # pak 0.9.3

   * Setting `use_bioconductor = FALSE` (i.e. the `PKG_USE_BIOCONDUCTOR`
     env var, or the `pkg.use_bioconductor` option) now truly prevents
     any network contact with Bioconductor.


    [50 lines not shown]
VersionDeltaFile
1.11+4-4devel/R-pak/distinfo
1.23+2-3devel/R-pak/Makefile
+6-72 files

NetBSD/pkgsrc 2GmOYf9www/R-httpuv Makefile distinfo, www/R-httpuv/patches patch-src_Makevars

   (www/R-httpuv) Fix build against R 4.6.0
VersionDeltaFile
1.13+13-1www/R-httpuv/Makefile
1.13+2-2www/R-httpuv/distinfo
1.6+2-2www/R-httpuv/patches/patch-src_Makevars
+17-53 files

NetBSD/pkgsrc W7Fc2wYdoc CHANGES-2026

   rm duplicate
VersionDeltaFile
1.3625+1-2doc/CHANGES-2026
+1-21 files

NetBSD/pkgsrc NtBVp5Idoc CHANGES-2026

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

NetBSD/pkgsrc cp7xOuStextproc/treemd distinfo cargo-depends.mk

   textproc/treemd: update to 0.5.12

   [0.5.12] - 2026-06-06
   Added

       Toggle mouse capture for text selection - New M shortcut and :toggle mouse capture palette command release the mouse so the terminal's native click-drag selection works for copying arbitrary text; toggle back to restore scroll-wheel navigation. The README also documents the Shift+drag bypass supported by most terminals
       Toggle heading markers in outline - New outline_heading_markers config option, # keyboard shortcut, and :toggle heading markers palette command to show/hide #/##/### level prefixes in the outline sidebar (default: true) (#57) — thanks to @alisaifee

   Fixed

       Table copy keys did nothing useful - In interactive table mode y/Y/r had been silently rebound to generic copy/raw-source actions during the action-dispatch refactor, so cell, row, and copy-as-markdown copy were inoperative. Restored via dedicated CopyTableCell/CopyTableRow/CopyTableMarkdown actions wired to the existing handlers, with a regression test
       Inline backticks render as plain text - Inline code in table cells/headers, headings, and blockquotes now renders as styled inline code via format_inline_markdown() instead of literal backticks (#51, #53). Resolves the known issue carried in 0.5.11; requires turbovault-parser 1.5.0
       Navigation to duplicate headings - Selecting an outline entry whose text appears multiple times always jumped to the first occurrence. HeadingNode/OutlineItem now carry a position index, and all content-extraction, selection-restore, and rendering paths resolve by index. extract_section(text) is preserved for the CLI --section flag, delegating to a new extract_section_at_index() (#56) — thanks to @alisaifee
       snake_case corruption in subscript rendering - Terms like i_am_a_snake were mangled because _x was always treated as a LaTeX subscript. Subscript conversion now applies to _{x} unconditionally and to bare _x only when not mid-identifier (#58) — thanks to @alisaifee
       Mermaid image sizing and scrolling - Mermaid diagrams now expand to fit terminal width and scroll correctly (#53)

   Changed

       Trimmed image format dependencies - ratatui-image 10 → 11 (dropped image-defaults) and image now opts into only the needed decoders (png, jpeg, gif, webp, bmp, ico, tiff), substantially shrinking the dependency tree

    [3 lines not shown]
VersionDeltaFile
1.21+52-169textproc/treemd/distinfo
1.21+16-55textproc/treemd/cargo-depends.mk
1.22+2-2textproc/treemd/Makefile
+70-2263 files

NetBSD/pkgsrc E5d6geMdoc CHANGES-2026

   doc: Updated devel/gitpane to 0.7.13
VersionDeltaFile
1.3623+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc GOS9keYdevel/gitpane distinfo Makefile

   devel/gitpane: update to 0.7.13

   [0.7.13] - 2026-06-07
   Fixed

       Adding a git submodule or linked worktree with the A key no longer removes it from the list almost immediately. A submodule stores its .git as a pointer file (gitdir: <path>) instead of a directory, so repository discovery did not recognize it as a real repo and pruned the pinned entry on the next filesystem rescan. Discovery now resolves the gitdir: pointer (absolute, or relative to the working tree) and looks for HEAD at the referenced git directory, so pinned submodules and worktrees persist.
VersionDeltaFile
1.2+4-4devel/gitpane/distinfo
1.2+2-2devel/gitpane/Makefile
1.2+0-0devel/gitpane/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc l7MdtfSdoc CHANGES-2026

   doc: Updated time/clock-rs to 0.2.1
VersionDeltaFile
1.3622+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc FD2bRtfdoc CHANGES-2026

   doc: Updated textproc/doxx to 0.1.4
VersionDeltaFile
1.3621+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc zFBv5cGtextproc/doxx distinfo Makefile

   textproc/doxx: update to 0.1.4

   [0.1.4] - 2026-05-26
   Added

       SourceCode paragraph style renders as a distinct code block in all export formats and the TUI (#76)
       Text inside wps:txbx shape text boxes is now extracted and rendered with box-drawing borders instead of being silently dropped (#76)

   Fixed

       Numbered list items sharing the same abstract numbering definition now count sequentially instead of both restarting at 1 (#76)
       Bullet-format list levels (numFmt="bullet") no longer render as lettered sequences (#76)
       w:br line break elements inside a run are now preserved, fixing multi-line code blocks concatenated into a single line (#76)

   [0.1.3] - 2026-05-24
   Added

       Configurable keymap presets (default, vim, less) with per-user TOML overrides in ~/.config/doxx/config.toml (#26)
       Search result highlighting: current match in yellow, other matches in gray

    [15 lines not shown]
VersionDeltaFile
1.2+4-4textproc/doxx/distinfo
1.3+2-2textproc/doxx/Makefile
1.2+0-0textproc/doxx/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc 8mzZw9Vtime/clock-rs distinfo cargo-depends.mk

   time/clock-rs: update to 0.2.1

    - No ChangeLog provided.
VersionDeltaFile
1.8+34-34time/clock-rs/distinfo
1.8+10-10time/clock-rs/cargo-depends.mk
1.8+3-3time/clock-rs/Makefile
+47-473 files