With:
https://lists.openembedded.org/g/bitbake-devel/message/17508
there are many WARNINGs from this layer will cover src_uri.inc files
in next commit.
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Bumping rootlesskit to version v2.3.1-28-g0b4ed7b, which comprises the following commits:
b4fe9a7 go fmt
a1beb23 Build(deps): Bump golang.org/x/net from 0.28.0 to 0.33.0
9546d0d Build(deps): Bump golang.org/x/sys from 0.28.0 to 0.29.0
2363620 fix: allow to propagate the address specified in -p option
a710d84 Build(deps): Bump golang.org/x/sys from 0.27.0 to 0.28.0
7c52d16 Build(deps): Bump golang.org/x/sys from 0.25.0 to 0.27.0
16c6608 Build(deps): Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
19fab4c Build(deps): Bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5
b26bc59 Build(deps): Bump golang.org/x/sys from 0.24.0 to 0.25.0
f11b0e6 port/builtin: return proper error for sctp
f98e27e Build(deps): Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0
3bb2efa docs/network: Mention that pasta won't work with some Ubuntu package versions
baec6fd docs/network: Don't suggest removing AppArmor rules for pasta
ae0c97d pasta: Update comment about issue with AppArmor and creation of user namespace
3c35024 v2.3.1+dev
fcc67fe v2.3.1
56337e7 CI: attest-build-provenance: fix a subject-path issue (461)
2c2a107 v2.3.0+dev
5bf364f v2.3.0
f3948fd Enable actions/attest-build-provenance
e403655 CI: update Docker (27.1.2)
169edeb CI: update pasta (2024_08_14.61c0b0d)
d5a270f go.mod: golang.org/x/net v0.28.0
5e81602 go.mod: github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5
8751f26 Deprecate rootlesskit-docker-proxy (no longer needed since Docker v28)
36ceb0e child, pasta: Allow drivers to configure their own interface, let pasta do that
ade4c86 pasta: Let it run in background, and wait until it forks
8cbb3ae CI: update Go to 1.23
1139aed Build(deps): Bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4
fba675b Build(deps): Bump golang.org/x/sys from 0.22.0 to 0.24.0
926c6aa Build(deps): Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3
90ad956 Build(deps): Bump github.com/gofrs/flock from 0.12.0 to 0.12.1
1899165 Build(deps): Bump github.com/moby/sys/mountinfo from 0.7.1 to 0.7.2
c5a4fbf v2.2.0+dev
17a2cd4 v2.2.0
b8197ef go.mod: update
d6a8962 CI: update dependencies
a631a8c Build(deps): Bump github.com/gofrs/flock from 0.8.1 to 0.12.0
ca26493 Add reexec branch for socket activation to correct LISTEN_PID
c202896 Build(deps): Bump golang.org/x/sys from 0.21.0 to 0.22.0
8ce63fd Build(deps): Bump github.com/containernetworking/plugins
f68acb9 Build(deps): Bump golang.org/x/sys from 0.20.0 to 0.21.0
c784875 Build(deps): Bump github.com/containernetworking/plugins
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
see: https://github.com/rootless-containers/rootlesskit
---------
RootlessKit: Linux-native fakeroot using user namespaces
RootlessKit is a Linux-native implementation of 'fake root' using user_namespaces(7).
The purpose of RootlessKit is to run Docker and Kubernetes as an unprivileged user
(known as 'Rootless mode'), so as to protect the real root on the host from potential
container-breakout attacks.
---------
This is a building block for cross installation of containers and
rootless on-target execution.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>