mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
crun: update to v1.7
Bumping crun to version 1.7-6-gbebd67f, which comprises the following commits: cb6ae27 handlers: set selinux/apparmor profile 0efbe56 utils: change AppArmor profile for the current proc f1f286a utils: change SELinux label for the current proc a1cd1a6 handlers: use only the handler name if needed 40d996e NEWS: tag 1.7 3239c52 container: do not leak container status ab73033 utils: do not leak error fe21bee cgroup: fix memory leak 10c1fcc handlers: add an alias field 92e67d7 wasm: check pointers before dereferencing cc2ab3b copr: enable wasmedge support for f36 and higher 9c5ad48 container: rewrite argv when using a handler a81b115 libcrun: propagate argc and argv 0a94c5b linux: create parent dir with 0755 5308c49 copr: crun-wasm subpackage 8743809 crun: automatically pick handler from argv0 ddb614b crio,test: skip unrelated seccomp notifier with * 6feeff4 wasmtime: add support for compiling .wat format 7b49b79 NEWS: fill data for old releases baa98f4 container: use clone3 to join directly the target cgroup 37a438d cgroupfs: implement precreate cgroup c4af47e cgroup: new interface to preload a cgroup Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
6499f37793
commit
d48db9ba95
|
@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
PRIORITY = "optional"
|
||||
|
||||
SRCREV_crun = "4907f10ce567822e5c101d248278bbe9fed24170"
|
||||
SRCREV_crun = "bebd67fb43948c41ec60a84a730b96c5536c73a8"
|
||||
SRCREV_libocispec = "23aed835eed8d81d124977583551a81abe595a0c"
|
||||
SRCREV_ispec = "4df8887994e871a59f9e30e8dd811d060f6a39ef"
|
||||
SRCREV_rspec = "494a5a6aca782455c0fbfc35af8e12f04e98a55e"
|
||||
|
@ -17,7 +17,7 @@ SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=h
|
|||
git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \
|
||||
"
|
||||
|
||||
PV = "1.6.0+git${SRCREV_crun}"
|
||||
PV = "1.7.0+git${SRCREV_crun}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES ?= "systemd"
|
||||
|
|
Loading…
Reference in New Issue
Block a user