diff --git a/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch b/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch index cf7037f3..283b944a 100644 --- a/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch +++ b/recipes-containers/nerdctl/nerdctl/0001-Makefile-allow-external-specification-of-build-setti.patch @@ -13,19 +13,16 @@ Signed-off-by: Hongxu Jia src/import/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/src/import/Makefile b/src/import/Makefile -index ae4e18c..eb22f9f 100644 ---- a/src/import/Makefile -+++ b/src/import/Makefile -@@ -45,7 +45,7 @@ endif +Index: git/src/import/Makefile +=================================================================== +--- git.orig/src/import/Makefile ++++ git/src/import/Makefile +@@ -54,7 +54,7 @@ + VERBOSE_FLAG_LONG := --verbose + endif - GO_BUILD_LDFLAGS ?= -s -w - GO_BUILD_FLAGS ?= -export GO_BUILD=CGO_ENABLED=0 GOOS=$(GOOS) $(GO) -C $(MAKEFILE_DIR) build -ldflags "$(GO_BUILD_LDFLAGS) $(VERBOSE_FLAG) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" +export GO_BUILD=GOOS=$(GOOS) $(GO) -C $(MAKEFILE_DIR) build -ldflags "$(GO_BUILD_LDFLAGS) $(VERBOSE_FLAG) -X $(PACKAGE)/pkg/version.Version=$(VERSION) -X $(PACKAGE)/pkg/version.Revision=$(REVISION)" - recursive_wildcard=$(wildcard $1$2) $(foreach e,$(wildcard $1*),$(call recursive_wildcard,$e/,$2)) - --- -2.34.1 - + ifndef NO_COLOR + NC := \033[0m diff --git a/recipes-containers/nerdctl/nerdctl/modules.txt b/recipes-containers/nerdctl/nerdctl/modules.txt index 9c19fea0..d0e62b94 100644 --- a/recipes-containers/nerdctl/nerdctl/modules.txt +++ b/recipes-containers/nerdctl/nerdctl/modules.txt @@ -1,270 +1,849 @@ -# github.com/Masterminds/semver/v3 v3.3.1 -## explicit -# github.com/Microsoft/go-winio v0.6.2 -## explicit -# github.com/Microsoft/hcsshim v0.12.9 -## explicit -# github.com/compose-spec/compose-go/v2 v2.4.7 -## explicit -# github.com/containerd/accelerated-container-image v1.2.3 -## explicit -# github.com/containerd/cgroups/v3 v3.0.5 -## explicit -# github.com/containerd/console v1.0.4 -## explicit -# github.com/containerd/containerd/api v1.8.0 -## explicit -# github.com/containerd/containerd/v2 v2.0.2 -## explicit -# github.com/containerd/continuity v0.4.5 -## explicit -# github.com/containerd/errdefs v1.0.0 -## explicit -# github.com/containerd/fifo v1.1.0 -## explicit -# github.com/containerd/go-cni v1.1.12 -## explicit -# github.com/containerd/imgcrypt/v2 v2.0.0 -## explicit -# github.com/containerd/log v0.1.0 -## explicit -# github.com/containerd/nydus-snapshotter v0.15.0 -## explicit -# github.com/containerd/platforms v1.0.0-rc.1 -## explicit -# github.com/containerd/stargz-snapshotter v0.16.3 -## explicit -# github.com/containerd/stargz-snapshotter/estargz v0.16.3 -## explicit -# github.com/containerd/stargz-snapshotter/ipfs v0.16.3 -## explicit -# github.com/containerd/typeurl/v2 v2.2.3 -## explicit -# github.com/containernetworking/cni v1.2.3 -## explicit -# github.com/containernetworking/plugins v1.5.1 -## explicit -# github.com/coreos/go-iptables v0.8.0 -## explicit -# github.com/coreos/go-systemd/v22 v22.5.0 -## explicit -# github.com/cyphar/filepath-securejoin v0.4.0 -## explicit -# github.com/distribution/reference v0.6.0 -## explicit -# github.com/docker/cli v27.5.0+incompatible -## explicit -# github.com/docker/docker v27.5.0+incompatible -## explicit -# github.com/docker/go-connections v0.5.0 -## explicit -# github.com/docker/go-units v0.5.0 -## explicit -# github.com/fahedouch/go-logrotate v0.2.1 -## explicit -# github.com/fatih/color v1.18.0 -## explicit -# github.com/fluent/fluent-logger-golang v1.9.0 -## explicit -# github.com/fsnotify/fsnotify v1.8.0 -## explicit -# github.com/go-viper/mapstructure/v2 v2.2.1 -## explicit -# github.com/ipfs/go-cid v0.4.1 -## explicit -# github.com/klauspost/compress v1.17.11 -## explicit -# github.com/mattn/go-isatty v0.0.20 -## explicit -# github.com/moby/sys/mount v0.3.4 -## explicit -# github.com/moby/sys/mountinfo v0.7.2 -## explicit -# github.com/moby/sys/signal v0.7.1 -## explicit -# github.com/moby/sys/userns v0.1.0 -## explicit -# github.com/moby/term v0.5.2 -## explicit -# github.com/muesli/cancelreader v0.2.2 -## explicit -# github.com/opencontainers/go-digest v1.0.0 -## explicit -# github.com/opencontainers/image-spec v1.1.0 -## explicit -# github.com/opencontainers/runtime-spec v1.2.0 -## explicit -# github.com/pelletier/go-toml/v2 v2.2.3 -## explicit -# github.com/rootless-containers/bypass4netns v0.4.1 -## explicit -# github.com/rootless-containers/rootlesskit/v2 v2.3.1 -## explicit -# github.com/spf13/cobra v1.8.1 -## explicit -# github.com/spf13/pflag v1.0.5 -## explicit -# github.com/vishvananda/netlink v1.3.0 -## explicit -# github.com/vishvananda/netns v0.0.5 -## explicit -# github.com/yuchanns/srslog v1.1.0 -## explicit -# go.uber.org/mock v0.5.0 -## explicit -# golang.org/x/crypto v0.32.0 -## explicit -# golang.org/x/net v0.34.0 -## explicit -# golang.org/x/sync v0.10.0 -## explicit -# golang.org/x/sys v0.29.0 -## explicit -# golang.org/x/term v0.28.0 -## explicit -# golang.org/x/text v0.21.0 -## explicit -# gopkg.in/yaml.v3 v3.0.1 -## explicit -# gotest.tools/v3 v3.5.1 -## explicit # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 -## explicit +## explicit; go 1.20 +github.com/AdaLogics/go-fuzz-headers # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 -## explicit +## explicit; go 1.18 +github.com/AdamKorcz/go-118-fuzz-build/testing # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c -## explicit +## explicit; go 1.16 +github.com/Azure/go-ansiterm +github.com/Azure/go-ansiterm/winterm +# github.com/Masterminds/semver/v3 v3.3.1 +## explicit; go 1.21 +github.com/Masterminds/semver/v3 +# github.com/Microsoft/go-winio v0.6.2 +## explicit; go 1.21 +github.com/Microsoft/go-winio +github.com/Microsoft/go-winio/backuptar +github.com/Microsoft/go-winio/internal/fs +github.com/Microsoft/go-winio/internal/socket +github.com/Microsoft/go-winio/internal/stringbuffer +github.com/Microsoft/go-winio/pkg/bindfilter +github.com/Microsoft/go-winio/pkg/guid +github.com/Microsoft/go-winio/vhd +# github.com/Microsoft/hcsshim v0.12.9 +## explicit; go 1.22 +github.com/Microsoft/hcsshim +github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/options +github.com/Microsoft/hcsshim/computestorage +github.com/Microsoft/hcsshim/hcn +github.com/Microsoft/hcsshim/internal/cni +github.com/Microsoft/hcsshim/internal/cow +github.com/Microsoft/hcsshim/internal/hcs +github.com/Microsoft/hcsshim/internal/hcs/schema1 +github.com/Microsoft/hcsshim/internal/hcs/schema2 +github.com/Microsoft/hcsshim/internal/hcserror +github.com/Microsoft/hcsshim/internal/hns +github.com/Microsoft/hcsshim/internal/interop +github.com/Microsoft/hcsshim/internal/jobobject +github.com/Microsoft/hcsshim/internal/log +github.com/Microsoft/hcsshim/internal/logfields +github.com/Microsoft/hcsshim/internal/longpath +github.com/Microsoft/hcsshim/internal/memory +github.com/Microsoft/hcsshim/internal/mergemaps +github.com/Microsoft/hcsshim/internal/oc +github.com/Microsoft/hcsshim/internal/protocol/guestrequest +github.com/Microsoft/hcsshim/internal/queue +github.com/Microsoft/hcsshim/internal/regstate +github.com/Microsoft/hcsshim/internal/runhcs +github.com/Microsoft/hcsshim/internal/safefile +github.com/Microsoft/hcsshim/internal/security +github.com/Microsoft/hcsshim/internal/timeout +github.com/Microsoft/hcsshim/internal/vhdx +github.com/Microsoft/hcsshim/internal/vmcompute +github.com/Microsoft/hcsshim/internal/wclayer +github.com/Microsoft/hcsshim/internal/wclayer/cim +github.com/Microsoft/hcsshim/internal/winapi +github.com/Microsoft/hcsshim/osversion +github.com/Microsoft/hcsshim/pkg/cimfs +github.com/Microsoft/hcsshim/pkg/cimfs/format +github.com/Microsoft/hcsshim/pkg/ociwclayer +github.com/Microsoft/hcsshim/pkg/ociwclayer/cim # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 ## explicit # github.com/cilium/ebpf v0.16.0 -## explicit +## explicit; go 1.21 +github.com/cilium/ebpf +github.com/cilium/ebpf/asm +github.com/cilium/ebpf/btf +github.com/cilium/ebpf/internal +github.com/cilium/ebpf/internal/kallsyms +github.com/cilium/ebpf/internal/kconfig +github.com/cilium/ebpf/internal/sys +github.com/cilium/ebpf/internal/sysenc +github.com/cilium/ebpf/internal/tracefs +github.com/cilium/ebpf/internal/unix +github.com/cilium/ebpf/link +# github.com/compose-spec/compose-go/v2 v2.4.8 +## explicit; go 1.21 +github.com/compose-spec/compose-go/v2/cli +github.com/compose-spec/compose-go/v2/consts +github.com/compose-spec/compose-go/v2/dotenv +github.com/compose-spec/compose-go/v2/errdefs +github.com/compose-spec/compose-go/v2/format +github.com/compose-spec/compose-go/v2/graph +github.com/compose-spec/compose-go/v2/interpolation +github.com/compose-spec/compose-go/v2/loader +github.com/compose-spec/compose-go/v2/override +github.com/compose-spec/compose-go/v2/paths +github.com/compose-spec/compose-go/v2/schema +github.com/compose-spec/compose-go/v2/template +github.com/compose-spec/compose-go/v2/transform +github.com/compose-spec/compose-go/v2/tree +github.com/compose-spec/compose-go/v2/types +github.com/compose-spec/compose-go/v2/utils +github.com/compose-spec/compose-go/v2/validation +# github.com/containerd/accelerated-container-image v1.3.0 +## explicit; go 1.22.0 +github.com/containerd/accelerated-container-image/pkg/convertor +github.com/containerd/accelerated-container-image/pkg/label +github.com/containerd/accelerated-container-image/pkg/types +github.com/containerd/accelerated-container-image/pkg/utils +github.com/containerd/accelerated-container-image/pkg/version +# github.com/containerd/cgroups/v3 v3.0.5 +## explicit; go 1.22.0 +github.com/containerd/cgroups/v3 +github.com/containerd/cgroups/v3/cgroup1 +github.com/containerd/cgroups/v3/cgroup1/stats +github.com/containerd/cgroups/v3/cgroup2 +github.com/containerd/cgroups/v3/cgroup2/stats +# github.com/containerd/console v1.0.4 +## explicit; go 1.13 +github.com/containerd/console +# github.com/containerd/containerd/api v1.8.0 +## explicit; go 1.21 +github.com/containerd/containerd/api/events +github.com/containerd/containerd/api/runtime/sandbox/v1 +github.com/containerd/containerd/api/services/containers/v1 +github.com/containerd/containerd/api/services/content/v1 +github.com/containerd/containerd/api/services/diff/v1 +github.com/containerd/containerd/api/services/events/v1 +github.com/containerd/containerd/api/services/images/v1 +github.com/containerd/containerd/api/services/introspection/v1 +github.com/containerd/containerd/api/services/leases/v1 +github.com/containerd/containerd/api/services/namespaces/v1 +github.com/containerd/containerd/api/services/sandbox/v1 +github.com/containerd/containerd/api/services/snapshots/v1 +github.com/containerd/containerd/api/services/streaming/v1 +github.com/containerd/containerd/api/services/tasks/v1 +github.com/containerd/containerd/api/services/transfer/v1 +github.com/containerd/containerd/api/services/version/v1 +github.com/containerd/containerd/api/types +github.com/containerd/containerd/api/types/runc/options +github.com/containerd/containerd/api/types/task +github.com/containerd/containerd/api/types/transfer +# github.com/containerd/containerd/v2 v2.0.3 +## explicit; go 1.22.0 +github.com/containerd/containerd/v2/client +github.com/containerd/containerd/v2/cmd/containerd-shim-runc-v2/process +github.com/containerd/containerd/v2/contrib/apparmor +github.com/containerd/containerd/v2/contrib/nvidia +github.com/containerd/containerd/v2/contrib/seccomp +github.com/containerd/containerd/v2/core/containers +github.com/containerd/containerd/v2/core/content +github.com/containerd/containerd/v2/core/content/proxy +github.com/containerd/containerd/v2/core/diff +github.com/containerd/containerd/v2/core/diff/proxy +github.com/containerd/containerd/v2/core/events +github.com/containerd/containerd/v2/core/events/proxy +github.com/containerd/containerd/v2/core/images +github.com/containerd/containerd/v2/core/images/archive +github.com/containerd/containerd/v2/core/images/converter +github.com/containerd/containerd/v2/core/images/converter/uncompress +github.com/containerd/containerd/v2/core/images/usage +github.com/containerd/containerd/v2/core/introspection +github.com/containerd/containerd/v2/core/introspection/proxy +github.com/containerd/containerd/v2/core/leases +github.com/containerd/containerd/v2/core/leases/proxy +github.com/containerd/containerd/v2/core/mount +github.com/containerd/containerd/v2/core/remotes +github.com/containerd/containerd/v2/core/remotes/docker +github.com/containerd/containerd/v2/core/remotes/docker/auth +github.com/containerd/containerd/v2/core/remotes/docker/config +github.com/containerd/containerd/v2/core/remotes/docker/schema1 +github.com/containerd/containerd/v2/core/remotes/errors +github.com/containerd/containerd/v2/core/runtime/opts +github.com/containerd/containerd/v2/core/runtime/restart +github.com/containerd/containerd/v2/core/runtime/v2/logging +github.com/containerd/containerd/v2/core/sandbox +github.com/containerd/containerd/v2/core/sandbox/proxy +github.com/containerd/containerd/v2/core/snapshots +github.com/containerd/containerd/v2/core/snapshots/proxy +github.com/containerd/containerd/v2/core/streaming +github.com/containerd/containerd/v2/core/streaming/proxy +github.com/containerd/containerd/v2/core/transfer +github.com/containerd/containerd/v2/core/transfer/proxy +github.com/containerd/containerd/v2/core/transfer/streaming +github.com/containerd/containerd/v2/core/unpack +github.com/containerd/containerd/v2/defaults +github.com/containerd/containerd/v2/internal/cleanup +github.com/containerd/containerd/v2/internal/fsverity +github.com/containerd/containerd/v2/internal/kmutex +github.com/containerd/containerd/v2/internal/randutil +github.com/containerd/containerd/v2/internal/userns +github.com/containerd/containerd/v2/pkg/archive +github.com/containerd/containerd/v2/pkg/archive/compression +github.com/containerd/containerd/v2/pkg/archive/tarheader +github.com/containerd/containerd/v2/pkg/cap +github.com/containerd/containerd/v2/pkg/cio +github.com/containerd/containerd/v2/pkg/deprecation +github.com/containerd/containerd/v2/pkg/dialer +github.com/containerd/containerd/v2/pkg/epoch +github.com/containerd/containerd/v2/pkg/filters +github.com/containerd/containerd/v2/pkg/identifiers +github.com/containerd/containerd/v2/pkg/kernelversion +github.com/containerd/containerd/v2/pkg/labels +github.com/containerd/containerd/v2/pkg/namespaces +github.com/containerd/containerd/v2/pkg/netns +github.com/containerd/containerd/v2/pkg/oci +github.com/containerd/containerd/v2/pkg/progress +github.com/containerd/containerd/v2/pkg/protobuf +github.com/containerd/containerd/v2/pkg/protobuf/proto +github.com/containerd/containerd/v2/pkg/protobuf/types +github.com/containerd/containerd/v2/pkg/reference +github.com/containerd/containerd/v2/pkg/rootfs +github.com/containerd/containerd/v2/pkg/seccomp +github.com/containerd/containerd/v2/pkg/snapshotters +github.com/containerd/containerd/v2/pkg/stdio +github.com/containerd/containerd/v2/pkg/sys +github.com/containerd/containerd/v2/pkg/tracing +github.com/containerd/containerd/v2/plugins +github.com/containerd/containerd/v2/plugins/content/local +github.com/containerd/containerd/v2/plugins/services +github.com/containerd/containerd/v2/version +# github.com/containerd/continuity v0.4.5 +## explicit; go 1.21 +github.com/containerd/continuity/devices +github.com/containerd/continuity/fs +github.com/containerd/continuity/sysx +github.com/containerd/continuity/testutil/loopback +# github.com/containerd/errdefs v1.0.0 +## explicit; go 1.20 +github.com/containerd/errdefs # github.com/containerd/errdefs/pkg v0.3.0 -## explicit +## explicit; go 1.22 +github.com/containerd/errdefs/pkg/errgrpc +github.com/containerd/errdefs/pkg/internal/cause +github.com/containerd/errdefs/pkg/internal/types +# github.com/containerd/fifo v1.1.0 +## explicit; go 1.18 +github.com/containerd/fifo +# github.com/containerd/go-cni v1.1.12 +## explicit; go 1.21 +github.com/containerd/go-cni # github.com/containerd/go-runc v1.1.0 -## explicit +## explicit; go 1.18 +github.com/containerd/go-runc +# github.com/containerd/imgcrypt/v2 v2.0.0 +## explicit; go 1.22.0 +github.com/containerd/imgcrypt/v2 +github.com/containerd/imgcrypt/v2/images/encryption +github.com/containerd/imgcrypt/v2/images/encryption/parsehelpers +# github.com/containerd/log v0.1.0 +## explicit; go 1.20 +github.com/containerd/log +# github.com/containerd/nerdctl/mod/tigron v0.0.0 => ./mod/tigron +## explicit; go 1.23 +github.com/containerd/nerdctl/mod/tigron/expect +github.com/containerd/nerdctl/mod/tigron/require +github.com/containerd/nerdctl/mod/tigron/test +github.com/containerd/nerdctl/mod/tigron/test/internal +github.com/containerd/nerdctl/mod/tigron/test/internal/pty +github.com/containerd/nerdctl/mod/tigron/utils +# github.com/containerd/nydus-snapshotter v0.15.0 +## explicit; go 1.22.0 +github.com/containerd/nydus-snapshotter/pkg/converter +github.com/containerd/nydus-snapshotter/pkg/converter/tool +github.com/containerd/nydus-snapshotter/pkg/label +# github.com/containerd/platforms v1.0.0-rc.1 +## explicit; go 1.20 +github.com/containerd/platforms # github.com/containerd/plugin v1.0.0 -## explicit +## explicit; go 1.20 +github.com/containerd/plugin +# github.com/containerd/stargz-snapshotter v0.16.3 +## explicit; go 1.22.0 +github.com/containerd/stargz-snapshotter/fs/config +github.com/containerd/stargz-snapshotter/fs/source +github.com/containerd/stargz-snapshotter/nativeconverter/estargz +github.com/containerd/stargz-snapshotter/nativeconverter/estargz/externaltoc +github.com/containerd/stargz-snapshotter/nativeconverter/zstdchunked +github.com/containerd/stargz-snapshotter/recorder +github.com/containerd/stargz-snapshotter/util/containerdutil +github.com/containerd/stargz-snapshotter/util/ioutils +# github.com/containerd/stargz-snapshotter/estargz v0.16.3 +## explicit; go 1.22.0 +github.com/containerd/stargz-snapshotter/estargz +github.com/containerd/stargz-snapshotter/estargz/errorutil +github.com/containerd/stargz-snapshotter/estargz/externaltoc +github.com/containerd/stargz-snapshotter/estargz/zstdchunked +# github.com/containerd/stargz-snapshotter/ipfs v0.16.3 +## explicit; go 1.22.0 +github.com/containerd/stargz-snapshotter/ipfs +github.com/containerd/stargz-snapshotter/ipfs/client # github.com/containerd/ttrpc v1.2.7 -## explicit +## explicit; go 1.19 +github.com/containerd/ttrpc +# github.com/containerd/typeurl/v2 v2.2.3 +## explicit; go 1.21 +github.com/containerd/typeurl/v2 +# github.com/containernetworking/cni v1.2.3 +## explicit; go 1.21 +github.com/containernetworking/cni/libcni +github.com/containernetworking/cni/pkg/invoke +github.com/containernetworking/cni/pkg/types +github.com/containernetworking/cni/pkg/types/020 +github.com/containernetworking/cni/pkg/types/040 +github.com/containernetworking/cni/pkg/types/100 +github.com/containernetworking/cni/pkg/types/create +github.com/containernetworking/cni/pkg/types/internal +github.com/containernetworking/cni/pkg/utils +github.com/containernetworking/cni/pkg/version +# github.com/containernetworking/plugins v1.6.2 +## explicit; go 1.23 +github.com/containernetworking/plugins/pkg/ns # github.com/containers/ocicrypt v1.2.1 -## explicit +## explicit; go 1.22 +github.com/containers/ocicrypt +github.com/containers/ocicrypt/blockcipher +github.com/containers/ocicrypt/config +github.com/containers/ocicrypt/config/keyprovider-config +github.com/containers/ocicrypt/config/pkcs11config +github.com/containers/ocicrypt/crypto/pkcs11 +github.com/containers/ocicrypt/keywrap +github.com/containers/ocicrypt/keywrap/jwe +github.com/containers/ocicrypt/keywrap/keyprovider +github.com/containers/ocicrypt/keywrap/pgp +github.com/containers/ocicrypt/keywrap/pkcs11 +github.com/containers/ocicrypt/keywrap/pkcs7 +github.com/containers/ocicrypt/spec +github.com/containers/ocicrypt/utils +github.com/containers/ocicrypt/utils/keyprovider +# github.com/coreos/go-iptables v0.8.0 +## explicit; go 1.16 +github.com/coreos/go-iptables/iptables +# github.com/coreos/go-systemd/v22 v22.5.0 +## explicit; go 1.12 +github.com/coreos/go-systemd/v22/dbus +github.com/coreos/go-systemd/v22/journal +# github.com/creack/pty v1.1.24 +## explicit; go 1.18 +github.com/creack/pty +# github.com/cyphar/filepath-securejoin v0.4.1 +## explicit; go 1.18 +github.com/cyphar/filepath-securejoin +# github.com/distribution/reference v0.6.0 +## explicit; go 1.20 +github.com/distribution/reference # github.com/djherbis/times v1.6.0 +## explicit; go 1.16 +github.com/djherbis/times +# github.com/docker/cli v28.0.1+incompatible ## explicit +github.com/docker/cli/cli/config +github.com/docker/cli/cli/config/configfile +github.com/docker/cli/cli/config/credentials +github.com/docker/cli/cli/config/types +github.com/docker/cli/opts +github.com/docker/cli/pkg/kvfile +github.com/docker/cli/templates +# github.com/docker/docker v28.0.1+incompatible +## explicit +github.com/docker/docker/api/types/blkiodev +github.com/docker/docker/api/types/common +github.com/docker/docker/api/types/container +github.com/docker/docker/api/types/filters +github.com/docker/docker/api/types/mount +github.com/docker/docker/api/types/network +github.com/docker/docker/api/types/registry +github.com/docker/docker/api/types/storage +github.com/docker/docker/api/types/strslice +github.com/docker/docker/api/types/swarm +github.com/docker/docker/api/types/swarm/runtime +github.com/docker/docker/api/types/system +github.com/docker/docker/api/types/time +github.com/docker/docker/api/types/versions +github.com/docker/docker/internal/lazyregexp +github.com/docker/docker/internal/multierror +github.com/docker/docker/libnetwork/ipamutils +github.com/docker/docker/opts +github.com/docker/docker/pkg/homedir +github.com/docker/docker/pkg/meminfo +github.com/docker/docker/pkg/stringid +github.com/docker/docker/pkg/sysinfo +github.com/docker/docker/pkg/system # github.com/docker/docker-credential-helpers v0.8.2 +## explicit; go 1.19 +github.com/docker/docker-credential-helpers/client +github.com/docker/docker-credential-helpers/credentials +# github.com/docker/go-connections v0.5.0 +## explicit; go 1.18 +github.com/docker/go-connections/nat +github.com/docker/go-connections/tlsconfig +# github.com/docker/go-units v0.5.0 ## explicit +github.com/docker/go-units +# github.com/fahedouch/go-logrotate v0.2.1 +## explicit; go 1.21 +github.com/fahedouch/go-logrotate +# github.com/fatih/color v1.18.0 +## explicit; go 1.17 +github.com/fatih/color # github.com/felixge/httpsnoop v1.0.4 +## explicit; go 1.13 +github.com/felixge/httpsnoop +# github.com/fluent/fluent-logger-golang v1.9.0 ## explicit -# github.com/go-jose/go-jose/v4 v4.0.4 -## explicit +github.com/fluent/fluent-logger-golang/fluent +# github.com/fsnotify/fsnotify v1.8.0 +## explicit; go 1.17 +github.com/fsnotify/fsnotify +github.com/fsnotify/fsnotify/internal +# github.com/go-jose/go-jose/v4 v4.0.5 +## explicit; go 1.21 +github.com/go-jose/go-jose/v4 +github.com/go-jose/go-jose/v4/cipher +github.com/go-jose/go-jose/v4/json # github.com/go-logr/logr v1.4.2 -## explicit +## explicit; go 1.18 +github.com/go-logr/logr +github.com/go-logr/logr/funcr # github.com/go-logr/stdr v1.2.2 -## explicit +## explicit; go 1.16 +github.com/go-logr/stdr +# github.com/go-viper/mapstructure/v2 v2.2.1 +## explicit; go 1.18 +github.com/go-viper/mapstructure/v2 +github.com/go-viper/mapstructure/v2/internal/errors # github.com/godbus/dbus/v5 v5.1.0 -## explicit +## explicit; go 1.12 +github.com/godbus/dbus/v5 # github.com/gogo/protobuf v1.3.2 -## explicit +## explicit; go 1.15 +github.com/gogo/protobuf/proto # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da ## explicit +github.com/golang/groupcache/lru # github.com/golang/protobuf v1.5.4 -## explicit +## explicit; go 1.17 +github.com/golang/protobuf/proto # github.com/google/go-cmp v0.6.0 -## explicit +## explicit; go 1.13 +github.com/google/go-cmp/cmp +github.com/google/go-cmp/cmp/internal/diff +github.com/google/go-cmp/cmp/internal/flags +github.com/google/go-cmp/cmp/internal/function +github.com/google/go-cmp/cmp/internal/value # github.com/inconshreveable/mousetrap v1.1.0 -## explicit +## explicit; go 1.18 +github.com/inconshreveable/mousetrap +# github.com/ipfs/go-cid v0.5.0 +## explicit; go 1.22 +github.com/ipfs/go-cid +# github.com/klauspost/compress v1.18.0 +## explicit; go 1.22 +github.com/klauspost/compress +github.com/klauspost/compress/fse +github.com/klauspost/compress/huff0 +github.com/klauspost/compress/internal/cpuinfo +github.com/klauspost/compress/internal/le +github.com/klauspost/compress/internal/snapref +github.com/klauspost/compress/zstd +github.com/klauspost/compress/zstd/internal/xxhash # github.com/klauspost/cpuid/v2 v2.2.8 -## explicit +## explicit; go 1.15 +github.com/klauspost/cpuid/v2 # github.com/mattn/go-colorable v0.1.13 -## explicit +## explicit; go 1.15 +github.com/mattn/go-colorable +# github.com/mattn/go-isatty v0.0.20 +## explicit; go 1.15 +github.com/mattn/go-isatty # github.com/mattn/go-shellwords v1.0.12 -## explicit +## explicit; go 1.13 +github.com/mattn/go-shellwords # github.com/miekg/pkcs11 v1.1.1 -## explicit +## explicit; go 1.12 +github.com/miekg/pkcs11 # github.com/minio/sha256-simd v1.0.1 -## explicit +## explicit; go 1.17 +github.com/minio/sha256-simd # github.com/mitchellh/go-homedir v1.1.0 ## explicit +github.com/mitchellh/go-homedir # github.com/moby/docker-image-spec v1.3.1 -## explicit +## explicit; go 1.18 +github.com/moby/docker-image-spec/specs-go/v1 # github.com/moby/locker v1.0.1 -## explicit +## explicit; go 1.13 +github.com/moby/locker +# github.com/moby/sys/mount v0.3.4 +## explicit; go 1.17 +github.com/moby/sys/mount +# github.com/moby/sys/mountinfo v0.7.2 +## explicit; go 1.17 +github.com/moby/sys/mountinfo # github.com/moby/sys/sequential v0.6.0 -## explicit +## explicit; go 1.17 +github.com/moby/sys/sequential +# github.com/moby/sys/signal v0.7.1 +## explicit; go 1.17 +github.com/moby/sys/signal # github.com/moby/sys/symlink v0.3.0 -## explicit +## explicit; go 1.17 +github.com/moby/sys/symlink # github.com/moby/sys/user v0.3.0 -## explicit +## explicit; go 1.17 +github.com/moby/sys/user +# github.com/moby/sys/userns v0.1.0 +## explicit; go 1.21 +github.com/moby/sys/userns +# github.com/moby/term v0.5.2 +## explicit; go 1.18 +github.com/moby/term +github.com/moby/term/windows # github.com/mr-tron/base58 v1.2.0 -## explicit +## explicit; go 1.12 +github.com/mr-tron/base58/base58 +# github.com/muesli/cancelreader v0.2.2 +## explicit; go 1.17 +github.com/muesli/cancelreader # github.com/multiformats/go-base32 v0.1.0 -## explicit +## explicit; go 1.18 +github.com/multiformats/go-base32 # github.com/multiformats/go-base36 v0.2.0 -## explicit +## explicit; go 1.18 +github.com/multiformats/go-base36 # github.com/multiformats/go-multiaddr v0.13.0 -## explicit +## explicit; go 1.21 +github.com/multiformats/go-multiaddr +github.com/multiformats/go-multiaddr/net # github.com/multiformats/go-multibase v0.2.0 -## explicit +## explicit; go 1.19 +github.com/multiformats/go-multibase # github.com/multiformats/go-multihash v0.2.3 -## explicit +## explicit; go 1.19 +github.com/multiformats/go-multihash +github.com/multiformats/go-multihash/core +github.com/multiformats/go-multihash/register/all +github.com/multiformats/go-multihash/register/blake2 +github.com/multiformats/go-multihash/register/blake3 +github.com/multiformats/go-multihash/register/miniosha256 +github.com/multiformats/go-multihash/register/murmur3 +github.com/multiformats/go-multihash/register/sha256 +github.com/multiformats/go-multihash/register/sha3 # github.com/multiformats/go-varint v0.0.7 +## explicit; go 1.18 +github.com/multiformats/go-varint +# github.com/opencontainers/go-digest v1.0.0 +## explicit; go 1.13 +github.com/opencontainers/go-digest +# github.com/opencontainers/image-spec v1.1.1 +## explicit; go 1.18 +github.com/opencontainers/image-spec/identity +github.com/opencontainers/image-spec/specs-go +github.com/opencontainers/image-spec/specs-go/v1 +# github.com/opencontainers/runtime-spec v1.2.1 ## explicit -# github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 -## explicit +github.com/opencontainers/runtime-spec/specs-go +github.com/opencontainers/runtime-spec/specs-go/features # github.com/opencontainers/selinux v1.11.1 -## explicit +## explicit; go 1.19 +github.com/opencontainers/selinux/go-selinux +github.com/opencontainers/selinux/go-selinux/label +github.com/opencontainers/selinux/pkg/pwalkdir +# github.com/pelletier/go-toml/v2 v2.2.3 +## explicit; go 1.21.0 +github.com/pelletier/go-toml/v2 +github.com/pelletier/go-toml/v2/internal/characters +github.com/pelletier/go-toml/v2/internal/danger +github.com/pelletier/go-toml/v2/internal/tracker +github.com/pelletier/go-toml/v2/unstable # github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 -## explicit +## explicit; go 1.17 +github.com/petermattis/goid # github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 -## explicit +## explicit; go 1.20 +github.com/philhofer/fwd # github.com/pkg/errors v0.9.1 ## explicit +github.com/pkg/errors +# github.com/rootless-containers/bypass4netns v0.4.2 +## explicit; go 1.22 +github.com/rootless-containers/bypass4netns/pkg/api +github.com/rootless-containers/bypass4netns/pkg/api/daemon/client +github.com/rootless-containers/bypass4netns/pkg/oci +# github.com/rootless-containers/rootlesskit/v2 v2.3.4 +## explicit; go 1.23.0 +github.com/rootless-containers/rootlesskit/v2/pkg/api +github.com/rootless-containers/rootlesskit/v2/pkg/api/client +github.com/rootless-containers/rootlesskit/v2/pkg/httputil +github.com/rootless-containers/rootlesskit/v2/pkg/port # github.com/sasha-s/go-deadlock v0.3.5 ## explicit +github.com/sasha-s/go-deadlock # github.com/sirupsen/logrus v1.9.3 -## explicit +## explicit; go 1.13 +github.com/sirupsen/logrus # github.com/smallstep/pkcs7 v0.1.1 -## explicit +## explicit; go 1.14 +github.com/smallstep/pkcs7 +github.com/smallstep/pkcs7/internal/legacy/x509 # github.com/spaolacci/murmur3 v1.1.0 ## explicit +github.com/spaolacci/murmur3 +# github.com/spf13/cobra v1.9.1 +## explicit; go 1.15 +github.com/spf13/cobra +# github.com/spf13/pflag v1.0.6 +## explicit; go 1.12 +github.com/spf13/pflag # github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 -## explicit -# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 -## explicit +## explicit; go 1.19 +github.com/stefanberger/go-pkcs11uri # github.com/tinylib/msgp v1.2.0 -## explicit +## explicit; go 1.20 +github.com/tinylib/msgp/msgp # github.com/vbatts/tar-split v0.11.6 -## explicit +## explicit; go 1.17 +github.com/vbatts/tar-split/archive/tar +# github.com/vishvananda/netlink v1.3.0 +## explicit; go 1.12 +github.com/vishvananda/netlink +github.com/vishvananda/netlink/nl +# github.com/vishvananda/netns v0.0.5 +## explicit; go 1.17 +github.com/vishvananda/netns # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb ## explicit +github.com/xeipuuv/gojsonpointer # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 ## explicit +github.com/xeipuuv/gojsonreference # github.com/xeipuuv/gojsonschema v1.2.0 ## explicit +github.com/xeipuuv/gojsonschema +# github.com/yuchanns/srslog v1.1.0 +## explicit; go 1.19 +github.com/yuchanns/srslog # go.opencensus.io v0.24.0 -## explicit +## explicit; go 1.13 +go.opencensus.io +go.opencensus.io/internal +go.opencensus.io/trace +go.opencensus.io/trace/internal +go.opencensus.io/trace/tracestate # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 -## explicit +## explicit; go 1.22 +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv +go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil # go.opentelemetry.io/otel v1.31.0 -## explicit +## explicit; go 1.22 +go.opentelemetry.io/otel +go.opentelemetry.io/otel/attribute +go.opentelemetry.io/otel/baggage +go.opentelemetry.io/otel/codes +go.opentelemetry.io/otel/internal +go.opentelemetry.io/otel/internal/attribute +go.opentelemetry.io/otel/internal/baggage +go.opentelemetry.io/otel/internal/global +go.opentelemetry.io/otel/propagation +go.opentelemetry.io/otel/semconv/v1.20.0 +go.opentelemetry.io/otel/semconv/v1.21.0 +go.opentelemetry.io/otel/semconv/v1.26.0 # go.opentelemetry.io/otel/metric v1.31.0 -## explicit +## explicit; go 1.22 +go.opentelemetry.io/otel/metric +go.opentelemetry.io/otel/metric/embedded +go.opentelemetry.io/otel/metric/noop # go.opentelemetry.io/otel/trace v1.31.0 -## explicit +## explicit; go 1.22 +go.opentelemetry.io/otel/trace +go.opentelemetry.io/otel/trace/embedded +# go.uber.org/mock v0.5.0 +## explicit; go 1.22 +go.uber.org/mock/gomock +# golang.org/x/crypto v0.36.0 +## explicit; go 1.23.0 +golang.org/x/crypto/bcrypt +golang.org/x/crypto/blake2b +golang.org/x/crypto/blake2s +golang.org/x/crypto/blowfish +golang.org/x/crypto/cast5 +golang.org/x/crypto/cryptobyte +golang.org/x/crypto/cryptobyte/asn1 +golang.org/x/crypto/openpgp +golang.org/x/crypto/openpgp/armor +golang.org/x/crypto/openpgp/elgamal +golang.org/x/crypto/openpgp/errors +golang.org/x/crypto/openpgp/packet +golang.org/x/crypto/openpgp/s2k +golang.org/x/crypto/pbkdf2 +golang.org/x/crypto/sha3 # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f +## explicit; go 1.22.0 +golang.org/x/exp/constraints +golang.org/x/exp/maps +golang.org/x/exp/slices +# golang.org/x/net v0.37.0 +## explicit; go 1.23.0 +golang.org/x/net/context/ctxhttp +golang.org/x/net/http/httpguts +golang.org/x/net/http2 +golang.org/x/net/http2/hpack +golang.org/x/net/idna +golang.org/x/net/internal/httpcommon +golang.org/x/net/internal/timeseries +golang.org/x/net/trace +# golang.org/x/sync v0.12.0 +## explicit; go 1.23.0 +golang.org/x/sync/errgroup +golang.org/x/sync/semaphore +# golang.org/x/sys v0.31.0 +## explicit; go 1.23.0 +golang.org/x/sys/cpu +golang.org/x/sys/plan9 +golang.org/x/sys/unix +golang.org/x/sys/windows +golang.org/x/sys/windows/registry +golang.org/x/sys/windows/svc +golang.org/x/sys/windows/svc/mgr +# golang.org/x/term v0.30.0 +## explicit; go 1.23.0 +golang.org/x/term +# golang.org/x/text v0.23.0 +## explicit; go 1.23.0 +golang.org/x/text/cases +golang.org/x/text/internal +golang.org/x/text/internal/language +golang.org/x/text/internal/language/compact +golang.org/x/text/internal/tag +golang.org/x/text/language +golang.org/x/text/secure/bidirule +golang.org/x/text/transform +golang.org/x/text/unicode/bidi +golang.org/x/text/unicode/norm +# google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 +## explicit; go 1.22 +google.golang.org/genproto/googleapis/rpc/status +# google.golang.org/grpc v1.69.4 +## explicit; go 1.22 +google.golang.org/grpc +google.golang.org/grpc/attributes +google.golang.org/grpc/backoff +google.golang.org/grpc/balancer +google.golang.org/grpc/balancer/base +google.golang.org/grpc/balancer/grpclb/state +google.golang.org/grpc/balancer/pickfirst +google.golang.org/grpc/balancer/pickfirst/internal +google.golang.org/grpc/balancer/pickfirst/pickfirstleaf +google.golang.org/grpc/balancer/roundrobin +google.golang.org/grpc/binarylog/grpc_binarylog_v1 +google.golang.org/grpc/channelz +google.golang.org/grpc/codes +google.golang.org/grpc/connectivity +google.golang.org/grpc/credentials +google.golang.org/grpc/credentials/insecure +google.golang.org/grpc/encoding +google.golang.org/grpc/encoding/proto +google.golang.org/grpc/experimental/stats +google.golang.org/grpc/grpclog +google.golang.org/grpc/grpclog/internal +google.golang.org/grpc/health/grpc_health_v1 +google.golang.org/grpc/internal +google.golang.org/grpc/internal/backoff +google.golang.org/grpc/internal/balancer/gracefulswitch +google.golang.org/grpc/internal/balancerload +google.golang.org/grpc/internal/binarylog +google.golang.org/grpc/internal/buffer +google.golang.org/grpc/internal/channelz +google.golang.org/grpc/internal/credentials +google.golang.org/grpc/internal/envconfig +google.golang.org/grpc/internal/grpclog +google.golang.org/grpc/internal/grpcsync +google.golang.org/grpc/internal/grpcutil +google.golang.org/grpc/internal/idle +google.golang.org/grpc/internal/metadata +google.golang.org/grpc/internal/pretty +google.golang.org/grpc/internal/resolver +google.golang.org/grpc/internal/resolver/dns +google.golang.org/grpc/internal/resolver/dns/internal +google.golang.org/grpc/internal/resolver/passthrough +google.golang.org/grpc/internal/resolver/unix +google.golang.org/grpc/internal/serviceconfig +google.golang.org/grpc/internal/stats +google.golang.org/grpc/internal/status +google.golang.org/grpc/internal/syscall +google.golang.org/grpc/internal/transport +google.golang.org/grpc/internal/transport/networktype +google.golang.org/grpc/keepalive +google.golang.org/grpc/mem +google.golang.org/grpc/metadata +google.golang.org/grpc/peer +google.golang.org/grpc/resolver +google.golang.org/grpc/resolver/dns +google.golang.org/grpc/serviceconfig +google.golang.org/grpc/stats +google.golang.org/grpc/status +google.golang.org/grpc/tap +# google.golang.org/protobuf v1.36.2 +## explicit; go 1.21 +google.golang.org/protobuf/encoding/protojson +google.golang.org/protobuf/encoding/prototext +google.golang.org/protobuf/encoding/protowire +google.golang.org/protobuf/internal/descfmt +google.golang.org/protobuf/internal/descopts +google.golang.org/protobuf/internal/detrand +google.golang.org/protobuf/internal/editiondefaults +google.golang.org/protobuf/internal/editionssupport +google.golang.org/protobuf/internal/encoding/defval +google.golang.org/protobuf/internal/encoding/json +google.golang.org/protobuf/internal/encoding/messageset +google.golang.org/protobuf/internal/encoding/tag +google.golang.org/protobuf/internal/encoding/text +google.golang.org/protobuf/internal/errors +google.golang.org/protobuf/internal/filedesc +google.golang.org/protobuf/internal/filetype +google.golang.org/protobuf/internal/flags +google.golang.org/protobuf/internal/genid +google.golang.org/protobuf/internal/impl +google.golang.org/protobuf/internal/order +google.golang.org/protobuf/internal/pragma +google.golang.org/protobuf/internal/protolazy +google.golang.org/protobuf/internal/set +google.golang.org/protobuf/internal/strs +google.golang.org/protobuf/internal/version +google.golang.org/protobuf/proto +google.golang.org/protobuf/protoadapt +google.golang.org/protobuf/reflect/protodesc +google.golang.org/protobuf/reflect/protoreflect +google.golang.org/protobuf/reflect/protoregistry +google.golang.org/protobuf/runtime/protoiface +google.golang.org/protobuf/runtime/protoimpl +google.golang.org/protobuf/types/descriptorpb +google.golang.org/protobuf/types/gofeaturespb +google.golang.org/protobuf/types/known/anypb +google.golang.org/protobuf/types/known/durationpb +google.golang.org/protobuf/types/known/emptypb +google.golang.org/protobuf/types/known/fieldmaskpb +google.golang.org/protobuf/types/known/timestamppb +# gopkg.in/yaml.v3 v3.0.1 ## explicit -# golang.org/x/mod v0.22.0 -## explicit -# google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -## explicit -# google.golang.org/grpc v1.68.1 -## explicit -# google.golang.org/protobuf v1.35.2 -## explicit +gopkg.in/yaml.v3 +# gotest.tools/v3 v3.5.2 +## explicit; go 1.17 +gotest.tools/v3/assert +gotest.tools/v3/assert/cmp +gotest.tools/v3/icmd +gotest.tools/v3/internal/assert +gotest.tools/v3/internal/difflib +gotest.tools/v3/internal/format +gotest.tools/v3/internal/source +gotest.tools/v3/poll # lukechampine.com/blake3 v1.3.0 -## explicit -# sigs.k8s.io/yaml v1.4.0 -## explicit -# tags.cncf.io/container-device-interface v0.8.0 -## explicit -# tags.cncf.io/container-device-interface/specs-go v0.8.0 -## explicit +## explicit; go 1.17 +lukechampine.com/blake3 +lukechampine.com/blake3/bao +lukechampine.com/blake3/guts diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb index 84734c9f..45e17c27 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb @@ -11,7 +11,7 @@ DEPENDS = " \ # Specify the first two important SRCREVs as the format SRCREV_FORMAT="nerdcli_cgroups" -SRCREV_nerdcli = "1259a55e6118e4dc1fb61021131aad61f6fca853" +SRCREV_nerdcli = "497c7cf74d09bf1ddf2678382360ca61e6faebac" SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" @@ -30,7 +30,7 @@ GO_IMPORT = "import" S = "${WORKDIR}/git" -PV = "v2.0.2" +PV = "v2.0.3" NERDCTL_PKG = "github.com/containerd/nerdctl" diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc index bf8e4940..f5427070 100644 --- a/recipes-containers/nerdctl/relocation.inc +++ b/recipes-containers/nerdctl/relocation.inc @@ -5,14 +5,13 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ go.opencensus.io:go.opencensus.io:force \ golang.org/x/exp:golang.org/x/exp:force \ - golang.org/x/mod:golang.org/x/mod:force \ - sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \ golang.org/x/sync:golang.org/x/sync:force \ golang.org/x/term:golang.org/x/term:force \ golang.org/x/text:golang.org/x/text:force \ golang.org/x/crypto:golang.org/x/crypto:force \ github.com/moby/term:github.com/moby/term:force \ github.com/docker/cli:github.com/docker/cli:force \ + github.com/creack/pty:github.com/creack/pty:force \ github.com/pkg/errors:github.com/pkg/errors:force \ github.com/fatih/color:github.com/fatih/color:force \ github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \ @@ -75,7 +74,6 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ github.com/sasha-s/go-deadlock:github.com/sasha-s/go-deadlock:force \ - github.com/syndtr/gocapability:github.com/syndtr/gocapability:force \ github.com/containerd/platforms:github.com/containerd/platforms:force \ github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \ github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ @@ -121,8 +119,6 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ github.com/AdamKorcz/go-118-fuzz-build:github.com/AdamKorcz/go-118-fuzz-build:force \ github.com/containerd/nydus-snapshotter:github.com/containerd/nydus-snapshotter:force \ - github.com/opencontainers/runtime-tools:github.com/opencontainers/runtime-tools:force \ - tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter:force \ github.com/rootless-containers/bypass4netns:github.com/rootless-containers/bypass4netns:force \ github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ @@ -131,7 +127,6 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ github.com/containerd/accelerated-container-image:github.com/containerd/accelerated-container-image:force \ github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter/estargz/estargz:force \ - tags.cncf.io/container-device-interface/specs-go:tags.cncf.io/container-device-interface/specs-go/specs-go:force \ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force" do_compile:prepend() { diff --git a/recipes-containers/nerdctl/src_uri.inc b/recipes-containers/nerdctl/src_uri.inc index 7ac7681d..90ac270b 100644 --- a/recipes-containers/nerdctl/src_uri.inc +++ b/recipes-containers/nerdctl/src_uri.inc @@ -1,6 +1,6 @@ -# gotest.tools/v3 v3.5.1 -# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c -SRCREV_gotest.tools-v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" +# gotest.tools/v3 v3.5.2 +# [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b +SRCREV_gotest.tools-v3="0b81523ff268a1f1b0baf4a5da67e42fbb86880b" SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" # go.uber.org/mock v0.5.0 @@ -8,14 +8,14 @@ SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=gotest.tools-v3;pr SRCREV_mock="a9c44d91ce00ef09603d3822452a4f9c8fefd278" SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" -# golang.org/x/net v0.34.0 -# [1] git ls-remote https://go.googlesource.com/net 8da7ed17cdaf5e1d42aa868f0b0322a207a17dcd -SRCREV_net="8da7ed17cdaf5e1d42aa868f0b0322a207a17dcd" +# golang.org/x/net v0.37.0 +# [1] git ls-remote https://go.googlesource.com/net 99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48 +SRCREV_net="99b3ae0643f9a2f9d820fcbba5f9e4c83b23bd48" SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" -# golang.org/x/sys v0.29.0 -# [1] git ls-remote https://github.com/golang/sys d4ac05dc8c4c953ec29cae3df56c0833f4010763 -SRCREV_sys="d4ac05dc8c4c953ec29cae3df56c0833f4010763" +# golang.org/x/sys v0.31.0 +# [1] git ls-remote https://github.com/golang/sys 74cfc93a99be6ca6f193856132e6799065b071af +SRCREV_sys="74cfc93a99be6ca6f193856132e6799065b071af" SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" # gopkg.in/yaml.v3 v3.0.1 @@ -33,34 +33,24 @@ SRC_URI += "git://github.com/census-instrumentation/opencensus-go;name=go.opence SRCREV_exp="2d47ceb2692f22136c9ff680c192d3d19c5dd9e2" SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" -# golang.org/x/mod v0.22.0 -# [1] git ls-remote https://go.googlesource.com/mod dec0365065b75edd0e98b0306f6f9b0051710ed2 -SRCREV_mod="dec0365065b75edd0e98b0306f6f9b0051710ed2" -SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/mod" - -# sigs.k8s.io/yaml v1.4.0 -# [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684 -SRCREV_yaml="c3772b51db126345efe2dfe4ff8dac83b8141684" -SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" - -# golang.org/x/sync v0.10.0 -# [1] git ls-remote https://go.googlesource.com/sync 913fb63af28f446cd10c684ee847b5606cf328f7 -SRCREV_sync="913fb63af28f446cd10c684ee847b5606cf328f7" +# golang.org/x/sync v0.12.0 +# [1] git ls-remote https://go.googlesource.com/sync b637f27e40ad6e222f3d301cc113e635f0fa08be +SRCREV_sync="b637f27e40ad6e222f3d301cc113e635f0fa08be" SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" -# golang.org/x/term v0.28.0 -# [1] git ls-remote https://go.googlesource.com/term 40b02d69cd8f2efc8aeb262071f74fb4319b6661 -SRCREV_x-term="40b02d69cd8f2efc8aeb262071f74fb4319b6661" +# golang.org/x/term v0.30.0 +# [1] git ls-remote https://go.googlesource.com/term 04218fdaf78fa213d4e82c988184a250f6c354c2 +SRCREV_x-term="04218fdaf78fa213d4e82c988184a250f6c354c2" SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" -# golang.org/x/text v0.21.0 -# [1] git ls-remote https://go.googlesource.com/text d42948e5579eb996bedb7df76c7ad57fae4e83c7 -SRCREV_text="d42948e5579eb996bedb7df76c7ad57fae4e83c7" +# golang.org/x/text v0.23.0 +# [1] git ls-remote https://go.googlesource.com/text 566b44fc931e2542778a18423c655ce99b4f1402 +SRCREV_text="566b44fc931e2542778a18423c655ce99b4f1402" SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" -# golang.org/x/crypto v0.32.0 -# [1] git ls-remote https://go.googlesource.com/crypto 8929309228b460566ebf06dc56684799f352b0b0 -SRCREV_crypto="8929309228b460566ebf06dc56684799f352b0b0" +# golang.org/x/crypto v0.36.0 +# [1] git ls-remote https://go.googlesource.com/crypto 49bf5b80c8108983f588ecabd7bf996e6e63a515 +SRCREV_crypto="49bf5b80c8108983f588ecabd7bf996e6e63a515" SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" # github.com/moby/term v0.5.2 @@ -68,11 +58,16 @@ SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch SRCREV_term="6c1b69fecbac2753dcaf18718a7e9f9093c3760d" SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" -# github.com/docker/cli v27.5.0+incompatible -# [1] git ls-remote https://github.com/docker/cli a187fa5d2d0d5f12db920734e425afc758e98ead -SRCREV_cli="a187fa5d2d0d5f12db920734e425afc758e98ead" +# github.com/docker/cli v28.0.1+incompatible +# [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7 +SRCREV_cli="068a01ea9470df6494cc92d9e64e240805ae47a7" SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" +# github.com/creack/pty v1.1.24 +# [1] git ls-remote https://github.com/creack/pty edfbf75025b0ba4ee17c19f52d9b600fad80a787 +SRCREV_pty="edfbf75025b0ba4ee17c19f52d9b600fad80a787" +SRC_URI += "git://github.com/creack/pty;name=pty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/creack/pty" + # github.com/pkg/errors v0.9.1 # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 SRCREV_errors="614d223910a179a466c1767a985424175c39b465" @@ -83,19 +78,19 @@ SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;de SRCREV_color="1c8d8706604ee5fb9a464e5097ba113101828a75" SRC_URI += "git://github.com/fatih/color;name=color;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fatih/color" -# github.com/ipfs/go-cid v0.4.1 -# [1] git ls-remote https://github.com/ipfs/go-cid d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7 -SRCREV_go-cid="d46e7f28669cd2c463bc68fe86e7dbe4f8240ab7" +# github.com/ipfs/go-cid v0.5.0 +# [1] git ls-remote https://github.com/ipfs/go-cid 5cddba5d532ac5adeec87f5542c057e1dbfbce9b +SRCREV_go-cid="5cddba5d532ac5adeec87f5542c057e1dbfbce9b" SRC_URI += "git://github.com/ipfs/go-cid;name=go-cid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/ipfs/go-cid" -# github.com/spf13/cobra v1.8.1 -# [1] git ls-remote https://github.com/spf13/cobra e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec -SRCREV_cobra="e94f6d0dd9a5e5738dca6bce03c4b1207ffbc0ec" +# github.com/spf13/cobra v1.9.1 +# [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1 +SRCREV_cobra="40b5bc1437a564fc795d388b23835e84f54cd1d1" SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" -# github.com/spf13/pflag v1.0.5 -# [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab -SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" +# github.com/spf13/pflag v1.0.6 +# [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713 +SRCREV_pflag="5ca813443bd2a4d9f46a253ea0407d23b3790713" SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" # github.com/cilium/ebpf v0.16.0 @@ -108,9 +103,9 @@ SRC_URI += "git://github.com/cilium/ebpf;name=ebpf;protocol=https;nobranch=1;des SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" -# google.golang.org/grpc v1.68.1 -# [1] git ls-remote https://github.com/grpc/grpc-go d6a777f952c77822f0190dff71b1fe8fe250538c -SRCREV_grpc="d6a777f952c77822f0190dff71b1fe8fe250538c" +# google.golang.org/grpc v1.69.4 +# [1] git ls-remote https://github.com/grpc/grpc-go 4103cfc52a951673d441f8b2c02eee96e31f1897 +SRCREV_grpc="4103cfc52a951673d441f8b2c02eee96e31f1897" SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" # github.com/go-logr/logr v1.4.2 @@ -138,9 +133,9 @@ SRC_URI += "git://github.com/tinylib/msgp;name=msgp;protocol=https;nobranch=1;de SRCREV_blake3="4f5562c16b85a956bc8d650dc15344e1e1eb7c8c" SRC_URI += "git://github.com/lukechampine/blake3;name=blake3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/lukechampine.com/blake3" -# github.com/docker/docker v27.5.0+incompatible -# [1] git ls-remote https://github.com/moby/moby 38b84dce32c45732606fe09ffebef8b29a783644 -SRCREV_docker="38b84dce32c45732606fe09ffebef8b29a783644" +# github.com/docker/docker v28.0.1+incompatible +# [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683 +SRCREV_docker="bbd0a17ccc67e48d4a69393287b7fcc4f0578683" SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" # github.com/gogo/protobuf v1.3.2 @@ -238,9 +233,9 @@ SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch SRCREV_pkcs7="21b5bd412d3d388540388c0165151f7e3df92213" SRC_URI += "git://github.com/smallstep/pkcs7;name=pkcs7;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/smallstep/pkcs7" -# google.golang.org/protobuf v1.35.2 -# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e -SRCREV_google.golang.org-protobuf="c72053a9062dd4bc86a75c21f5d8134136ccbf2e" +# google.golang.org/protobuf v1.36.2 +# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 12c6ebd98e62f69cf9969989362bc7609b873640 +SRCREV_google.golang.org-protobuf="12c6ebd98e62f69cf9969989362bc7609b873640" SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/protobuf" # github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 @@ -338,24 +333,19 @@ SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobr SRCREV_go-iptables="26e42518b22e6878bd6e479a574122c319fa923e" SRC_URI += "git://github.com/coreos/go-iptables;name=go-iptables;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/coreos/go-iptables" -# github.com/klauspost/compress v1.17.11 -# [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d -SRCREV_compress="72cd4a92a8b13e722763e6b6a3467163c2028d3d" +# github.com/klauspost/compress v1.18.0 +# [1] git ls-remote https://github.com/klauspost/compress 8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38 +SRCREV_compress="8e79dc4b98d4c5a09c62a2546b79c14edf7c3e38" SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" -# github.com/moby/sys/mountinfo v0.7.2 -# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 -SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4" -SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" - # github.com/containerd/go-runc v1.1.0 # [1] git ls-remote https://github.com/containerd/go-runc df3c22d088ca919d1943efa8ae0cfc0514da0542 SRCREV_go-runc="df3c22d088ca919d1943efa8ae0cfc0514da0542" SRC_URI += "git://github.com/containerd/go-runc;name=go-runc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/go-runc" -# github.com/go-jose/go-jose/v4 v4.0.4 -# [1] git ls-remote https://github.com/go-jose/go-jose 15bc4c2ac4575ad865f078390db61d44530f985d -SRCREV_v4="15bc4c2ac4575ad865f078390db61d44530f985d" +# github.com/go-jose/go-jose/v4 v4.0.5 +# [1] git ls-remote https://github.com/go-jose/go-jose 99b346cec4e86d102284642c5dcbe9bb0cacfc22 +SRCREV_v4="99b346cec4e86d102284642c5dcbe9bb0cacfc22" SRC_URI += "git://github.com/go-jose/go-jose;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-jose/go-jose/v4" # github.com/klauspost/cpuid/v2 v2.2.8 @@ -368,6 +358,11 @@ SRC_URI += "git://github.com/klauspost/cpuid;name=cpuid-v2;protocol=https;nobran SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" +# github.com/moby/sys/mountinfo v0.7.2 +# [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 +SRCREV_mountinfo="cafbe42351600ca9b363e220722f66d96f6e71f4" +SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" + # github.com/muesli/cancelreader v0.2.2 # [1] git ls-remote https://github.com/muesli/cancelreader d11f1e77abf7f8d69d81553ccaaf0b81163541a6 SRCREV_cancelreader="d11f1e77abf7f8d69d81553ccaaf0b81163541a6" @@ -398,11 +393,6 @@ SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1; SRCREV_go-deadlock="464d34347a399b840a4f963cc96dfc993ccf8c62" SRC_URI += "git://github.com/sasha-s/go-deadlock;name=go-deadlock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sasha-s/go-deadlock" -# github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 -# [1] git ls-remote https://github.com/syndtr/gocapability 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb -SRCREV_gocapability="42c35b4376354fd554efc7ad35e0b7f94e3a0ffb" -SRC_URI += "git://github.com/syndtr/gocapability;name=gocapability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/syndtr/gocapability" - # go.opentelemetry.io/otel/trace v1.31.0 # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 SRCREV_trace="bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" @@ -523,9 +513,9 @@ SRC_URI += "git://github.com/containernetworking/cni;name=cni;protocol=https;nob SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" -# github.com/containerd/containerd/v2 v2.0.2 -# [1] git ls-remote https://github.com/containerd/containerd c507a0257ea6462fbd6f5ba4f5c74facb04021f4 -SRCREV_containerd-v2="c507a0257ea6462fbd6f5ba4f5c74facb04021f4" +# github.com/containerd/containerd/v2 v2.0.3 +# [1] git ls-remote https://github.com/containerd/containerd 06b99ca80cdbfbc6cc8bd567021738c9af2b36ce +SRCREV_containerd-v2="06b99ca80cdbfbc6cc8bd567021738c9af2b36ce" SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2" # github.com/go-viper/mapstructure/v2 v2.2.1 @@ -543,9 +533,9 @@ SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=ht SRCREV_api="cf36acf6b6dde383952f523e9b0b721b20dec88a" SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" -# github.com/opencontainers/image-spec v1.1.0 -# [1] git ls-remote https://github.com/opencontainers/image-spec e7f7c0ca69b21688c3cea7c87a04e4503e6099e2 -SRCREV_image-spec="e7f7c0ca69b21688c3cea7c87a04e4503e6099e2" +# github.com/opencontainers/image-spec v1.1.1 +# [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877 +SRCREV_image-spec="147f9c13cedb47a0c4d9a11a222961073d585877" SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/image-spec" # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 @@ -578,19 +568,19 @@ SRC_URI += "git://github.com/multiformats/go-multihash;name=go-multihash;protoco SRCREV_go-pkcs11uri="78284954bff6dcce7888166bb79bbba93bea0879" SRC_URI += "git://github.com/stefanberger/go-pkcs11uri;name=go-pkcs11uri;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stefanberger/go-pkcs11uri" -# github.com/compose-spec/compose-go/v2 v2.4.7 -# [1] git ls-remote https://github.com/compose-spec/compose-go 9642b85460f2de66e6295c8b1f2e968fc9c3cbae -SRCREV_v2="9642b85460f2de66e6295c8b1f2e968fc9c3cbae" +# github.com/compose-spec/compose-go/v2 v2.4.8 +# [1] git ls-remote https://github.com/compose-spec/compose-go 84b7d5ab66388d3b5e24bae7861213a451a0f063 +SRCREV_v2="84b7d5ab66388d3b5e24bae7861213a451a0f063" SRC_URI += "git://github.com/compose-spec/compose-go;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" -# github.com/cyphar/filepath-securejoin v0.4.0 -# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 9a17e6b86760e1d05f1ae366e00e6ad27225400c -SRCREV_filepath-securejoin="9a17e6b86760e1d05f1ae366e00e6ad27225400c" +# github.com/cyphar/filepath-securejoin v0.4.1 +# [1] git ls-remote https://github.com/cyphar/filepath-securejoin 7abd870410ccf784788af4f55c6413c9ef47222d +SRCREV_filepath-securejoin="7abd870410ccf784788af4f55c6413c9ef47222d" SRC_URI += "git://github.com/cyphar/filepath-securejoin;name=filepath-securejoin;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cyphar/filepath-securejoin" -# github.com/containernetworking/plugins v1.5.1 -# [1] git ls-remote https://github.com/containernetworking/plugins c29dc79f96cd50452a247a4591443d2aac033429 -SRCREV_plugins="c29dc79f96cd50452a247a4591443d2aac033429" +# github.com/containernetworking/plugins v1.6.2 +# [1] git ls-remote https://github.com/containernetworking/plugins 7f756b411efc3d3730c707e2cc1f2baf1a66e28c +SRCREV_plugins="7f756b411efc3d3730c707e2cc1f2baf1a66e28c" SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containernetworking/plugins" # github.com/fluent/fluent-logger-golang v1.9.0 @@ -598,9 +588,9 @@ SRC_URI += "git://github.com/containernetworking/plugins;name=plugins;protocol=h SRCREV_fluent-logger-golang="5538e904aeb515c10a624da620581bdf420d4b8a" SRC_URI += "git://github.com/fluent/fluent-logger-golang;name=fluent-logger-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fluent/fluent-logger-golang" -# github.com/opencontainers/runtime-spec v1.2.0 -# [1] git ls-remote https://github.com/opencontainers/runtime-spec 36852b0d072a4b5da675300a9e73bc4b0853f5c6 -SRCREV_runtime-spec="36852b0d072a4b5da675300a9e73bc4b0853f5c6" +# github.com/opencontainers/runtime-spec v1.2.1 +# [1] git ls-remote https://github.com/opencontainers/runtime-spec 524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b +SRCREV_runtime-spec="524fc0e1b8ab0180e2fc9abd31837a0f4ed1fd6b" SRC_URI += "git://github.com/opencontainers/runtime-spec;name=runtime-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/runtime-spec" # github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20231105174938-2b5cbb29f3e2 @@ -613,29 +603,19 @@ SRC_URI += "git://github.com/AdamKorcz/go-118-fuzz-build;name=go-118-fuzz-build; SRCREV_nydus-snapshotter="aec799e1b5d61050f7df4a1fd79177f89635cffe" SRC_URI += "git://github.com/containerd/nydus-snapshotter;name=nydus-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/nydus-snapshotter" -# github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626 -# [1] git ls-remote https://github.com/opencontainers/runtime-tools 2e043c6bd62639199bdd0d5f0c5082797de4de2a -SRCREV_runtime-tools="2e043c6bd62639199bdd0d5f0c5082797de4de2a" -SRC_URI += "git://github.com/opencontainers/runtime-tools;name=runtime-tools;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/runtime-tools" - -# tags.cncf.io/container-device-interface v0.8.0 -# [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2 -SRCREV_container-device-interface="e66544063aa7760c4ea6330ce9e6c757f8e61df2" -SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface" - # github.com/containerd/stargz-snapshotter v0.16.3 # [1] git ls-remote https://github.com/containerd/stargz-snapshotter c0389e084ae5731215c1251b04f3a8b49efb6d5a SRCREV_stargz-snapshotter="c0389e084ae5731215c1251b04f3a8b49efb6d5a" SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=stargz-snapshotter;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter" -# google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -# [1] git ls-remote https://github.com/googleapis/go-genproto 324edc3d5d38693218081dbcff1a945f1bd90575 -SRCREV_rpc="324edc3d5d38693218081dbcff1a945f1bd90575" +# google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 +# [1] git ls-remote https://github.com/googleapis/go-genproto 5f5ef82da42272dfd659a9114072cd3a924f9143 +SRCREV_rpc="5f5ef82da42272dfd659a9114072cd3a924f9143" SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/rpc" -# github.com/rootless-containers/bypass4netns v0.4.1 -# [1] git ls-remote https://github.com/rootless-containers/bypass4netns c3c127b902268c0ec143d5d0e06b567e0b930c45 -SRCREV_bypass4netns="c3c127b902268c0ec143d5d0e06b567e0b930c45" +# github.com/rootless-containers/bypass4netns v0.4.2 +# [1] git ls-remote https://github.com/rootless-containers/bypass4netns aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634 +SRCREV_bypass4netns="aa04bd3dcc48c6dae6d7327ba219bda8fe2a4634" SRC_URI += "git://github.com/rootless-containers/bypass4netns;name=bypass4netns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/bypass4netns" # github.com/docker/docker-credential-helpers v0.8.2 @@ -648,9 +628,9 @@ SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-creden SRCREV_ipfs="c0389e084ae5731215c1251b04f3a8b49efb6d5a" SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=ipfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/ipfs" -# github.com/rootless-containers/rootlesskit/v2 v2.3.1 -# [1] git ls-remote https://github.com/rootless-containers/rootlesskit fcc67feacd7deea8bca12a1a849e638704b8e7d2 -SRCREV_rootlesskit-v2="fcc67feacd7deea8bca12a1a849e638704b8e7d2" +# github.com/rootless-containers/rootlesskit/v2 v2.3.4 +# [1] git ls-remote https://github.com/rootless-containers/rootlesskit 59a459df858d39ad5f4eafa305545907bf0c48ab +SRCREV_rootlesskit-v2="59a459df858d39ad5f4eafa305545907bf0c48ab" SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rootless-containers/rootlesskit/v2" # github.com/containerd/stargz-snapshotter/estargz v0.16.3 @@ -658,14 +638,9 @@ SRC_URI += "git://github.com/rootless-containers/rootlesskit;name=rootlesskit-v2 SRCREV_estargz="c0389e084ae5731215c1251b04f3a8b49efb6d5a" SRC_URI += "git://github.com/containerd/stargz-snapshotter;name=estargz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/stargz-snapshotter/estargz" -# tags.cncf.io/container-device-interface/specs-go v0.8.0 -# [1] git ls-remote https://github.com/cncf-tags/container-device-interface e66544063aa7760c4ea6330ce9e6c757f8e61df2 -SRCREV_specs-go="e66544063aa7760c4ea6330ce9e6c757f8e61df2" -SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=specs-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface/specs-go" - -# github.com/containerd/accelerated-container-image v1.2.3 -# [1] git ls-remote https://github.com/containerd/accelerated-container-image 0c2f05791f88a0491218011a97c87c33e5440f72 -SRCREV_accelerated-container-image="0c2f05791f88a0491218011a97c87c33e5440f72" +# github.com/containerd/accelerated-container-image v1.3.0 +# [1] git ls-remote https://github.com/containerd/accelerated-container-image c5dd4fa383f2a932ab7d0b974f05a4e90eb46604 +SRCREV_accelerated-container-image="c5dd4fa383f2a932ab7d0b974f05a4e90eb46604" SRC_URI += "git://github.com/containerd/accelerated-container-image;name=accelerated-container-image;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/accelerated-container-image" # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0