diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-02 19:21:52 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-24 01:38:21 +0000 |
commit | 3fe898899f7d99ead1200248ff56883c545845dd (patch) | |
tree | 5425599f4a835a9be02eb76d3a1aee361841dd53 | |
parent | 08f58c3181d372c48c048b6ca14171a330786889 (diff) | |
download | meta-virtualization-3fe898899f7d99ead1200248ff56883c545845dd.tar.gz |
crun: update to v1.8.6
Bumping crun to version 1.8.6-11-gd7ee549, which comprises the following commits:
c786d4c linux: simplify error handling
c972772 linux: do not write twice errors
74a3874 linux: use helper functions instead of custom read/write
35a0166 linux: define helper to ack on the sync socket
c3e518e libcrun: drop symbol for crun_make_error
080e560 features: use exported function libcrun_make_error
5c2dedc Make the spec file parseable without copr_username defined
73f759f NEWS: tag 1.8.6
26ef1e0 linux: add sync before sending mounts
71c53b0 RPM: Set Epoch only for Copr builds
ee0e405 tests: install procps-ng for podman tests
6a3d7a7 Packit: initial enablement
58bb52c tests: fix cpu-weight-systemd test under a user manager
ee111ae tests: skip test_uid_tty if no tty is attached
74dd5f9 tests: use get_crun_path() in oci_features
b160e2c cgroup-resources: allow setting swap to 0
19cd8aa ps: fix segfault with pids=NULL
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 4c9339e6..86b9eaf1 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 = "56d9d9a062f86eab008a2afcbcacc2619ee1a75b" | 6 | SRCREV_crun = "d7ee5496991c6ad40be6dd94796643cb0def9e3c" |
7 | SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" | 7 | SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" |
8 | SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" | 8 | SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" |
9 | SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d" | 9 | SRCREV_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 | ||
20 | PV = "1.8.5+git${SRCREV_crun}" | 20 | PV = "1.8.6+git${SRCREV_crun}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | REQUIRED_DISTRO_FEATURES ?= "systemd seccomp" | 23 | REQUIRED_DISTRO_FEATURES ?= "systemd seccomp" |