diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-12-07 04:43:33 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-12-08 20:57:44 -0500 |
| commit | 4d63f769924095a8aa85bbe21faeeed904ed36ef (patch) | |
| tree | 68b18c3cfc84e99165e6a62b8e96e3422885dd89 | |
| parent | 45441d41bcfaa125e672d84c8fdf5a3b4461c3aa (diff) | |
| download | meta-virtualization-4d63f769924095a8aa85bbe21faeeed904ed36ef.tar.gz | |
rootlesskit: update to v3.0.0-alpha.1
Bumping rootlesskit to version v3.0.0-alpha.1-2-g8059d35, which comprises the following commits:
64d4cd5 v3.0.0-alpha.1+dev
7ae0e6b v3.0.0-alpha.1
45e4ed5 Build(deps): Bump golang.org/x/sync from 0.17.0 to 0.18.0
02054ac Build(deps): Bump golang.org/x/crypto from 0.42.0 to 0.45.0
6794af3 Build(deps): Bump actions/checkout from 5 to 6
4a3a5b7 ci: fix missing tag variable in release note generation
a91432a network/port driver build tags support
476cdb6 Build(deps): Bump github.com/gofrs/flock from 0.12.1 to 0.13.0
41e185f v3.0.0-alpha.0+dev
ec10409 v3.0.0-alpha.0
d62c5f8 go.mod: bump up
ce86985 port.md: update benchmark description for gvisor-tap-vsock driver
d0d6c23 go.mod: update gvisor-tap-vsock to v0.8.8 and improve port driver benchmarks
3c14934 refactor: replace Debugf with Debug for logging messages
185f2b1 bump go to version 1.24 (version 1.23 is not supported) update go.mod and go.sum for dependency upgrades and fix gvisor-tap-vsock compatibility
bd8b631 Add gvisortapvsock port driver support
2b6262a Build(deps): Bump actions/attest-build-provenance from 2 to 3
ce8c7b4 Build(deps): Bump actions/checkout from 4 to 5
ec9c22a Build(deps): Bump golang.org/x/sys from 0.34.0 to 0.35.0
0c30f0a Build(deps): Bump golang.org/x/sys from 0.33.0 to 0.34.0
ae984d4 network: add support for gvisor-tap-vsock driver and integration tests
41fac7c Build(deps): Bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0
718a551 Build(deps): Bump github.com/urfave/cli/v2 from 2.27.6 to 2.27.7
2ca0537 Implement Pdeathsig behavior for child processes and enhance integration tests
cc4f3f5 child: refactor command execution to use goroutines with Pdeathsig
b5ddfeb v2.3.5+dev
0cc0811 v2.3.5
f2dc076 Build(deps): Bump golang.org/x/sys from 0.32.0 to 0.33.0
32e2a2a Dockerfile: update test deps
56ecf67 Build(deps): Bump github.com/moby/vpnkit from 0.5.0 to 0.6.0
4a92456 Build(deps): Bump github.com/containernetworking/plugins
a21cdd9 Build(deps): Bump golang.org/x/sys from 0.31.0 to 0.32.0
f7ae285 Build(deps): Bump golang.org/x/net from 0.36.0 to 0.38.0
968358d Parameter for ISA of binaries
8d196ce Build(deps): Bump golang.org/x/net from 0.33.0 to 0.36.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-extended/rootlesskit/rootlesskit_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/rootlesskit/rootlesskit_git.bb b/recipes-extended/rootlesskit/rootlesskit_git.bb index d3529bb0..b98c0fd8 100644 --- a/recipes-extended/rootlesskit/rootlesskit_git.bb +++ b/recipes-extended/rootlesskit/rootlesskit_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = " \ | |||
| 9 | go-md2man \ | 9 | go-md2man \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRCREV_rootless = "530859a92629689c0c17c96d9ab145f4d04b5b5a" | 12 | SRCREV_rootless = "8059d35092db167ec53cae95fb6aa37fc577060c" |
| 13 | SRCREV_FORMAT = "rootless" | 13 | SRCREV_FORMAT = "rootless" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/rootless-containers/rootlesskit;name=rootless;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 15 | SRC_URI = "git://github.com/rootless-containers/rootlesskit;name=rootless;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
| @@ -24,7 +24,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd | |||
| 24 | 24 | ||
| 25 | GO_IMPORT = "import" | 25 | GO_IMPORT = "import" |
| 26 | 26 | ||
| 27 | PV = "v2.3.4+git" | 27 | PV = "v3.0.0-alpha.1+git" |
| 28 | 28 | ||
| 29 | ROOTLESS_PKG = "github.com/rootless-containers/rootlesskit" | 29 | ROOTLESS_PKG = "github.com/rootless-containers/rootlesskit" |
| 30 | 30 | ||
