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 --- .../0006-Python3-compatibility-math-error-compatibility.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch') diff --git a/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch b/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch index 54905cd0..c53502b5 100644 --- a/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch +++ b/recipes-networking/openvswitch/openvswitch-git/0006-Python3-compatibility-math-error-compatibility.patch @@ -1,7 +1,7 @@ -From 3a9fcf1c8f60c160c282c9755ee1c7f9f7e113c3 Mon Sep 17 00:00:00 2001 +From 7f542122d62b20d11198bfdb0f2c6a460261b5e7 Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Thu, 29 Jun 2017 20:33:23 -0700 -Subject: [PATCH 6/8] Python3 compatibility: math error compatibility +Subject: [PATCH] Python3 compatibility: math error compatibility Commit 3fa5aa4294377e0f35267936d0c5caea3e61db48 from https://github.com/openvswitch/ovs.git @@ -34,12 +34,13 @@ EOF Signed-off-by: Jason Wessel Signed-off-by: Ben Pfaff + --- build-aux/extract-ofp-actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/extract-ofp-actions b/build-aux/extract-ofp-actions -index c11297c..bd7131f 100755 +index c7858bd..4d05ef9 100755 --- a/build-aux/extract-ofp-actions +++ b/build-aux/extract-ofp-actions @@ -35,7 +35,7 @@ line = "" @@ -51,6 +52,3 @@ index c11297c..bd7131f 100755 def open_file(fn): global file_name --- -2.5.0 - -- cgit v1.2.3-54-g00ecf