NetBSD/pkgsrc JATOtjOmath/bc Makefile

   bc: fix libedit detection
VersionDeltaFile
1.19+8-2math/bc/Makefile
+8-21 files

NetBSD/pkgsrc AJfWlNhdoc CHANGES-2026

   doc: Updated editors/kakoune to 2026.04.12
VersionDeltaFile
1.2257+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc YevHsi7editors/kakoune PLIST distinfo

   kakoune: update to 2026.04.12.

   Provided by Diogo in PR 60186.

   == Kakoune 2026.04.12

   * `finaleol` option to support writing files that do not end with an final
     end-of-line byte

   * `FocusIn`/`FocusOut` events on suspend

   * `%val{buffile}` is now empty for scratch buffers

   * Reworked Json UI draw_status call to give UI implementation more control,
     added cursor pos to the draw call and removed the set_cursor call

   * `number-lines -full-relative` switch to keep a smaller line number gutter.

   * `<a-I>` and `<a-A>` to select nested text objects

    [2 lines not shown]
VersionDeltaFile
1.5+12-0editors/kakoune/PLIST
1.10+4-4editors/kakoune/distinfo
1.12+4-3editors/kakoune/Makefile
+20-73 files

NetBSD/pkgsrc M4l06Bhdoc CHANGES-2026

   doc: Updated databases/ruby-odbc to 0.999993
VersionDeltaFile
1.2256+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mnzmLq4databases/ruby-odbc distinfo Makefile, databases/ruby-odbc/patches patch-ext_odbc.c

   databases/ruby-odbc: update to 0.999993

   0.999993 (2026-04-12)

   * update to compile/bundle with newer Ruby releases
VersionDeltaFile
1.16+4-5databases/ruby-odbc/distinfo
1.23+2-3databases/ruby-odbc/Makefile
1.2+1-1databases/ruby-odbc/patches/patch-ext_odbc.c
+7-93 files

NetBSD/pkgsrc ZNIabbEdoc CHANGES-2026

   doc: Updated www/ruby-selenium-webdriver to 4.43.0
VersionDeltaFile
1.2255+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc n8Tv2Fewww/ruby-selenium-webdriver distinfo Makefile

   www/ruby-selenium-webdriver: update to 4.43.0

   4.42.0 (2026-04-08)

   * Support CDP versions: v144, v145, v146

   4.43.0 (2026-04-09)

   * Support CDP versions: v145, v146, v147
VersionDeltaFile
1.43+4-4www/ruby-selenium-webdriver/distinfo
1.51+2-2www/ruby-selenium-webdriver/Makefile
+6-62 files

NetBSD/pkgsrc RHUDdZfdoc CHANGES-2026

   doc: Updated www/ruby-sass-embedded to 1.99.0
