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/files/python-switch-remaining-scripts-to-use-python3.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/files/python-switch-remaining-scripts-to-use-python3.patch')
-rw-r--r-- | recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch b/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch index a02b2a40..6a1b8320 100644 --- a/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch +++ b/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 176528ca3a8b76c9d0bb71b1e56eeebccc655c71 Mon Sep 17 00:00:00 2001 | 1 | From 39d1af836d844c89e625cfc908545e93977af8be Mon Sep 17 00:00:00 2001 |
2 | From: Mark Asselstine <mark.asselstine@windriver.com> | 2 | From: Mark Asselstine <mark.asselstine@windriver.com> |
3 | Date: Wed, 3 May 2017 10:39:12 -0400 | 3 | Date: Wed, 3 May 2017 10:39:12 -0400 |
4 | Subject: [PATCH] python: switch remaining scripts to use python3 | 4 | Subject: [PATCH] python: switch remaining scripts to use python3 |
@@ -6,6 +6,7 @@ Subject: [PATCH] python: switch remaining scripts to use python3 | |||
6 | Work to remove the main openvswitch package's dependency on python 2. | 6 | Work to remove the main openvswitch package's dependency on python 2. |
7 | 7 | ||
8 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | 8 | Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> |
9 | |||
9 | --- | 10 | --- |
10 | ofproto/ipfix-gen-entities | 2 +- | 11 | ofproto/ipfix-gen-entities | 2 +- |
11 | tests/test-l7.py | 2 +- | 12 | tests/test-l7.py | 2 +- |
@@ -108,6 +109,3 @@ index a776c00..d5ff8af 100755 | |||
108 | # Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. | 109 | # Copyright (c) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. |
109 | # | 110 | # |
110 | # Licensed under the Apache License, Version 2.0 (the "License"); | 111 | # Licensed under the Apache License, Version 2.0 (the "License"); |
111 | -- | ||
112 | 2.7.4 | ||
113 | |||