summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-docker_git.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-11-06 13:17:48 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-11-17 22:28:37 -0500
commit79fb488a7071bbfafb8656adf7826a57b2ef6cd4 (patch)
tree2eca6b99f527a406d45d20cba0a45f2be6e28d4c /recipes-containers/runc/runc-docker_git.bb
parent062d9f1f4faf2ca8a1fe78b7c7365e6378c15836 (diff)
downloadmeta-virtualization-79fb488a7071bbfafb8656adf7826a57b2ef6cd4.tar.gz
runc: fix CVE-2019-16884
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/runc/runc-docker_git.bb')
-rw-r--r--recipes-containers/runc/runc-docker_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index c9f460b2..8d810d01 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -7,6 +7,7 @@ SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
7 file://0001-runc-Add-console-socket-dev-null.patch \ 7 file://0001-runc-Add-console-socket-dev-null.patch \
8 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ 8 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
9 file://0001-runc-docker-SIGUSR1-daemonize.patch \ 9 file://0001-runc-docker-SIGUSR1-daemonize.patch \
10 file://0001-Only-allow-proc-mount-if-it-is-procfs.patch \
10 " 11 "
11 12
12RUNC_VERSION = "1.0.0-rc8" 13RUNC_VERSION = "1.0.0-rc8"