diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-04-14 15:08:00 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-04-17 10:09:15 -0400 |
commit | 50ceb5ad53ac721a25bbbce22eb1d881cc947764 (patch) | |
tree | 3fc7ab4972f10dd09276a83d1da3b2e6001d6b09 | |
parent | bbc5057796cb2d41be57730d0008210263fa1528 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 6 |
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 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | PV = "3.0.3+${SRCPV}" | 17 | PV = "3.0.4+${SRCPV}" |
18 | CVE_VERSION = "3.0.3" | 18 | CVE_VERSION = "3.0.4" |
19 | 19 | ||
20 | FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" | 20 | FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" |
21 | 21 | ||
22 | SRCREV = "7b5c4240c1ed5f38e476cf08819869dc14f55e8a" | 22 | SRCREV = "2a98be5adaa6b3bd6c71a0ee01fc2782c67e7c78" |
23 | SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3.0 \ | 23 | SRC_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 \ |