update to version 9.2.0315.
Changes:
- patch 9.2.0315: missing bound-checks
- patch 9.2.0314: channel: can bind to all network interfaces
- patch 9.2.0313: Callback channel not registered in GUI
- patch 9.2.0312: C-type names are marked as translatable
- patch 9.2.0311: redrawing logic with text properties can be improved
- patch 9.2.0310: unnecessary work in vim_strchr() and find_term_bykeys()
- patch 9.2.0309: Missing out-of-memory check to may_get_cmd_block()
- runtime(log): clean up and modernize log syntax
- patch 9.2.0308: Error message E1547 is wrong
- patch 9.2.0307: more mismatches between return types and documentation
- patch 9.2.0306: runtime(tar): some issues with lz4 support
- runtime(vim9): Fix dist#vim9#Open() spaced paths and SIGPIPE crashes
- patch 9.2.0305: mismatch between return types and documentation
- patch 9.2.0304: tests: test for 9.2.0285 doesn't always fail without the fix
- patch 9.2.0303: tests: zip plugin tests don't check for warning message properly
- patch 9.2.0302: runtime(netrw): RFC2396 decoding double escaping spaces
[117 lines not shown]
sysutils/psutil: Patch to remove procfs dependency
Replace procfs depdendency in the following sections
- cpu stats calculation
- memory usage calculation
While here also handle EBUSY failures gracefully.
neovim: Update to 0.12.0
Changes:
0.12.0
This release introduce vim.pack.*() to manage plugins natively, adds :Undotree
and :DiffTool as builtin plugins, expands built-in LSP support and more.
For full release notes please see
<https://github.com/neovim/neovim/commit/fc7e5cf6c93fef08effc183087a2c8cc9bf0d75a>
and ":help news".
scamper: Update net/scamper to 20260331
* add initial implementation of RFC 4656 OWAMP. the implementation is
functional but incomplete, and all owamp interfaces (e.g., warts,
json, command line interface, python interface, and the
implementation itself) are subject to change.
* document current owamp command line interface in scamper man page.
* remove unused scamper_privsep_open_udp and scamper_privsep_open_tcp.
* print out monitor field -- the name of the system that did the
measurement -- in all json objects. previously, only "trace" and
"tracelb" measurements printed that field.
* do not leak IP4 raw sockets, triggered with use of -O raw in ping
and trace.
* trace: add -O back to conduct traceroutes with decreasing TTL values.
this requires use of -m ttl option.
* trace: when -N > 1 is used on a path with a loop, update json to
show path until loop condition was met, rather than on the first
occurrence of an address involved in a loop.
* trace: emit traceroute flags in json output.
[88 lines not shown]