diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-07-12 17:02:41 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-07-13 10:54:49 -0400 |
commit | 165ffabe8933d2e44074d67921ea465eab4d90cb (patch) | |
tree | 74372bb1d75cec1055eb9b2584e78d784ef04b18 /recipes-networking/openvswitch/openvswitch_git.bb | |
parent | 3ac773e4c71490ec63f47739368c90832eea1467 (diff) | |
download | meta-virtualization-165ffabe8933d2e44074d67921ea465eab4d90cb.tar.gz |
openvswitch: uprev to v2.7.1
Released at the end of June 2017 this is a bugfix release with no
major functional changes. Surprisingly the patch for CVE-2017-9263 is
still not applied upstream so we continue to carry this change.
The remaining patches were audited and cleaned up as needed.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index a2893e9d..39726075 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
@@ -12,11 +12,11 @@ RDEPENDS_${PN}-ptest += "\ | |||
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | PV = "2.7.0+${SRCREV}" | 15 | PV = "2.7.1+${SRCREV}" |
16 | 16 | ||
17 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" | 17 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:" |
18 | 18 | ||
19 | SRCREV = "c298ef781c2d35d939fe163cbc2f41ea7b1cb8d1" | 19 | SRCREV = "b29cb89e9e9fe3119b2e5dd5d4fb79141635b7cc" |
20 | SRC_URI = "file://openvswitch-switch \ | 20 | SRC_URI = "file://openvswitch-switch \ |
21 | file://openvswitch-switch-setup \ | 21 | file://openvswitch-switch-setup \ |
22 | file://openvswitch-testcontroller \ | 22 | file://openvswitch-testcontroller \ |