ocaml-dune: update to 3.21.0.
3.21.0 (2026-01-12)
-------------------
### Fixed
- Fix `include_subdirs qualified` incorrectly picking the furthest module
instead of the closest when resolving module name ambiguities. (#12587,
@ElectreAAS and @Alizter)
- Fix: include the module alias in the transitive dependency closure with
`(include_subdirs qualified)`. (#12299, @anmonteiro)
- Improve error messages for invalid version formats containing non-ASCII
characters. Previously, non-ASCII characters in version strings (e.g., `(lang
dune è)` or `(using menhir π3.14)`) would fail with a generic "Invalid file"
error. Now they display a clear message: "Invalid atom: contains non-ASCII
character(s). Atoms must only contain ASCII characters." The fix is
[161 lines not shown]
Restore the mutex support patches for aarm64 and mips.
What likely happened:
After a 'make patch', I manually applied the sparc mutex support patch
on top. patch(1) overwrote the existing mutex_int.h.orig, and
mkpatches(1) then updated the patch as diff between the new .orig and
the file, which only had the sparc support.
Instead, I should have preserved the .orig file from 'make patch', and
restored it after the manual patch. YLYL.
SHould fix PR pkg/59925.
tmux: update to 3.6a.
CHANGES FROM 3.6 TO 3.6a
* Fix a buffer overread and an infinite loop in format processing (reported by
Giorgi Kobakhia, issue 4735).
* Allow drag in alternate screen again (issue 4743 reported by Brad King).
* Fix y offset of mouse if status at top (issue 4738 from Michael Grant).
* Add a missing skin tone (from Jake Stewart, issue 4736).
* Allow characters to be combined in either order (issue 4726, reported by Jake
Stewart).
* Fix horizontal mouse resizing when pane status lines are on (from Michael
Grant, issue 4720).
[210 lines not shown]
games/chess-tui: update to 2.3.0
What's Changed
fix: parse args before mousetrack by @thomas-mauran in #181
fix: color popup piece scaling by @thomas-mauran in #186
fix: size crash by @thomas-mauran in #182
fix: ui history styling by @thomas-mauran in #187
fix: lichess bugs by @thomas-mauran in #183
fix: rust features to disable sound by @thomas-mauran in #184
pkgsrc changes: disable audio feature and avoid alsa dependency.
devel/ruby-redmine60: update to 6.0.8
6.0.8 (2026-01-05)
Code cleanup/refactoring
* Defect #43441: Fix failures in test/system/issues_test.rb
* Patch #43638: Update copyright year to 2026
Custom fields
* Defect #43521: Saving a custom field fails with 500 when regular
expression is invalid
Gems support
* Defect #43609: Tests fail with minitest 6.0
Issues list
[41 lines not shown]
devel/ruby-redmine51: update to 5.1.11
5.1.11 (2026-01-05)
Code cleanup/refactoring
* Defect #43441: Fix failures in test/system/issues_test.rb
* Patch #43638: Update copyright year to 2026
Gems support
* Defect #43609: Tests fail with minitest 6.0
Security
* Defect #43451: PostScript disguised as PDF can lead to arbitrary file
operations via thumbnail generation
* Defect #43634: Authorization bypass in Redmine allows modification of
attachment metadata on invisible issues
[2 lines not shown]
www/ruby-webrick: update to 1.9.2
1.9.2 (2025-11-26)
What's Changed
* Remove usage of IO#nread by @osyoyu in #181
* Remove assert matching stderr output in test_sni. by @jackorp in #158
New Contributors
* @osyoyu made their first contribution in #181
* @jackorp made their first contribution in #158
www/ruby-uri: update to 1.1.1
1.1.0 (2025-10-31)
What's Changed
* Update to use the latest version of setup-ruby and bump up to Ruby 3.4 by
@hsbt in #158
* Fix the mention to removed URI.escape/URI::Escape by @y-yagi in #146
* Use a fully qualified name in warning messages by @y-yagi in #150
* Support Ractor#value by @hsbt in #163
* Removed unnecessary workaround by @hsbt in #164
* Escape reserved characters in scheme name by @nobu in #148
* [DOC] State that uri library is needed to call Kernel#URI by @nobu in #167
* Prefer dedicated assertion methods by @nobu in #169
* Fix the message for unexpected argument by @nobu in #171
* Make URI::regexp schemes case sensitive (#38) by @nobu in #170
* The local part should not contain leading or trailing dots in the
EMAIL_REGEXP by @nlevchuk in #124
[33 lines not shown]
www/ruby-selenium-webdriver: update to 4.39.0
4.36.0 (2025-09-18)
* Add CDP for Chrome 140 and remove 137
* [BiDi] Create browser module, added user context related methods (#15371)
* BiDi get client windows (#16211)
* Fix links to exception documentation on website (#16305)
* Update unhandled_prompt_behavior capability to support hash syntax (#16289)
4.37.0 (2025-10-16)
* Add CDP for Chrome 141 and remove 138
* Update Chrome/Edge args for test environment (#16376)
* Remove `prism` dependency (#16437)
* Remove `json` version constraint (#16436)
[11 lines not shown]
www/ruby-rouge: update to 4.7.0
4.7.0 (2025-12-31)
Happy New Year 2026!
This release brings significant enhancements to PHP language support with
modern syntax features including enums, typed class constants, and
asymmetric visibility. We've introduced new lexers for GJS and GTS files
used by Ember projects. Language support has been improved with Python
3.14+ template strings, Go underscore support in numbers, and enhanced file
detection for COBOL and Terraform files. Thanks to all our contributors for
their valuable work on making Rouge more comprehensive!
www/ruby-requestjs-rails: update to 0.0.14
0.0.14 (2025-12-11)
What's Changed
* Bump @rails/request.js to v0.0.13
- Use Turbo.fetch to prevent page refreshes bounces by
@thiagoyoussef in #23
New Contributors
* @thiagoyoussef made their first contribution in #23
www/ruby-rackup: update to 2.3.1
2.3.0 (2025-12-05)
* Update releases.md - fixes #29.
* Documentation for how to access handlers programatically.
* Update the webrick handler to support OPTIONS * requests. (#40)
2.3.1 (2025-12-05)
* Fix WEBrick SERVER_PORT handling.
www/ruby-pygments.rb: update to 4.0.0
4.0.0 (2025-06-25)
Summary
* Major release that updates Pygments to 2.19.2.
* Oldest supported Ruby is now 2.7.
* Oldest supported Python is still 3.8.