From 214942a349e5097a3b5561c282dabfcb68f9dcc9 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 Aug 2021 09:07:24 -0400 Subject: crun: update to 0.21-latest Bumping crun to version 0.21-15-g360f5d0, which comprises the following commits: 2199d10 tests: update containerd version 1798d5a cgroup: chown cgroup to root b5cdeb5 cgroupv1: add support for setting memory.use_hierarchy 7cfdf09 Makefile.am: link libcrun to $(FOUND_LIBS) d4d1825 linux: treat pidfd_open EINVAL as ESRCH 62149b3 Update nixpkgs ac00581 Dockerfile: delete file c4c3cdf NEWS: release 0.21 69bd7dc Doc: cgroups v2 and RT processes unsupported 6397998 krun/kvm: crun should silently/gracefully switch to krun when needed. 92499bd container: wrap execv in retry-on-eintr b04a335 cgroup: lookup pids controller as well 448494e README.md: drop travis badge 1bbf562 Reflect #696 in crun's manpage e836219 rpm: fix license 2b88faa status: add fields for owner and created timestamp b07c389 criu: fix error check 09401bb linux: fix unitialized variable b222968 cgroup: fix a memory leak Signed-off-by: Bruce Ashfield --- recipes-containers/crun/crun_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/crun/crun_git.bb') diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 116e326e..dbc5c023 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PRIORITY = "optional" -SRCREV_crun = "7ef74c9330033cb884507c28fd8c267861486633" +SRCREV_crun = "360f5d02c37d5f7a67d38622010228ae2eeb80f1" SRCREV_libocispec = "c9b8b9524814550a489aa6d38b2dec95633ffa15" SRCREV_ispec = "79b036d80240ae530a8de15e1d21c7ab9292c693" SRCREV_rspec = "7413a7f753e1bd9a6a9c6dc7f96f55888cbbd476" -- cgit v1.2.3-54-g00ecf