NetBSD/pkgsrc L2F46nkdoc CHANGES-2026

   doc: Updated x11/gtk3 to 3.24.51nb2
VersionDeltaFile
1.389+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc C3diYI6x11/gtk3 Makefile options.mk

   gtk3: only use gtk-doc when 'doc' option is enabled

   Add libxslt and docbook-xsl dependencies, needed even when 'doc'
   option is disabled.

   Bump PKGREVISION.
VersionDeltaFile
1.224+5-3x11/gtk3/Makefile
1.32+2-1x11/gtk3/options.mk
+7-42 files

NetBSD/pkgsrc HXjdFzvdoc CHANGES-2026

   doc: Updated textproc/libxmlb to 0.3.24nb1
VersionDeltaFile
1.388+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc seGvnE5textproc/libxmlb PLIST options.mk

   libxmlb: make gtk-doc optional

   Keep default on, bump PKGREVISION just to be on the safe side.
VersionDeltaFile
1.3+32-32textproc/libxmlb/PLIST
1.1+17-0textproc/libxmlb/options.mk
1.6+4-3textproc/libxmlb/Makefile
+53-353 files

NetBSD/pkgsrc v1gErUadoc CHANGES-2026

   doc: Updated audio/pulseaudio to 17.0nb4
VersionDeltaFile
1.387+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nfIbLrJaudio/pulseaudio options.mk Makefile

   pulseaudio: make consolekit a default-off option

   Support for it was already disabled on Linux and Darwin, and
   I wouldn't bet on the *BSD support in consolekit.

   Bump PKGREVISION.
VersionDeltaFile
1.18+17-6audio/pulseaudio/options.mk
1.188+2-5audio/pulseaudio/Makefile
1.49+2-2audio/pulseaudio/PLIST
+21-133 files

NetBSD/pkgsrc IBRllFFdoc CHANGES-2026

   doc: Updated security/libsecret to 0.20.5nb3
VersionDeltaFile
1.386+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 4BbL5NEsecurity/libsecret Makefile

   libsecret: remove unused gtk-doc dependency.

   Bump PKGREVISION.
VersionDeltaFile
1.39+2-3security/libsecret/Makefile
+2-31 files

NetBSD/pkgsrc 89Dysoldoc CHANGES-2026

   doc: Updated textproc/scooter to 0.8.5
VersionDeltaFile
1.385+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc aIcvLRItextproc/scooter distinfo cargo-depends.mk, textproc/scooter/patches patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs

   textproc/scooter: update to 0.8.5

   New features:

       Add keybinding to toggle hidden files by @thomasschafer in #313
       Exclude git folders by default, include with --include-git-folders by @thomasschafer in #319

   Bug fixes:

       Speed up rendering of long lines by @thomasschafer in #288
       Fix permissions being incorrectly set when replacing in files by @thomasschafer in #307

   Other changes:

       Bump various deps
VersionDeltaFile
1.9+62-82textproc/scooter/distinfo
1.9+19-26textproc/scooter/cargo-depends.mk
1.1+18-0textproc/scooter/patches/patch-.._vendor_mio-1.0.3_src_sys_unix_selector_kqueue.rs
1.9+4-4textproc/scooter/Makefile
+103-1124 files

NetBSD/pkgsrc Yqbbjb1doc CHANGES-2026

   doc: Updated graphics/wallust to 3.5.1
VersionDeltaFile
1.384+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AXvAfh0graphics/wallust distinfo cargo-depends.mk

   graphics/wallust: update to 3.5.1

    - No ChangeLog provided.
VersionDeltaFile
1.27+79-76graphics/wallust/distinfo
1.24+25-24graphics/wallust/cargo-depends.mk
1.28+2-2graphics/wallust/Makefile
+106-1023 files

NetBSD/pkgsrc 6et9BY0doc CHANGES-2026

   doc: Updated textproc/rumdl to 0.0.220
