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