From 500e5d2ad58f78d3aa5132081123955b6681bb8c Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 16 Apr 2018 15:40:12 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../0001-use-the-linux-if_packet.h-Interface-directly.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'recipes-networking/openvswitch/openvswitch-git/0001-use-the-linux-if_packet.h-Interface-directly.patch') 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 @@ -From 1cec65e45f011c3f52eed5e27d3d816502e36610 Mon Sep 17 00:00:00 2001 +From 28b2d17de9414161d5edd67766bd4b452cd809ef Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Mar 2017 12:12:51 -0700 -Subject: [PATCH 1/2] use the linux if_packet.h Interface directly +Subject: [PATCH] use the linux if_packet.h Interface directly Helps compiling with musl Signed-off-by: Khem Raj + --- lib/netdev-linux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c -index a5a9ec1ab..9dd40acdd 100644 +index fccf88f..b703156 100644 --- a/lib/netdev-linux.c +++ b/lib/netdev-linux.c @@ -33,14 +33,13 @@ @@ -30,6 +31,3 @@ index a5a9ec1ab..9dd40acdd 100644 #include #include #include --- -2.12.0 - -- cgit v1.2.3-54-g00ecf