VersionDeltaFile
1.383+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0N1vM3ctextproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.0.220

   ## [0.0.220] - 2026-01-17

   ### Added

   - **`RUMDL_OUTPUT_FORMAT` environment variable** ([#297](https://github.com/rvben/rumdl/issues/297))
     - Override output format in CI/CD without modifying config files
     - Precedence: CLI flag → env var → config → default
     - Example: `RUMDL_OUTPUT_FORMAT=github rumdl check .`

   ### Fixed

   - **MD050: Skip math blocks to avoid false positives in Quarto**
     - LaTeX subscripts (`x_1`) and exponentiation (`a**b`) were incorrectly flagged as strong emphasis
     - Now correctly skips content inside `$$...$$` math blocks

   ### Changed


    [66 lines not shown]
VersionDeltaFile
1.2+4-4textproc/rumdl/distinfo
1.2+2-2textproc/rumdl/Makefile
+6-62 files

NetBSD/pkgsrc YA4jxL6doc CHANGES-2026

   doc: Updated sysutils/gravityfile to 0.2.2
VersionDeltaFile
1.382+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc NebzfmVsysutils/gravityfile distinfo Makefile

   sysutils/gravityfile: update to 0.2.2

   [0.2.2] - 2026-01-16
   Fixed

       Critical: Safe Deletion with Trash - All deletions now move files to system trash instead of permanent deletion, allowing recovery of accidentally deleted files
       Critical: Symlink Safety - Fixed symlink handling across all file operations to prevent accidental deletion of symlink targets:
           Uses symlink_metadata() instead of is_dir() to avoid following symlinks
           Symlinks are always removed as files, never following their targets
           Applies to delete, copy, move, and undo operations
       Critical: Errors View Delete Behavior - Pressing d in Errors view now correctly deletes the selected broken symlink, not items from the Explorer view
       Delete Confirmation Modal - Now shows full paths (truncated from left if needed) instead of just filenames, with type indicators (🔗 for symlinks, 📁 for directories)
       Errors View Toggle Mark - Space key now properly marks/unmarks broken symlinks in Errors view

   Added

       Errors View Footer Hints - Shows available actions (Spc to select, d to delete, Esc to clear)
       Errors View Delete Hint - Selected broken symlinks show [d to delete] hint
       Errors View Mark Indicator - Marked items show [x] prefix

    [6 lines not shown]
VersionDeltaFile
1.3+4-4sysutils/gravityfile/distinfo
1.3+2-2sysutils/gravityfile/Makefile
1.3+0-0sysutils/gravityfile/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc oYyuDnwdoc CHANGES-2026

   doc: Updated devel/bacon to 3.22.0
VersionDeltaFile
1.381+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc j1dZnJYdevel/bacon distinfo Makefile

   devel/bacon: update to 3.22.0

    - new analyzers for Go and tsc (TypeScript) - thanks @faultymajority

   As for all "young" analyzers, feedback would be very welcome - chat: https://miaou.dystroy.org/4683
VersionDeltaFile
1.36+4-4devel/bacon/distinfo
1.37+2-2devel/bacon/Makefile
1.35+0-0devel/bacon/cargo-depends.mk
+6-63 files

NetBSD/pkgsrc tny8oxFdevel/py-gobject3 Makefile.common

   py-gobject3: use standard path format
VersionDeltaFile
1.26+3-3devel/py-gobject3/Makefile.common
+3-31 files

NetBSD/pkgsrc UB6eDHhdoc CHANGES-2026

   doc: Updated mail/ruby-mime-types-data to 3.2026.0113
VersionDeltaFile
1.380+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Zd384lFmail/ruby-mime-types-data distinfo Makefile

   mail/ruby-mime-types-data: update to 3.2026.0113

   3.2026.0106 (2026-01-06)

   * Updated registry entries from the IANA media registry and provisional
     media registry and the Apache Tika media registry as of the release date.

   * Manual contributions now require Signed-off-by trailers for assertion of
     the Developer Certificate of Origin.  More details will be added in the
     coming weeks.

   * Added application/microdata+json, application/speculationrules+json,
     text/event-stream and text/ping from the WHATWG HTML spec


   3.2026.0113 (2026-01-13)

   * Updated registry entries from the IANA media registry and provisional
     media registry and the Apache Tika media registry as of the release date.
VersionDeltaFile
1.47+4-4mail/ruby-mime-types-data/distinfo
1.45+2-2mail/ruby-mime-types-data/Makefile
1.9+2-1mail/ruby-mime-types-data/PLIST
+8-73 files

NetBSD/pkgsrc DfnejmLdoc CHANGES-2026

   doc: Updated graphics/ruby-color to 2.1.2
VersionDeltaFile
1.379+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc AyC7G3ggraphics/ruby-color distinfo Makefile

   graphics/ruby-color: update to 2.1.2

   2.1.2 (2025-12-30)

   * Updated to Contributor Covenant 3.0 and applied updates to several support
     documents.

   * Full coverage of conversion tests.  Adds CIELAB to_yiq and Grayscale
     to_xyz methods.  Only YIQ now lacks conversions support.  Fixed in #69.

   * Fix an incorrect conversion of CIELAB colors with low lightness to XYZ,
     which caused the Y component to be ~903 times larger than correct.  In
     practice, this returned unexpectedly bright colours.

     This also affected conversion from CIELAB to RGB, CMYK, HSL, YIQ, and
     grayscale, which convert from CIELAB to XYZ as an intermediate step.

     Reported by @alexwlchan in #95 and fixed in #96.


    [12 lines not shown]
VersionDeltaFile
1.12+4-4graphics/ruby-color/distinfo
1.11+2-2graphics/ruby-color/Makefile
+6-62 files

NetBSD/pkgsrc Wrpdabidoc CHANGES-2026

   doc: Updated graphics/ruby-RMagick to 6.1.5
VersionDeltaFile
1.378+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wjWcsozgraphics/ruby-RMagick distinfo Makefile

   graphics/ruby-RMagick: update to 6.1.5

   RMagick 6.1.5

   Bug Fixes (2025-12-26)

   * Fix memory leak in Image#marshal_load (#1721)
   * Fix memory leak in Image::Info#page= (#1720)
   * Fix memory leak in Image::Info#view= with ImageMagick 7 (#1719)
   * Fix memory leak in Image::Info#authenticate= with ImageMagick 7 (#1718)
   * Fix memory leak in Image#marshal_load with invalid data (#1717)
VersionDeltaFile
1.83+4-4graphics/ruby-RMagick/distinfo
1.193+2-3graphics/ruby-RMagick/Makefile
+6-72 files

NetBSD/pkgsrc 3zWyMIRdoc CHANGES-2026

   doc: Updated finance/ruby-braintree to 4.34.0
VersionDeltaFile
1.377+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 0a0ULptfinance/ruby-braintree distinfo Makefile

   finance/ruby-braintree: update to 4.34.0

   4.33.2 (2025-12-11)

   * Version 4.33.2 was meant to be a released as 4.34.0
   * Add middle_name to sender and receiver, and date_of_birth to sender in
     transfer on Transaction
   * Add rspec-retry gem to Gemfile
   * Update pry gem to 0.14.0
   * Filter Braintree::CreditCardVerification.search to only return credit card
     verifications

   4.34.0 (2025-12-11)

   * Re-releasing as 4.34.0
VersionDeltaFile
1.36+4-4finance/ruby-braintree/distinfo
1.33+2-2finance/ruby-braintree/Makefile
+6-62 files

NetBSD/pkgsrc So2DTWTdoc CHANGES-2026

   doc: Updated devel/ruby-zeitwerk to 2.7.4
VersionDeltaFile
1.376+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc c5hooiadevel/ruby-zeitwerk distinfo Makefile

   devel/ruby-zeitwerk: update to 2.7.4

   2.7.4 (16 Dec 2025)

   * Loaders have to manage disjoint source trees.  Therefore, when a root
     directory is configured Zeitwerk ensures it is not already managed by some
     other loader.  The performance of this validation has been improved.

   * Thanks to @ngan for sharing some benchmarks that led to revise this logic.
VersionDeltaFile
1.22+4-4devel/ruby-zeitwerk/distinfo
1.20+2-2devel/ruby-zeitwerk/Makefile
+6-62 files

NetBSD/pkgsrc sCneLWHdoc CHANGES-2026

   doc: Updated devel/ruby-whirly to 0.4.0
VersionDeltaFile
1.375+2-1doc/CHANGES-2026
+2-11 files