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 --- .../0007-Python3-compatibility-unicode-to-str.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'recipes-networking/openvswitch/openvswitch-git/0007-Python3-compatibility-unicode-to-str.patch') diff --git a/recipes-networking/openvswitch/openvswitch-git/0007-Python3-compatibility-unicode-to-str.patch b/recipes-networking/openvswitch/openvswitch-git/0007-Python3-compatibility-unicode-to-str.patch index faa32b73..753490f8 100644 --- a/recipes-networking/openvswitch/openvswitch-git/0007-Python3-compatibility-unicode-to-str.patch +++ b/recipes-networking/openvswitch/openvswitch-git/0007-Python3-compatibility-unicode-to-str.patch @@ -1,7 +1,7 @@ -From 2fe58f87b00d0ec24d6997930d0bcdb130c84396 Mon Sep 17 00:00:00 2001 +From c78b39ae9ba6337210d6a9e4ccc4753cb1c3b48f Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Thu, 29 Jun 2017 20:33:23 -0700 -Subject: [PATCH 7/8] Python3 compatibility: unicode to str +Subject: [PATCH] Python3 compatibility: unicode to str Commit 7430959d4ad17db89b8387c3aef58c8b230cad10 from https://github.com/openvswitch/ovs.git @@ -19,12 +19,13 @@ type because it doesn't exist. Signed-off-by: Jason Wessel Signed-off-by: Ben Pfaff + --- ovsdb/ovsdb-doc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ovsdb/ovsdb-doc b/ovsdb/ovsdb-doc -index 918e88a..406c293 100755 +index 9448713..d55c6e6 100755 --- a/ovsdb/ovsdb-doc +++ b/ovsdb/ovsdb-doc @@ -65,9 +65,15 @@ def columnGroupToNroff(table, groupXml, documented_columns): @@ -46,6 +47,3 @@ index 918e88a..406c293 100755 type_ = ovs.db.types.BaseType.from_json(type_json) else: type_ = column.type.value --- -2.5.0 - -- cgit v1.2.3-54-g00ecf