giflib: update to 6.1.3.
* Fix SF bugs #194, #195, #196, #197: these were in the gif_fiont.c
code, which is a historical relic not affecting general library clients.
* Fix SF bug #193, double free on malicious GIF when built with reallocarray.
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]
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
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]
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
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
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]
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)
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