mvc: a bit of spring cleaning for setActionHook(), result is never used and throwing a UserException is preferred in cases where can't pin a message to a field. closes https://github.com/opnsense/core/pull/10046
security/ruby-bcrypt: update to 3.1.22
3.1.22 (2026-03-18)
What's Changed
* Move compilation after bundle install by @tenderlove in #291
* Add TruffleRuby in CI by @tjschuck in #293
* fix env url by @tenderlove in #294
mail/ruby-mime-types-data: update to 3.2026.0317
3.2026.0317 (2026-03-17)
* Updated registry entries from the IANA media registry and provisional
media registry and the Apache Tika media registry as of the release date.
* Juliana Lucena (@julianalucena) added parquet extension for
application/vnd.apache.parquet. #271
textproc/ruby-rdtool: update to 0.6.39
pkgsrc change: remove one pkglint warning.
0.6.39 (2026-03-17)
* Modernize packaging metadata, CI, and release workflow for current Ruby.
* Refactor rd2 internals without breaking external formatter compatibility.
* Add configurable man section support and improve rd2man output quality.
* Add a simple HTML5 formatter, and document bundled format libraries.
* Modernize rdswap and document its purpose.
devel/ruby-ffi: update to 1.17.4
1.17.4 (2026-03-26)
Fixed:
* Fix union by-value ABI mismatch with float and double types on ARM64 and
X86_64. See #1177 and #1178 for details.
* Exclude libffi files, which are unnecessary. #1176
ML-KEM: ensure that key_768 is only dereferenced with 768-bit keys
This looks like a NULL dereference that should crash, but for some reason
it doesn't, even with -O0 with all compilers i tried. At the very least it
may result in compilers deducing that key_768 != NULL and lead to incorrect
optimizations.
ok claudio jsing kenjiro miod