crun: update to v1.11.2

Bumping crun to version 1.11.2-7-gff2b74f, which comprises the following commits:

    2cc04ea systemd: fallback to system bus
    767ba88 Fix build without libcap
    98d9cc9 systemd, cgroup: configure cgroups before joining them
    ab0edee NEWS: tag 1.11.2
    c965462 src: fix codespell error
    267f2c5 make: fix clang-format
    6e65f5e cgroup: fix crash on cgroup v1 without cpu resources
    57e6f9c terminal: adopt ptsname_r POSIX specified return value
    6674353 fix: remove the redundant header file
    1084f95 NEWS: tag 1.11.1
    4cbc9ad linux: force remount with mounts from parent
    11f8d3d NEWS: tag 1.11
    f8e4f4e cgroup: honor cpu burst
    8b44699 systemd: set CPUQuota and CPUPeriod on the scope
    5a0ede2 systemd, cgroupv1: set the cpuset data also on the scope
    20bb4aa systemd, cgroupv2: set the cpuset data also on the scope
    970d20e tests: fix ioprio test
    3b874c2 linux: append tmpfs mode if missing for mounts
    863008d init: add new function to check file mode
    7c3393c cgroup: always use the user session for rootless
    c60c9f2 Update nixpkgs
    c053c83 NEWS: tag 1.10
    2cc7390 linux: new mount option "copy-symlink"
    33cabe6 tests: fix test name
    9ee3460 linux: fix error propagation
    53c28d9 utils: export safe_readlinkat
    a549ce0 tests: skip ioprio tests as rootless
    1466b7b linux: Fix -Wunused-result compiler warnings when run './configure' only
    bdb95d6 features: export intelRDT status
    e2f9853 update: support update of Intel RDT
    05bc600 libcrun: support update of Intel RDT
    41ae2a2 libcrun: plug Intel RDT support
    52d5faa libcrun: add Intel RDT support functions
    a7a1af9 container: fix early return

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-11-09 20:19:14 +00:00
parent c43ce48045
commit 2e11f93ab4

View File

@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PRIORITY = "optional"
SRCREV_crun = "8af8ee2f59ae39adf848b7f6be2193c1eb6bfa0f"
SRCREV_crun = "ff2b74f80db0e2086262553fc140cef4a359c440"
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 = "1.9.2+git${SRCREV_crun}"
PV = "v1.11.2+git${SRCREV_crun}"
S = "${WORKDIR}/git"
REQUIRED_DISTRO_FEATURES ?= "systemd seccomp"