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]
www/ruby-aws-sdk-s3: update to 1.228.1
1.228.1 (2026-07-23)
* Issue - Ensure the source file is closed on multipart upload_file part
failure, preventing leaked file descriptors (#3408).
www/ruby-aws-partitions: update to 1.1273.0
1.1273.0 (2026-07-24)
* Feature - Updated the partitions source data that determines the AWS
service regions and endpoints.
1.1272.0 (2026-07-22)
* Feature - Updated the partitions source data that determines the AWS
service regions and endpoints.
security/ruby-sshkit: update to 1.25.1
1.25.1 (2027-07-24)
This is a gem housekeeping release. No user-facing changes.
Housekeeping
* Opt-in for MFA requirement (#566) @tagliala
* Bump toolmantim/release-drafter from 6.1.0 to 7.1.1 (#561, #564)
@dependabot[bot]
* Add Ruby 4 to CI (#559) @mattbrictson
security/ruby-rex-socket: update to 0.1.71
0.1.71 (2026-07-23)
* Merge pull request #88 from adfoster-r7/fix-broken-ssl-server-support
on windows; Fix broken ssl server support on windows
net/ruby-net-ping: update to 2.0.9
2.0.9 (2026-07-25)
* Add GitHub Actions CI #33 and update its supported Ruby versions #38.
* Replace FakeWeb with WebMock and update the test suite for current Ruby
versions #38.
* Skip external-ping tests when the system ping command is unavailable #33.
* Fix the macOS ping6 interval option #40.
* Update README wording #30.
* Align Net::Ping::VERSION with the gem version #37.
devel/ruby-tins: update to 1.56.0
1.55.0 (2026-07-23)
* Introduced the Tins::DeepTransform module, providing a stack-safe,
iterative engine for deep transformations via the deep_transform method.
* Added support for flexible lambda arity (1, 2, or 3) within deep_transform
to allow access to the node, key/index, and parent container context.
* Implemented a core extension in tins/xt/deep_transform that integrates
DeepTransform into the Hash and Array classes.
* Refactored Tins::HashSymbolizeKeysRecursive to utilize the new iterative
engine instead of recursive logic.
1.56.0 (2026-07-25)
* Added irb as a runtime dependency