diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-04-16 15:40:12 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-16 07:25:10 -0400 |
commit | 500e5d2ad58f78d3aa5132081123955b6681bb8c (patch) | |
tree | 0af4fda14f47b594e996fe4214a080c880ca63e3 /recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch | |
parent | 97fea33badac9e674365744a559006b70d2e1222 (diff) | |
download | meta-virtualization-500e5d2ad58f78d3aa5132081123955b6681bb8c.tar.gz |
openvswitch: refresh patches to fix QA warning
Refresh patches with devtool command to fix do_patch warning.
Drop CVE-2017-9263.patch since it had been fixed upstream.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch b/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch index 35712452..f1f9befe 100644 --- a/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch +++ b/recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch | |||
@@ -1,17 +1,18 @@ | |||
1 | From 1cec65e45f011c3f52eed5e27d3d816502e36610 Mon Sep 17 00:00:00 2001 | 1 | From 28b2d17de9414161d5edd67766bd4b452cd809ef Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Mon, 20 Mar 2017 12:12:51 -0700 | 3 | Date: Mon, 20 Mar 2017 12:12:51 -0700 |
4 | Subject: [PATCH 1/2] use the linux if_packet.h Interface directly | 4 | Subject: [PATCH] use the linux if_packet.h Interface directly |
5 | 5 | ||
6 | Helps compiling with musl | 6 | Helps compiling with musl |
7 | 7 | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | |||
9 | --- | 10 | --- |
10 | lib/netdev-linux.c | 3 +-- | 11 | lib/netdev-linux.c | 3 +-- |
11 | 1 file changed, 1 insertion(+), 2 deletions(-) | 12 | 1 file changed, 1 insertion(+), 2 deletions(-) |
12 | 13 | ||
13 | diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c | 14 | diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c |
14 | index a5a9ec1ab..9dd40acdd 100644 | 15 | index fccf88f..b703156 100644 |
15 | --- a/lib/netdev-linux.c | 16 | --- a/lib/netdev-linux.c |
16 | +++ b/lib/netdev-linux.c | 17 | +++ b/lib/netdev-linux.c |
17 | @@ -33,14 +33,13 @@ | 18 | @@ -33,14 +33,13 @@ |
@@ -30,6 +31,3 @@ index a5a9ec1ab..9dd40acdd 100644 | |||
30 | #include <net/route.h> | 31 | #include <net/route.h> |
31 | #include <netinet/in.h> | 32 | #include <netinet/in.h> |
32 | #include <poll.h> | 33 | #include <poll.h> |
33 | -- | ||
34 | 2.12.0 | ||
35 | |||