summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2023-04-14 15:08:00 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-04-17 10:09:15 -0400
commit50ceb5ad53ac721a25bbbce22eb1d881cc947764 (patch)
tree3fc7ab4972f10dd09276a83d1da3b2e6001d6b09 /recipes-networking/openvswitch
parentbbc5057796cb2d41be57730d0008210263fa1528 (diff)
downloadmeta-virtualization-50ceb5ad53ac721a25bbbce22eb1d881cc947764.tar.gz
ovs: Uprev from 3.0.3 to 3.0.4
Pickup the latest security and bug fixes for the ovs. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 8a24aab7..a4ef2b51 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -14,12 +14,12 @@ RDEPENDS:${PN}-ptest += "\
14 " 14 "
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "3.0.3+${SRCPV}" 17PV = "3.0.4+${SRCPV}"
18CVE_VERSION = "3.0.3" 18CVE_VERSION = "3.0.4"
19 19
20FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" 20FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
21 21
22SRCREV = "7b5c4240c1ed5f38e476cf08819869dc14f55e8a" 22SRCREV = "2a98be5adaa6b3bd6c71a0ee01fc2782c67e7c78"
23SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3.0 \ 23SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3.0 \
24 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ 24 file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
25 file://run-ptest \ 25 file://run-ptest \