net-mgmt/netdata: Update 2.8.4 => 2.8.5
Changelog:
https://github.com/netdata/netdata/releases/tag/v2.8.5
- Add the rc script "netdata_required" to start netdata after the
services it needs to monitor: add required services after
"REQUIRE: LOGIN" in this file.
- Add "--no-same-owner --no-same-permissions" to EXTRACT_AFTER_ARGS.
PR: 292456
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
regal: Update to 0.38.1
Changes:
v0.38.1
This patch release fixes several bugs including some found in the
recent v0.38.0 release, as well some other improvements.
v0.38.0
Happy New Year from the Regal maintainers!
v0.38.0 of your favorite Rego linter, debugger and language server
brings full support for OPA's new string interpolation feature. This
means not only that Regal lints code found inside interpolated strings,
but that you'll have access to all your favorite language server
features within them too - like code completions, tooltips on hover, or
document highlighting. You can even use the debugger to step through
interpolated expressions! If you haven't yet tried it out, grab OPA
v1.12.2, Regal v0.38.0 and enjoy an absolutely awesome addition to the
Rego language!
opa: Update to 1.12.3
Changes:
v1.12.3
This is a bug fix release addressing two issues:
- Bundle polling is being misconfigured when discovery bundle is updated
- Decision log `size` buffer `buffer_size_limit_bytes` misconfigured
during reconfiguration
nanobsd: Fix _populate_part()
- Avoid unnecessary subshell execution
- Fix removing the temporary and empty /cfg directory
- Do not remove the generated metalog file for /cfg or /data partitions
Fixes: 61ac7309c366 ("nanobsd: Add a provisional populate_part function")
MFC after: 3 days
[libclang/python] Move SPELLING_CACHE into CodeCompletion (#177586)
This adresses point 2 from
https://github.com/llvm/llvm-project/issues/156680.
Also add a dummy object that serves as an alias to `SPELLING_CACHE`,
used to replicate the old behavior and throw a `DeprecationWarning`.
[libc++][ranges] implement `ranges::shift_left` (#83231)
Implement the `ranges::shift_left` algorithm from
[P2440R1](https://wg21.link/P2440R1).
Closes: #134061
---------
Co-authored-by: Hui Xie <hui.xie1990 at gmail.com>
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
Add a regress test that ensures our pure assembly code builds with gcc
This requires egcc to be installed, if not we'll just skip the test.
Discussed with tb@