summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-28 23:11:45 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commit4ec4055f3874b5891696106eb93e87c3781e7ed9 (patch)
treea31fa664c557f4cb6662ec3c4044100c7c91f713
parent7a5bf9f670c611cca4a9ba41e8d53c4e70fe9d46 (diff)
downloadmeta-virtualization-4ec4055f3874b5891696106eb93e87c3781e7ed9.tar.gz
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 <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/crun/crun_git.bb4
1 files 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"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4PRIORITY = "optional" 4PRIORITY = "optional"
5 5
6SRCREV_crun = "9d013929d95873a11c8b1a3e6677d8afd6d2e029" 6SRCREV_crun = "89d44467e3b410b73f2065756a12789be45b855b"
7SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" 7SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15"
8SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" 8SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c"
9SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d" 9SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d"
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=h
17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \ 17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \
18 " 18 "
19 19
20PV = "v1.14+git${SRCREV_crun}" 20PV = "v1.14.3+git${SRCREV_crun}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23REQUIRED_DISTRO_FEATURES ?= "systemd seccomp" 23REQUIRED_DISTRO_FEATURES ?= "systemd seccomp"