mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
umoci: update to 0.4.7-tip
Bumping umoci to version v0.4.7-70-gfa8e9f8, which comprises the following commits: c67586e build(deps): bump github.com/opencontainers/runc from 1.0.3 to 1.1.0 88aaeca fuzz: always use golang:latest 37b9db4 build(deps): bump golang from 1.17.4 to 1.17.5 09ff9d5 build(deps): bump github.com/opencontainers/runc from 1.0.2 to 1.0.3 86eb281 build(deps): bump golang from 1.17.3 to 1.17.4 610dabf oci: protect against mediatype confusion attacks (CVE-2021-41190) 9b17e05 oci: gc: fix tests to correctly use the right media-types 38c20f1 ci: fix fresh builds 220b0c0 build(deps): bump github.com/opencontainers/image-spec 732d36d build(deps): bump golang from 1.17.2 to 1.17.3 58f3a37 mutator: .Config() should return ispec.Image vs. ImageConfig 001bbd4 ci: update main branch name 7bebba6 ci: osx: only try to unlink parallel if installed a0d54ce build(deps): bump golang from 1.17.1 to 1.17.2 72ec924 *: use new protobuf package 09d1d79 build(deps): bump github.com/golang/protobuf from 1.5.0 to 1.5.2 88243cd build(deps): bump github.com/rootless-containers/proto 12270d3 build(deps): bump github.com/opencontainers/runc 056236a *: make codecov slightly less annoying 18fdf79 build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0 6f84bbb build(deps): bump github.com/cyphar/filepath-securejoin 0b4d52f build(deps): bump github.com/apex/log from 1.4.0 to 1.9.0 ac6ba6c build(deps): bump github.com/klauspost/pgzip from 1.2.4 to 1.2.5 9cd570d build(deps): bump golang from 1.14 to 1.17.1 26e57a2 gha: enable dependabot 65932cd ci: hardcode Go version used for linting 17111a6 *: use go1.17-friendly go:build tags f6c2e79 codecov: drop explicit env.CODECOV_TOKEN f80d8e2 ci: use codecov-action 785ed73 fix(Makefile): avoid usage of which 97099f1 mutate: implement an AddExisting() API 5adbd99 oci: casext: walk: do not attempt to recurse into un-parseable blobs aad89ed oci: cas: add StatBlob to CAS interface 7091cd1 ci: switch to GitHub Actions 3ceb144 Add 2 fuzzers Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
3b75599096
commit
2dd6ba297c
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||||
RDEPENDS:${PN} = "skopeo"
|
RDEPENDS:${PN} = "skopeo"
|
||||||
RDEPENDS:${PN}:class-native = ""
|
RDEPENDS:${PN}:class-native = ""
|
||||||
|
|
||||||
SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d"
|
SRCREV_umoci = "fa8e9f875805f24ede2c52f1cda2abeab944c560"
|
||||||
SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \
|
SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user