From 4ec4055f3874b5891696106eb93e87c3781e7ed9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 28 Feb 2024 23:11:45 +0000 Subject: crun: update to v1.14.3 Bumping crun to version 1.14.3-8-g89d4446, which comprises the following commits: 5884fd4 linux: fix mount of file with recursive flags b9e87e7 tests: test bind mounts of files e81086b rpm: Use relative, not absolute, symbolic links 9079a6d release: enable parallel builds 1961d21 NEWS: tag 1.14.3 0860c0f crun: really drop version check 32b139f NEWS: tag 1.14.2 4532a38 crun: drop check for OCI version de537a7 NEWS: tag 1.14.1 fdb41c3 linux: initialize options variable 31b08fc container: do not leak capabilities buffer 1716fde container: do not leak version_string e72f3bc container: fix leak of mount_options_list 242bb34 cgroup: do not leak dirfd deffa39 cgroup: fix leak of cpus/mems string buffer 3df8f0c Add force_no_cgroup & no_pivot arguments to make_context() Python function b883e6c Make function arguments valid Python identifiers e0027bc Add no_new_keyring argument to make_context() Python function Signed-off-by: Bruce Ashfield --- recipes-containers/crun/crun_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 13527b2d..89ba21b4 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PRIORITY = "optional" -SRCREV_crun = "9d013929d95873a11c8b1a3e6677d8afd6d2e029" +SRCREV_crun = "89d44467e3b410b73f2065756a12789be45b855b" 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.14+git${SRCREV_crun}" +PV = "v1.14.3+git${SRCREV_crun}" S = "${WORKDIR}/git" REQUIRED_DISTRO_FEATURES ?= "systemd seccomp" -- cgit v1.2.3-54-g00ecf