resterm: Update to 0.48.1
This release improves diagnostics, settings validation, workflow execution and WebSocket reliability.
Fixed
* on-failure=continue now applies to failed @if and @switch branches. Cancellation still stops the workflow immediately.
* continued workflow failures still correctly mark the overall run as unsuccessful.
* fixed cancellation, handover, and background watcher cleanup for interactive WebSocket sessions.
* workflow blocks placed after mocks are preserved when documents are rendered.
* directive highlighting now correctly handles quoted, escaped, structured, comparison, and Unicode values.
wvkbd: update to 0.20
This release implements automatic focus-based visibility toggling,
thanks to Christian Duerr. Start wvkbd with the --auto parameter to
opt-in for this feature (it is not the default yet). It also implements
the ability to define different text colours for pressed and swiped keys
(thanks to Pachulke and to Christoph Butz for fixes).
There are also new flags that are using for users of wvkbd in privacy
sensitive use cases (e.g. for as a lock screens): --no-popup, --no-highlight,
--supress-feedback.
[Christoph Butz]
Added flags to suppress key-press feedback
Fixed issue on deskintl layout with text_press and text_swipe scheme colors
[Christian Duerr]
Fix CLI option alignment
[10 lines not shown]
Update to nabud-1.4.3.
Upstream changes: New --with-pak=no and --with-ssl=no which, when combined,
will elide any crypto library references from nabud.
p5-Module-Pluggable: update to 6.4.
2026-07-25 - 6.4
Add a CI/CD pipeline for the first time in 26 years
Add the ability to make search search "strict" and only walk the given search_dirs (thanks @rjbs)
Add much more documentation to Module::Pluggable::Object (thanks Dave Rolsky)
Make it so that you can give each search_path its own custom options
Finally fix spurious test failure because of already installed modules I hope (thanks @SZREZIC, Andreas Koenig and @ZEFRAM)
Remove optional_features from Makefile.PL META_MERGE which caused installation confusion sometimes
Add the ability to have different sorting algorithms (thanks @CHOHAG)
Fix the issues with OSX extended-attributes on files (thanks pgoyette99)
Clean up old stale core-lib (thanks @dolmen and @haarg)
p5-HTTP-Message: update to 7.04.
7.04 2026-07-24 00:01:56Z
- add RFC 10008 HTTP QUERY method (GH#225) (Daniel Böhmer),
see https://datatracker.ietf.org/doc/rfc10008/
7.03 2026-07-21 20:45:16Z
- Fix max_body_size for Content-Encoding: br, which made every brotli
response fail to decode whenever a limit was set (GH#229)
p5-HTTP-Cookies: update to 6.12.
6.12 2026-07-26 02:34:52Z
- Honour Max-Age when extracting cookies; it had been silently ignored
since 6.10, so Max-Age=0 no longer deleted a cookie and a Max-Age
lifetime was never applied (GH#69) (reported by Robert Mueller)
- When both Max-Age and Expires are present, let Max-Age take precedence
regardless of order, and let a repeated attribute's last value win, per
RFC 6265 5.3 (GH#69)
groff: rename ghostscript option back to groff-docs
It pulls in more than ghostscript, and there was no backwards
compatibility provided for the old option.
www/ruby-sass-embedded: update to 1.102.0
1.101.5 (2026-07-23)
* Bump rubygems/configure-rubygems-credentials from 2.0.0 to 2.1.0 (#385)
* Update rubocop requirement from ~> 1.87.0 to ~> 1.88.0 (#386)
* Bump actions/checkout from 6 to 7 (#387)
* Bump actions/checkout from 6 to 7 in /.github/actions/build-dart-sass
(#388)
* Bump actions/setup-node from 6 to 7 in /.github/actions/build-dart-sass
(#389)
* Bump sass from 1.101.0 to 1.101.5 in /ext/sass (#391)
1.101.6 (2026-07-23)
* Bump sass from 1.101.5 to 1.101.6 in /ext/sass (#392)
1.101.7 (2026-07-24)
[6 lines not shown]
www/ruby-cgi: update to 0.5.2
0.5.2 (2026-06-23)
What's Changed
* Improve readme copy/paste + update URLs to HTTPS by @tas50 in #101
* Add changelog URI to cgi.gemspec metadata by @phallstrom in #105
* Fix escape_html/h aliases to use C extension instead of pure Ruby fallback
by @ianks in #110
* [DOC] More on CGI.new by @BurdetteLamar in #95
* [DOC] Doc for CGI#http_header by @BurdetteLamar in #98
* [DOC] Doc for accept_charset and accept_charset= by @BurdetteLamar in #97
* [DOC] Fix examples in accept_charset and http_header docs by @hsbt in #125
* Add 'digest' option by @nobu in #62
* Handle POST without Content-Length by @hsbt in #126
* Fix CGI.unescapeHTML CompatibilityError in the pure-Ruby fallback by @hsbt
in #127
[5 lines not shown]