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 --- ...on-make-remaining-scripts-use-usr-bin-env.patch | 24 ++++++++++------------ 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'recipes-networking/openvswitch/files/python-make-remaining-scripts-use-usr-bin-env.patch') 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 @@ -From 04ad1c3d9f47cfdf4ad9b5d685e953ec094326ff Mon Sep 17 00:00:00 2001 +From f21a0490555d5fe8f5a9ce982defa666a64151c0 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 13 Jan 2017 16:12:55 -0500 Subject: [PATCH] python: make remaining scripts use /usr/bin/env @@ -12,6 +12,7 @@ PYTHON. To make this function smoothly all installed scripts should make use of /usr/bin/env to increase the chances of finding python. Signed-off-by: Mark Asselstine + --- build-aux/check-structs | 2 +- build-aux/extract-ofp-actions | 2 +- @@ -28,7 +29,7 @@ Signed-off-by: Mark Asselstine 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build-aux/check-structs b/build-aux/check-structs -index f79f235..c7b8730 100755 +index f79f235..5129b72 100755 --- a/build-aux/check-structs +++ b/build-aux/check-structs @@ -1,4 +1,4 @@ @@ -38,7 +39,7 @@ index f79f235..c7b8730 100755 import os.path import sys diff --git a/build-aux/extract-ofp-actions b/build-aux/extract-ofp-actions -index 184447b..92ea18d 100755 +index 0062ab8..ee8c4ff 100755 --- a/build-aux/extract-ofp-actions +++ b/build-aux/extract-ofp-actions @@ -1,4 +1,4 @@ @@ -48,7 +49,7 @@ index 184447b..92ea18d 100755 import sys import os.path diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors -index 9642593..11e6de7 100755 +index 2312b76..e36444e 100755 --- a/build-aux/extract-ofp-errors +++ b/build-aux/extract-ofp-errors @@ -1,4 +1,4 @@ @@ -58,7 +59,7 @@ index 9642593..11e6de7 100755 import sys import os.path diff --git a/build-aux/extract-ofp-fields b/build-aux/extract-ofp-fields -index 498b887..5d6bcec 100755 +index 498b887..c248e76 100755 --- a/build-aux/extract-ofp-fields +++ b/build-aux/extract-ofp-fields @@ -1,4 +1,4 @@ @@ -68,7 +69,7 @@ index 498b887..5d6bcec 100755 import getopt import sys diff --git a/build-aux/extract-ofp-msgs b/build-aux/extract-ofp-msgs -index 1813638..e9e3c25 100755 +index 1813638..c2a91f9 100755 --- a/build-aux/extract-ofp-msgs +++ b/build-aux/extract-ofp-msgs @@ -1,4 +1,4 @@ @@ -78,7 +79,7 @@ index 1813638..e9e3c25 100755 import sys import os.path diff --git a/build-aux/xml2nroff b/build-aux/xml2nroff -index bd4e879..9d81503 100755 +index bd4e879..db45c56 100755 --- a/build-aux/xml2nroff +++ b/build-aux/xml2nroff @@ -1,4 +1,4 @@ @@ -88,7 +89,7 @@ index bd4e879..9d81503 100755 # Copyright (c) 2010, 2011, 2012, 2013, 2014, 2015, 2016 Nicira, Inc. # diff --git a/ovn/utilities/ovn-docker-overlay-driver b/ovn/utilities/ovn-docker-overlay-driver -index 52de3db..c90f02b 100755 +index 52de3db..3b1fa45 100755 --- a/ovn/utilities/ovn-docker-overlay-driver +++ b/ovn/utilities/ovn-docker-overlay-driver @@ -1,4 +1,4 @@ @@ -98,7 +99,7 @@ index 52de3db..c90f02b 100755 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ovn/utilities/ovn-docker-underlay-driver b/ovn/utilities/ovn-docker-underlay-driver -index 2c9c4b6..89b804c 100755 +index 2c9c4b6..551e7a1 100755 --- a/ovn/utilities/ovn-docker-underlay-driver +++ b/ovn/utilities/ovn-docker-underlay-driver @@ -1,4 +1,4 @@ @@ -108,7 +109,7 @@ index 2c9c4b6..89b804c 100755 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ovsdb/ovsdb-doc b/ovsdb/ovsdb-doc -index 5cf26ee..f76f4bd 100755 +index 5cf26ee..bdf2dcc 100755 --- a/ovsdb/ovsdb-doc +++ b/ovsdb/ovsdb-doc @@ -1,4 +1,4 @@ @@ -147,6 +148,3 @@ index 963c50c..c84d7c2 100755 # This library is free software; you can redistribute it and/or # modify it under the terms of version 2.1 of the GNU Lesser General Public --- -2.7.4 - -- cgit v1.2.3-54-g00ecf