diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-01-21 18:27:12 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-30 18:53:26 +0000 |
commit | 49ac2c4e935a2298f571e7457737e17d3a29d5e3 (patch) | |
tree | 7058a3ed0f389af2e30b05b1b5a4b3b85133a7ab | |
parent | 2ec66285d050ef3cd29a5ea57c71341e6b17b36f (diff) | |
download | meta-virtualization-49ac2c4e935a2298f571e7457737e17d3a29d5e3.tar.gz |
cri-o: update to 1.30.8
The following two patches are dropped as they are in 1.30.8:
- CVE-2024-5154-0001.patch
- CVE-2024-5154-0002.patch
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 4e17a7cd..1d0aa72e 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb | |||
@@ -14,7 +14,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following | |||
14 | - Resource isolation as required by the CRI \ | 14 | - Resource isolation as required by the CRI \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRCREV_cri-o = "5aff11c7c1afdc785adafd7da3c3f2a6ac51b88d" | 17 | SRCREV_cri-o = "359f960f46697517f048e6ff3caf728ae75cb384" |
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
19 | git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.30;name=cri-o;protocol=https \ | 19 | git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.30;name=cri-o;protocol=https \ |
20 | file://crio.conf \ | 20 | file://crio.conf \ |
@@ -26,7 +26,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c2 | |||
26 | 26 | ||
27 | GO_IMPORT = "import" | 27 | GO_IMPORT = "import" |
28 | 28 | ||
29 | PV = "1.30.0+git${SRCREV_cri-o}" | 29 | PV = "1.30.8+git${SRCREV_cri-o}" |
30 | 30 | ||
31 | inherit features_check | 31 | inherit features_check |
32 | REQUIRED_DISTRO_FEATURES ?= "seccomp" | 32 | REQUIRED_DISTRO_FEATURES ?= "seccomp" |