VersionDeltaFile
1.2254+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc tKJVZLJwww/ruby-sass-embedded distinfo PLIST

   www/ruby-sass-embedded: update to 1.99.0

   1.99.0 (2026-04-03)

   * Bump sass from 1.98.0 to 1.99.0 in /ext/sass (#376)
     Bumps [sass](https://github.com/sass/dart-sass) from 1.98.0 to 1.99.0.

     - Release notes: https://github.com/sass/dart-sass/releases
     - Changelog: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
     - Commits) https://sass/dart-sass@1.98.0...1.99.0)
VersionDeltaFile
1.9+4-4www/ruby-sass-embedded/distinfo
1.6+3-3www/ruby-sass-embedded/PLIST
1.12+2-2www/ruby-sass-embedded/Makefile
+9-93 files

NetBSD/pkgsrc e1UnjVDdoc CHANGES-2026

   doc: Updated www/ruby-rails-html-sanitizer to 1.7.0
VersionDeltaFile
1.2253+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc jqVkYydwww/ruby-rails-html-sanitizer distinfo Makefile

   www/ruby-rails-html-sanitizer: update to 1.7.0

   1.7.0 (2026-02-24)

   * Add Rails::HTML::Sanitizer.allowed_uri? which delegates to
     Loofah::HTML5::Scrub.allowed_uri?, allowing the Rails framework to check
     URI safety without a direct dependency on Loofah.

     The minimum Loofah dependency is now ~> 2.25.

     Mike Dalessio @flavorjones
VersionDeltaFile
1.13+4-4www/ruby-rails-html-sanitizer/distinfo
1.11+2-2www/ruby-rails-html-sanitizer/Makefile
1.4+2-1www/ruby-rails-html-sanitizer/PLIST
+8-73 files

NetBSD/pkgsrc 8FPv2tqdoc CHANGES-2026

   doc: Updated www/ruby-rack-session to 2.1.2
VersionDeltaFile
1.2252+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc itTIkTuwww/ruby-rack-session distinfo Makefile

   www/ruby-rack-session: update to 2.1.2

   2.1.2 (2026-04-08)

   * CVE-2026-39324 Don't fall back to unencrypted coder if encryptors are
     present.
VersionDeltaFile
1.4+4-4www/ruby-rack-session/distinfo
1.4+2-2www/ruby-rack-session/Makefile
+6-62 files

NetBSD/pkgsrc c8Yhlivdoc CHANGES-2026

   doc: Updated www/ruby-http-cookie to 1.1.4
VersionDeltaFile
1.2251+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc esR0QIlwww/ruby-http-cookie distinfo Makefile

   www/ruby-http-cookie: update to 1.1.4

   1.1.1 (2026-04-06)

   * Fix thread-unsafe runtime requires. (#43 by @brasic, #57)
   * Replace require 'cgi' with require 'cgi/escape' to suppress Ruby 4.0
     warning. (#56 by @dominion525)
   * Do not define MozillaStore on JRuby; leave the constant undefined instead.
   * Relax sqlite3 development dependency to >= 1.3.

   1.1.2 (2026-04-06)

   * Stop requiring sqlite3 at load time by changing MozillaStore::Database
     from inheritance to composition.

   1.1.3 (2026-04-06)

   * Restore compatibility with Ruby 2.6.


    [4 lines not shown]
VersionDeltaFile
1.12+4-4www/ruby-http-cookie/distinfo
1.9+2-2www/ruby-http-cookie/Makefile
+6-62 files

NetBSD/pkgsrc 71aVcAawww/ruby-html-proofer distinfo Makefile

   www/ruby-html-proofer: update to 5.2.1

   5.2.1 (2026-03-29)

   What's Changed

   * [skip test] Release v5.2.0 by @github-actions[bot] in #872
   * Fix XPath syntax errors and hash validation false positives by @ZoeLeBlanc
     in #873
   * [skip test] Release v5.2.1 by @github-actions[bot] in #874

   New Contributors

   * @ZoeLeBlanc made their first contribution in #873
VersionDeltaFile
1.19+4-4www/ruby-html-proofer/distinfo
1.21+2-2www/ruby-html-proofer/Makefile
+6-62 files

NetBSD/pkgsrc naQftSjwww/ruby-aws-sdk-s3 distinfo Makefile

   www/ruby-aws-sdk-s3: update to 1.219.0

   1.219.0 (2026-04-07)

   * Feature - Updated list of the valid AWS Region values for the
     LocationConstraint parameter for general purpose buckets.

   1.218.0 (2026-03-31)

   * Feature - Add Bucket Metrics configuration support to directory buckets
VersionDeltaFile
1.56+4-4www/ruby-aws-sdk-s3/distinfo
1.56+2-2www/ruby-aws-sdk-s3/Makefile
+6-62 files

NetBSD/pkgsrc MNgR7dOdoc CHANGES-2026

   doc: Updated www/ruby-aws-partitions to 1.1237.0
VersionDeltaFile
1.2250+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc lFDdnVywww/ruby-aws-partitions distinfo Makefile

   www/ruby-aws-partitions: udpate to 1.1237.0

   1.1237.0 (2026-04-08)

   * Feature - Added support for enumerating regions for
     Aws::MarketplaceDiscovery.

   1.1236.0 (2026-04-07)

   * Feature - Added support for enumerating regions for Aws::S3Files.

   1.1235.0 (2026-04-06)

   * Feature - Updated the partitions source data the determines the AWS
     service regions and endpoints.

   1.1234.0 (2026-04-02)

   * Feature - Updated the partitions source data the determines the AWS

    [10 lines not shown]
VersionDeltaFile
1.111+4-4www/ruby-aws-partitions/distinfo
1.109+2-2www/ruby-aws-partitions/Makefile
+6-62 files

NetBSD/pkgsrc MNVupiwdoc CHANGES-2026

   doc: Updated textproc/ruby-yard to 0.9.39
VersionDeltaFile
1.2249+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc HQIa6qEtextproc/ruby-yard distinfo Makefile

   textproc/ruby-yard: update to 0.9.39

   0.9.39 (2026-04-08)

   * Add support for Ruby 4.0 (#1663)
   * Add changelog URI to gemspec metadata (#1641)
   * Fix issues with source ranges (#1642)
   * Fix an issue loading relative links from file list in HTML template (#1660)
   * Various test fixes (#1650, #1651)
VersionDeltaFile
1.21+4-4textproc/ruby-yard/distinfo
1.22+2-2textproc/ruby-yard/Makefile
+6-62 files

NetBSD/pkgsrc 0vHiF9Ydoc CHANGES-2026

   doc: Updated textproc/ruby-simple-rss to 2.2.0
VersionDeltaFile
1.2248+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc QqXBpJftextproc/ruby-simple-rss distinfo PLIST

   textproc/ruby-simple-rss: update to 2.2.0

   2.2.0 (2026-03-29)

   What's Changed

   * feat: add to_json and as_json methods for JSON serialization by @cardmagic
     in #49
   * feat: add to_hash and to_xml serialization methods by @cardmagic in #50
   * feat: add URL fetching with conditional GET support by @cardmagic in #51
   * feat: add Enumerable support and convenience accessors by @cardmagic in
     #52
   * feat: add feed validation and search helpers by @cardmagic in #53
   * feat: add feed merge and diff helpers by @cardmagic in #55
   * feat: add media and enclosure helper APIs by @cardmagic in #54
VersionDeltaFile
1.10+4-4textproc/ruby-simple-rss/distinfo
1.8+5-1textproc/ruby-simple-rss/PLIST
1.8+2-2textproc/ruby-simple-rss/Makefile
+11-73 files

NetBSD/pkgsrc 1gOLfnkdoc CHANGES-2026

   doc: Updated textproc/ruby-rdiscount to 2.2.7.4
VersionDeltaFile
1.2247+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 7Atgvqmtextproc/ruby-rdiscount distinfo Makefile

   textproc/ruby-rdiscount: update to 2.2.7.4

   2.2.7.4 (2026-04-01)

   * Fix crash if to_html called on a string longer than INT_MAX (2 GiB of
     text).
VersionDeltaFile
1.8+4-4textproc/ruby-rdiscount/distinfo
1.9+2-2textproc/ruby-rdiscount/Makefile
+6-62 files

NetBSD/pkgsrc SfNPCjGdoc CHANGES-2026

   doc: Updated textproc/ruby-multi_json to 1.20.1
VersionDeltaFile
1.2246+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc rECN5rNtextproc/ruby-multi_json PLIST distinfo

   textproc/ruby-multi_json: update to 1.20.1

   1.20.0 (2026-04-10)

   Changrs from 1.19.1 are too many to write here, please refer:
   <https://github.com/sferik/multi_json/blob/main/CHANGELOG.md>.

   1.20.1 (2026-04-12)

   * Fix JsonGem#load raising ParseError on ASCII-8BIT strings that contain
     valid UTF-8 bytes (#64).  Ruby HTTP clients tag response bodies as
     ASCII-8BIT by default; the 1.20.0 change from force_encoding to encode
     broke the dominant real-world case by trying to transcode each byte
     individually.  Switch back to force_encoding followed by a valid_encoding?
     guard so genuinely invalid byte sequences still surface as ParseError.

   * Validate custom adapters during MultiJson.use and MultiJson.load/dump with
     an :adapter option, raising MultiJson::AdapterError immediately if the
     adapter does not respond to .load, .dump, or define a ParseError constant.

    [3 lines not shown]
VersionDeltaFile
1.12+4-6textproc/ruby-multi_json/PLIST
1.24+4-4textproc/ruby-multi_json/distinfo
1.23+2-2textproc/ruby-multi_json/Makefile
+10-123 files

NetBSD/pkgsrc iWzjJlgdoc CHANGES-2026

   doc: Updated net/mikutter to 5.1.2
VersionDeltaFile
1.2245+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cfdzSbLnet/mikutter distinfo Makefile, net/mikutter/patches patch-mikutter.rb patch-core_mui_cairo__markup__generator.rb

   mikutter: update to 5.1.2

   Upstream changes:
    https://mikutter.hatenablog.com/entry/2026/04/12/183234

   * belated Happy New Year
   * enable YJIT only when available in the system Ruby
    * thanks Izumi Tsutsui
   * allow Addressable 2.9
   * fix emoji rendering shifted downward
    * thanks Izumi Tsutsui
VersionDeltaFile
1.14+3-14net/mikutter/patches/patch-mikutter.rb
1.195+5-8net/mikutter/distinfo
1.236+2-3net/mikutter/Makefile
1.4+1-1net/mikutter/patches/patch-core_mui_cairo__markup__generator.rb
1.2+1-1net/mikutter/patches/patch-core_mui_cairo__sub__parts__message__base.rb
1.2+1-1net/mikutter/patches/patch-plugin_gtk3_widget_miraclepainter.rb
+13-286 files

NetBSD/pkgsrc vnyl0mFdoc CHANGES-2026

   doc: Updated textproc/ruby-libxml to 6.0.0
VersionDeltaFile
1.2244+2-1doc/CHANGES-2026
+2-11 files