mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
crun: update to v1.12
Bumping crun to version 1.12-19-g90b21dd, which comprises the following commits: 49f439d ctx: drop no_subreaper bool b5ad30f krun: fix use of uninitialized integer 7c5a32a criu: do not set CLOEXEC on fds to inherit c9e23a8 criu: fix error return value 501aa98 handlers: Fix -Werror=unused-parameter build error for spin c9014f8 src: use O_CLOEXEC with pipes 3ad89be src: use O_CLOEXEC for all open/openat calls 0f0d5be src: close std streams on exec 08b7d33 build(deps): bump uraimo/run-on-arch-action from 2.5.1 to 2.6.0 2ad31d4 linux: fix error string ce429cb NEWS: tag 1.12 08d9fea preconfigure cpuset with required resources a18356e README.md: update the correct Nix channel da991db utils: try attr/<lsm>/* before attr/* 616aea7 feat: add spin handler 172bbd0 container: move dereference after check 2cc04ea systemd: fallback to system bus Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
bf3b7371a3
commit
8c6303bb83
|
@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
PRIORITY = "optional"
|
||||
|
||||
SRCREV_crun = "ff2b74f80db0e2086262553fc140cef4a359c440"
|
||||
SRCREV_crun = "90b21ddd007f0306952b8b38aa66ddee58afffe4"
|
||||
SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15"
|
||||
SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c"
|
||||
SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d"
|
||||
|
@ -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 = "v1.11.2+git${SRCREV_crun}"
|
||||
PV = "v1.12+git${SRCREV_crun}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES ?= "systemd seccomp"
|
||||
|
|
Loading…
Reference in New Issue
Block a user