defguard: updated to 2.0.0
2.0.0
It’s a significant step up from version 1.x, featuring:
a completely redesigned UI,
a new and easy deployment approach (and component communication security),
and some other major architectural changes.
dillo: update to 3.3.0
Packaging:
- Most patches have been removed thanks to leot@'s patches being
merged upstream!
Upstream:
- Add optional support for brotli (br) content encoding.
- Add about:keys to display current keyboard shortcuts.
- Control + left click opens links in new tab (emulates mouse middle
button).
- Ctrl+C copies selected text into the clipboard so Ctrl+V works as
expected.
- Enable IPv6 support by default if supported by the platform.
- Focus the N-th tab with the Alt+<number> shortcut.
- Fix vsource dpi infinite loop on musl due to unescaped "%" printf
format.
- Add about:cache and about:dicache pages to show internal cache
details.
[30 lines not shown]
nspr: update to 4.39.
Simplify; use existing nspr.pc file.
Changes:
- Improved error handling in PR_CreateThread on Windows
- Cleanup and Type-cast fixes for prtime
- Remove unused prstreams C++ wrapper from NSPR
- Memory poisoning and Arena redzone fixes
- Removed emacs/vim modelines and .cvsignore files
- Added .editorconfig
x11/ruby-tk: update to 0.6.0
pkgsrc note: still some work to build with tcl90/tk90
0.6.0 (2026-03-14)
* Merge pull request #71 from
ruby/dependabot/github_actions/actions/checkout-5
* Merge pull request #73 from
ruby/dependabot/github_actions/actions/checkout-6
* Making gem work with tcl/tk 9.0
* Fixing regex
* Simplifying regexes -- Thanks @jeremyevans!
* Actually, it seems I was wrong about this
It seems that `try_func` is indeed generating the right code
* remove wrong version warner in extconf.rb
* Add Ruby 4.0 to CI
www/ruby-http-cookie: update to 1.1.6
1.1.5 (2026-04-19)
* Fix NameError: uninitialized constant HTTP::Cookie::MAX_COOKIES_TOTAL when
http/cookie_jar is required without http/cookie, as done by the http
gem. (#62)
1.1.6 (2026-04-20)
* Use autoload to avoid "circular require" warnings between http/cookie and
http/cookie_jar. (#65)
www/ruby-http: update to 6.0.3
6.0.3 (2026-04-20)
Fixed
* Ship RBS signatures for downstream consumers. Previously only
sig/http.rbs was packaged, but it referenced LLHttp::Parser and
LLHttp::Delegate (defined only in the unshipped sig/deps.rbs), causing
Cannot find type LLHttp::Delegate errors in Steep when loading library
"http". Public LLHttp stubs are now shipped in sig/llhttp.rbs, and
sig/manifest.yaml declares stdlib dependencies so consumers don't need to
re-list them.
www/ruby-bullet: update to 8.1.1
8.1.1 (2026-04-23)
* Fix ActiveRecord 8.1 patch-level method signature compatibility; test
against Rails 8.1.3.
* Handle string associations in safelist for Action Text
* Enhance N+1 query detection by including caller stack in association calls
* Update external links in README.md
www/ruby-aws-sdk-s3: update to 1.220.0
1.220.0 (2026-04-22)
* Feature - This release adds five additional checksum algorithms for S3
data integrity (MD5, SHA-512, XXHash3, XXHash64, XXHash128) and support
for S3 Inventory on directory buckets (S3 Express One Zone).
www/ruby-aws-sdk-kms: update to 1.124.0
1.124.0 (2026-04-27)
* Feature - KMS GetKeyLastUsage API provides information on the last
successful cryptographic operation performed on KMS keys. This new API
provides KMS customers with the last timestamp, CloudTrail eventId, and
the cryptographic operation that was performed on the key.