ocaml-dune: update to 3.23.1.
3.23.1 (2026-05-14)
-------------------
### Fixed
- Fix the `menhir` opam dependency injection introduced in 3.23. Dune
now only fills in the lower bound `{>= "20180523"}` on an existing
user-declared `menhir` dependency; it no longer adds `menhir` as a
new dependency to packages that did not declare it themselves.
(#14434, fixes #14428, @robinbb)
- Gate the `dune` version-bound deduplication in generated opam files
(introduced in 3.23) on `(lang dune 3.23)`. Projects at earlier lang
versions get the prior `And [...]` shape — e.g.
`{>= "3.17" & >= "3.20"}` — restoring 3.22 behaviour and avoiding a
silent change to opam output on dune-binary upgrade. (#14436,
@robinbb)
[13 lines not shown]
moor: update to 2.13.2.
v2.13.2: Fix a crash when filtering Latest
This release fixes an intermittent crash that could happen when
filtering a file down to zero lines.
Also, this release improves performance for rendering long (100KB)
lines.
v2.13.1: Performance improvements for searching
Performance when searching and scrolling sideways to search hits has
been significantly improved. Hits are now also centered on the screen
when scrolling sideways.
Also in this release:
[2 lines not shown]
libpaper: update to 2.2.8.
This release fixes a typo in the C4 envelope size, which has been
present for a long time (since libpaper 1). Thanks to @yegord for
the bug report and fix.
dasel: update to 3.10.1.
v3.10.1 - 2026-05-13
Fixed
Fixed a non-terminating loop in the selector lexer when tokenizing unterminated regex patterns (e.g. r/abc). The tokenizer now returns an error instead of looping indefinitely.
Fix panic when selector query contains a trailing backslash in a quoted string (GHSA-m5j3-4634-c2vq).
v3.10.0 - 2026-05-13
Added
KDL format support (-i kdl / -o kdl) for reading and writing KDL configuration files (#504). Supports both v1 and v2 syntax with automatic version detection. Output version is configurable via --write-flag kdl-version=1 or --write-flag kdl-version=2 (default).
v3.9.0 - 2026-05-13
Added
[4 lines not shown]
net-im/nchat: update: 5.14.44 -> 5.15.26
The themes installation has been removed for some reason, and because
of their usefulness it's better to resurrect such functionality. In
addition to that, add templates installation as well.
ChangeLog: https://github.com/d99kris/nchat/compare/v5.14.44...v5.15.26
Sponsored by: tipi.work
sciteco: updated to v2.5.2
* SciTECO no longer modifies files after installation, so Poudriere
builds should be fixed now even without changing BINMODE.
* LTO-support is now an option and disabled by default.
* MALLOC_REPLACEMENT is now the default for FreeBSD, so we added it to OPTIONS_DEFAULT.
* Maintainer address and website updated to their new place at sciteco.fmsbw.de.
PR: 283601
Reported by: Robin Haberkorn <rhaberkorn at fmsbw.de> (maintainer)