diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-07-08 03:11:41 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-01 14:42:25 -0400 |
commit | feb1d7895277673d9350edbf072edb8267fd8d43 (patch) | |
tree | 46926e712fa0a1c874872c5bdb87ff33fe698811 | |
parent | 1fc1b1935fc130e97c02e08d832fe130dd0c1764 (diff) | |
download | meta-virtualization-feb1d7895277673d9350edbf072edb8267fd8d43.tar.gz |
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 <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | 5 | ||
6 | SRCREV_crun = "7da99fb998a89e5f258dea67b7387f741808e58d" | 6 | SRCREV_crun = "56d9d9a062f86eab008a2afcbcacc2619ee1a75b" |
7 | SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" | 7 | SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" |
8 | SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" | 8 | SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" |
9 | SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d" | 9 | SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d" |