summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/files
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-04-16 15:40:12 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-16 07:25:10 -0400
commit500e5d2ad58f78d3aa5132081123955b6681bb8c (patch)
tree0af4fda14f47b594e996fe4214a080c880ca63e3 /recipes-networking/openvswitch/files
parent97fea33badac9e674365744a559006b70d2e1222 (diff)
downloadmeta-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')
-rw-r--r--recipes-networking/openvswitch/files/python-make-remaining-scripts-use-usr-bin-env.patch24
-rw-r--r--recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch6
2 files changed, 13 insertions, 17 deletions
diff --git a/recipes-networking/openvswitch/files/python-make-remaining-scripts-use-usr-bin-env.patch b/recipes-networking/openvswitch/files/python-make-remaining-scripts-use-usr-bin-env.patch
index 4441c1ea..deff10b0 100644
--- a/recipes-networking/openvswitch/files/python-make-remaining-scripts-use-usr-bin-env.patch
+++ b/recipes-networking/openvswitch/files/python-make-remaining-scripts-use-usr-bin-env.patch
@@ -1,4 +1,4 @@
1From 04ad1c3d9f47cfdf4ad9b5d685e953ec094326ff Mon Sep 17 00:00:00 2001 1From f21a0490555d5fe8f5a9ce982defa666a64151c0 Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Fri, 13 Jan 2017 16:12:55 -0500 3Date: Fri, 13 Jan 2017 16:12:55 -0500
4Subject: [PATCH] python: make remaining scripts use /usr/bin/env 4Subject: [PATCH] python: make remaining scripts use /usr/bin/env
@@ -12,6 +12,7 @@ PYTHON. To make this function smoothly all installed scripts should
12make use of /usr/bin/env to increase the chances of finding python. 12make use of /usr/bin/env to increase the chances of finding python.
13 13
14Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 14Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
15
15--- 16---
16 build-aux/check-structs | 2 +- 17 build-aux/check-structs | 2 +-
17 build-aux/extract-ofp-actions | 2 +- 18 build-aux/extract-ofp-actions | 2 +-
@@ -28,7 +29,7 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
28 12 files changed, 12 insertions(+), 12 deletions(-) 29 12 files changed, 12 insertions(+), 12 deletions(-)
29 30
30diff --git a/build-aux/check-structs b/build-aux/check-structs 31diff --git a/build-aux/check-structs b/build-aux/check-structs
31index f79f235..c7b8730 100755 32index f79f235..5129b72 100755
32--- a/build-aux/check-structs 33--- a/build-aux/check-structs
33+++ b/build-aux/check-structs 34+++ b/build-aux/check-structs
34@@ -1,4 +1,4 @@ 35@@ -1,4 +1,4 @@
@@ -38,7 +39,7 @@ index f79f235..c7b8730 100755
38 import os.path 39 import os.path
39 import sys 40 import sys
40diff --git a/build-aux/extract-ofp-actions b/build-aux/extract-ofp-actions 41diff --git a/build-aux/extract-ofp-actions b/build-aux/extract-ofp-actions
41index 184447b..92ea18d 100755 42index 0062ab8..ee8c4ff 100755
42--- a/build-aux/extract-ofp-actions 43--- a/build-aux/extract-ofp-actions
43+++ b/build-aux/extract-ofp-actions 44+++ b/build-aux/extract-ofp-actions
44@@ -1,4 +1,4 @@ 45@@ -1,4 +1,4 @@
@@ -48,7 +49,7 @@ index 184447b..92ea18d 100755
48 import sys 49 import sys
49 import os.path 50 import os.path
50diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors 51diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors
51index 9642593..11e6de7 100755 52index 2312b76..e36444e 100755
52--- a/build-aux/extract-ofp-errors 53--- a/build-aux/extract-ofp-errors
53+++ b/build-aux/extract-ofp-errors 54+++ b/build-aux/extract-ofp-errors
54@@ -1,4 +1,4 @@ 55@@ -1,4 +1,4 @@
@@ -58,7 +59,7 @@ index 9642593..11e6de7 100755
58 import sys 59 import sys
59 import os.path 60 import os.path
60diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields 61diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields
61index 498b887..5d6bcec 100755 62index 498b887..c248e76 100755
62--- a/build-aux/extract-ofp-fields 63--- a/build-aux/extract-ofp-fields
63+++ b/build-aux/extract-ofp-fields 64+++ b/build-aux/extract-ofp-fields
64@@ -1,4 +1,4 @@ 65@@ -1,4 +1,4 @@
@@ -68,7 +69,7 @@ index 498b887..5d6bcec 100755
68 import getopt 69 import getopt
69 import sys 70 import sys
70diff --git a/build-aux/extract-ofp-msgs b/build-aux/extract-ofp-msgs 71diff --git a/build-aux/extract-ofp-msgs b/build-aux/extract-ofp-msgs
71index 1813638..e9e3c25 100755 72index 1813638..c2a91f9 100755
72--- a/build-aux/extract-ofp-msgs 73--- a/build-aux/extract-ofp-msgs
73+++ b/build-aux/extract-ofp-msgs 74+++ b/build-aux/extract-ofp-msgs
74@@ -1,4 +1,4 @@ 75@@ -1,4 +1,4 @@
@@ -78,7 +79,7 @@ index 1813638..e9e3c25 100755
78 import sys 79 import sys
79 import os.path 80 import os.path
80diff --git a/build-aux/xml2nroff b/build-aux/xml2nroff 81diff --git a/build-aux/xml2nroff b/build-aux/xml2nroff
81index bd4e879..9d81503 100755 82index bd4e879..db45c56 100755
82--- a/build-aux/xml2nroff 83--- a/build-aux/xml2nroff
83+++ b/build-aux/xml2nroff 84+++ b/build-aux/xml2nroff
84@@ -1,4 +1,4 @@ 85@@ -1,4 +1,4 @@
@@ -88,7 +89,7 @@ index bd4e879..9d81503 100755
88 # Copyright (c) 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc. 89 # Copyright (c) 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc.
89 # 90 #
90diff --git a/ovn/utilities/ovn-docker-overlay-driver b/ovn/utilities/ovn-docker-overlay-driver 91diff --git a/ovn/utilities/ovn-docker-overlay-driver b/ovn/utilities/ovn-docker-overlay-driver
91index 52de3db..c90f02b 100755 92index 52de3db..3b1fa45 100755
92--- a/ovn/utilities/ovn-docker-overlay-driver 93--- a/ovn/utilities/ovn-docker-overlay-driver
93+++ b/ovn/utilities/ovn-docker-overlay-driver 94+++ b/ovn/utilities/ovn-docker-overlay-driver
94@@ -1,4 +1,4 @@ 95@@ -1,4 +1,4 @@
@@ -98,7 +99,7 @@ index 52de3db..c90f02b 100755
98 # 99 #
99 # Licensed under the Apache License, Version 2.0 (the "License"); 100 # Licensed under the Apache License, Version 2.0 (the "License");
100diff --git a/ovn/utilities/ovn-docker-underlay-driver b/ovn/utilities/ovn-docker-underlay-driver 101diff --git a/ovn/utilities/ovn-docker-underlay-driver b/ovn/utilities/ovn-docker-underlay-driver
101index 2c9c4b6..89b804c 100755 102index 2c9c4b6..551e7a1 100755
102--- a/ovn/utilities/ovn-docker-underlay-driver 103--- a/ovn/utilities/ovn-docker-underlay-driver
103+++ b/ovn/utilities/ovn-docker-underlay-driver 104+++ b/ovn/utilities/ovn-docker-underlay-driver
104@@ -1,4 +1,4 @@ 105@@ -1,4 +1,4 @@
@@ -108,7 +109,7 @@ index 2c9c4b6..89b804c 100755
108 # 109 #
109 # Licensed under the Apache License, Version 2.0 (the "License"); 110 # Licensed under the Apache License, Version 2.0 (the "License");
110diff --git a/ovsdb/ovsdb-doc b/ovsdb/ovsdb-doc 111diff --git a/ovsdb/ovsdb-doc b/ovsdb/ovsdb-doc
111index 5cf26ee..f76f4bd 100755 112index 5cf26ee..bdf2dcc 100755
112--- a/ovsdb/ovsdb-doc 113--- a/ovsdb/ovsdb-doc
113+++ b/ovsdb/ovsdb-doc 114+++ b/ovsdb/ovsdb-doc
114@@ -1,4 +1,4 @@ 115@@ -1,4 +1,4 @@
@@ -147,6 +148,3 @@ index 963c50c..c84d7c2 100755
147 148
148 # This library is free software; you can redistribute it and/or 149 # This library is free software; you can redistribute it and/or
149 # modify it under the terms of version 2.1 of the GNU Lesser General Public 150 # modify it under the terms of version 2.1 of the GNU Lesser General Public
150--
1512.7.4
152
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 @@
1From 176528ca3a8b76c9d0bb71b1e56eeebccc655c71 Mon Sep 17 00:00:00 2001 1From 39d1af836d844c89e625cfc908545e93977af8be Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Wed, 3 May 2017 10:39:12 -0400 3Date: Wed, 3 May 2017 10:39:12 -0400
4Subject: [PATCH] python: switch remaining scripts to use python3 4Subject: [PATCH] python: switch remaining scripts to use python3
@@ -6,6 +6,7 @@ Subject: [PATCH] python: switch remaining scripts to use python3
6Work to remove the main openvswitch package's dependency on python 2. 6Work to remove the main openvswitch package's dependency on python 2.
7 7
8Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 8Signed-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--
1122.7.4
113