revert the previous, it broke all the m68k, mips, and powerpc builds.
i had fixed most of the broken ones already, and i think thorpej has
fixed the sun2/sun3 builds that were remaining broken.
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