diff options
author | Divya Chellam <divya.chellam@windriver.com> | 2025-01-20 02:25:39 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-01-30 18:56:02 +0000 |
commit | 76f2999987fa3ea30a823de3bd79d0cc0e0c287f (patch) | |
tree | e35de5235ccbb4544523a960e451a80b484a00b3 /recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch | |
parent | eaf63bbd9453799193f112134425fac0a1b99896 (diff) | |
download | meta-virtualization-76f2999987fa3ea30a823de3bd79d0cc0e0c287f.tar.gz |
runc-docker: upgrade 1.1.4 -> 1.1.12
This upgrade fixes a few CVEs:
- CVE-2023-27561
- CVE-2023-25809
- CVE-2023-28642
- CVE-2024-21626 and other bug fixes
Changelog:
==========
https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md
Adjusted existing patches to align with v1.1.12
Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch')
-rw-r--r-- | recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch b/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch index bcf4c103..2a24df90 100644 --- a/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch +++ b/recipes-containers/runc/runc-docker/0001-runc-Add-console-socket-dev-null.patch | |||
@@ -12,11 +12,11 @@ Signed-off-by: Jason Wessel <jason.wessel@windriver.com> | |||
12 | utils_linux.go | 5 +++++ | 12 | utils_linux.go | 5 +++++ |
13 | 1 file changed, 5 insertions(+) | 13 | 1 file changed, 5 insertions(+) |
14 | 14 | ||
15 | Index: git/src/import/utils_linux.go | 15 | diff --git a/utils_linux.go b/utils_linux.go |
16 | =================================================================== | 16 | index 60d534e8..ddcab62f 100644 |
17 | --- git.orig/src/import/utils_linux.go | 17 | --- a/utils_linux.go |
18 | +++ git/src/import/utils_linux.go | 18 | +++ b/utils_linux.go |
19 | @@ -267,6 +267,11 @@ | 19 | @@ -234,6 +234,11 @@ type runner struct { |
20 | } | 20 | } |
21 | 21 | ||
22 | func (r *runner) run(config *specs.Process) (int, error) { | 22 | func (r *runner) run(config *specs.Process) (int, error) { |
@@ -28,3 +28,6 @@ Index: git/src/import/utils_linux.go | |||
28 | var err error | 28 | var err error |
29 | defer func() { | 29 | defer func() { |
30 | if err != nil { | 30 | if err != nil { |
31 | -- | ||
32 | 2.40.0 | ||
33 | |||