summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2023-01-16 13:39:20 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-19 15:05:31 -0500
commitd9c1549f5d0791bbc58790a18bdf67a5a073cdf3 (patch)
tree5caa7572ad0efca41a7abaf8be37dfff1b74edb5 /recipes-networking/openvswitch
parent543f4e6b5f6be0d397bcc78e22d5ca9a970b7111 (diff)
downloadmeta-virtualization-d9c1549f5d0791bbc58790a18bdf67a5a073cdf3.tar.gz
ovs: update CVE_VERSION to 3.0.3
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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 925444e0..8a24aab7 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN}-ptest += "\
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17PV = "3.0.3+${SRCPV}" 17PV = "3.0.3+${SRCPV}"
18CVE_VERSION = "2.17.1" 18CVE_VERSION = "3.0.3"
19 19
20FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" 20FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
21 21