Rework rkpinctrl(4) to delay the lookup of the regmaps until we actually
need them. This should fix issues with Linux device tree changes that
make us attach rkpinctrl(4) before the syscon(4) that provides the
regmap.
ok patrick@
While in practice the ibuf_skip() call can not fail it is better to check
it. If the ibuf header can't be skipped it is better to not forward the
message and return an error.
Fix for CID 492354
OK tb@
wayland/wl-clipboard: Explicitly configure shell completions
At least for fish, wl-clipboard attempts to figure out the completion
dir by invoking fish, and otherwise falls back to a wrong default.
This explicitly configures the completion dir for fish and zsh (for good
measure).
prompted by ajacoutot@, thanks and sorry
netgen-mesher tweaks, ok jtt@:
- replace some cmakelists patches MODCMAKE_LDFLAGS = -L${X11BASE}/lib
- fix x11/tk version used to extract private headers, mv in post-extract
to avoid a path which will need adapting if x11/tk/8.6 is updated
- move NETGEN_VERSION_GIT higher in Makefile so that it's more obvious
when updating
- regen WANTLIB
czkawka: drop maintainer.
I only rarely use this and I have really no interest in the additions that
make recent releases insanely big. Hence no update.
Stop the canonicalization of the path in pledge_namei() callback since
we know is providing strictly normalized paths, and it leads to a subtle
problem a little bit like a TOCTOU. However, this pathcode can also be
reached by non-libc callers, so we need one validation step: the zoneinfo
sub-directory inspections may not attempt walks upwards through "..", we
don't need to consider symbolic links because root does not place them there.
From discussions with david leadbeater, ok beck
import ports/security/py-ssh2-python, ok benoit
This library provides bindings to the low-level libssh2 C-API.
It is primarily there to support "parallel-ssh": it is neither high
level, nor easy to use. A lot of code would need to be written to use
this library that is already provided by parallel-ssh.