diff options
author | Hugo SIMELIERE <hsimeliere.opensource@witekio.com> | 2024-12-11 10:04:17 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-07 22:08:04 +0000 |
commit | 2ec66285d050ef3cd29a5ea57c71341e6b17b36f (patch) | |
tree | 5f52b7da5a16543f64d4524f60df581a91fb8985 | |
parent | 0d1095ce7dfd49db6d6167052c3d699fb37c11e5 (diff) | |
download | meta-virtualization-2ec66285d050ef3cd29a5ea57c71341e6b17b36f.tar.gz |
runc-opencontainers: upgrade 1.1.12 -> 1.1.14
Alignment with runc-docker version
Includes fix for CVE-2024-45310 and other bug fixes
Changelog:
==========
https://github.com/opencontainers/runc/blob/v1.1.14/CHANGELOG.md
Signed-off-by: Bruno VERNAY <bruno.vernay@se.com>
Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 188b8440..6eef2c8f 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | include runc.inc | 1 | include runc.inc |
2 | 2 | ||
3 | SRCREV = "a9833ff391a71b30069a6c3f816db113379a4346" | 3 | SRCREV = "2c9f5602f0ba3d9da1c2596322dfc4e156844890" |
4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
5 | git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ | 5 | git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ |
6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
7 | " | 7 | " |
8 | RUNC_VERSION = "1.1.12" | 8 | RUNC_VERSION = "1.1.14" |
9 | 9 | ||
10 | CVE_PRODUCT = "runc" | 10 | CVE_PRODUCT = "runc" |
11 | 11 | ||