From feb1d7895277673d9350edbf072edb8267fd8d43 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 8 Jul 2023 03:11:41 +0000 Subject: [PATCH] crun: update to v1.8.5-tip Bumping crun to version 1.8.5-40-g56d9d9a, which comprises the following commits: 19cd8aa ps: fix segfault with pids=NULL d006733 features: add wasm annotation 935f4fe tests: add test for oci_features 366af73 src/*: implement features 21b1733 Makefile.am: update clang-format command 9e5a749 libcrun: report when status file not found 84a6599 libcrun: crun_path_exists distinguish ENOENT ef224f9 docs: remove module.wasm.image/variant=compat annotation Signed-off-by: Bruce Ashfield --- recipes-containers/crun/crun_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index a26de16a..4c9339e6 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 = "7da99fb998a89e5f258dea67b7387f741808e58d" +SRCREV_crun = "56d9d9a062f86eab008a2afcbcacc2619ee1a75b" SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d"