diff options
| author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-06-09 14:50:47 +0900 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-06-13 18:26:15 -0400 |
| commit | 3c427eafce21c615d5da76f261329497f7fcfeac (patch) | |
| tree | dec5ff9cbe5a2093953b603a42855859b4e46cf4 /recipes-networking/openvswitch/openvswitch_git.bb | |
| parent | 3e1d16db4aa3a76aa4086de49f3b62337c7f4efa (diff) | |
| download | meta-virtualization-3c427eafce21c615d5da76f261329497f7fcfeac.tar.gz | |
openvswitch: Fix CVE-2017-9263
Backport patch file to fix CVE-2017-9263
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 1fb82aee..6ab0c40a 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
| @@ -29,6 +29,7 @@ SRC_URI = "file://openvswitch-switch \ | |||
| 29 | file://python-make-remaining-scripts-use-usr-bin-env.patch \ | 29 | file://python-make-remaining-scripts-use-usr-bin-env.patch \ |
| 30 | file://0001-use-the-linux-if_packet.h-Interface-directly.patch \ | 30 | file://0001-use-the-linux-if_packet.h-Interface-directly.patch \ |
| 31 | file://0002-Define-WAIT_ANY-if-not-provided-by-system.patch \ | 31 | file://0002-Define-WAIT_ANY-if-not-provided-by-system.patch \ |
| 32 | file://CVE-2017-9263.patch \ | ||
| 32 | " | 33 | " |
| 33 | 34 | ||
| 34 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" | 35 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b2c9d4c70853a09c0e143137754b35" |
