diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 18:05:54 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 18:05:54 +0000 |
| commit | a01b98d8c43bb9e72e4f2b0e6db257f446c3ffbb (patch) | |
| tree | d968c12aa9c39ca1721dc0589201c4bae3d2251d | |
| parent | 55f57b108fe1334d4b978739d44d32cd214f6fbe (diff) | |
| download | meta-virtualization-a01b98d8c43bb9e72e4f2b0e6db257f446c3ffbb.tar.gz | |
openvswitch: update to v3.7.1-tip
Bumping ovs to version v3.7.1-18-g04b05b31a, which comprises the following commits:
04b05b31a ofproto-dpif: Fix bundle floodable flag when disabling STP/RSTP.
ea4ac2dd5 ovsdb-cs: Fix resource leak in ovsdb_cs_parse_schema().
e2a95595a configure: Allow disabling POSIX async I/O and disable in FreeBSD CI.
8dbcfcc4c cirrus: Remove Cirrus CI for running FreeBSD test builds.
73057faec github: Migrate FreeBSD CI from Cirrus CI to GitHub Actions.
47446a693 ofproto-dpif: Remove unused rule->recirc_id.
502e13a8b ofproto-dpif: Rename recirc_free_ofproto to better match the code.
9b63c2ead ofproto-dpif: Avoid race between recirc id free and the leak check.
bc4498ced docs: Remove a few remaining references to the OOT module.
b7d221174 vswitch.xml: Remove the claim that OVS processes are single-threaded.
1f28a59dc vswitch.xml: Remove the claim that L3 GRE is not supported.
04ad744ff dpif-netdev: Fix mega flow ufid collisions for different wild cards.
332081017 ofproto-dpif-xlate: Classify ct_clear as non-reversible for clone().
45443e077 docs: Fix OpenFlow port range.
1a77b18d0 github: Re-enable system tests for DPDK and AF_XDP.
b53965f1a netdev-dpdk: Fix memory leak when configuring rx-steering.
1c9b2cefd stream-ssl: Disable TLS session tickets.
78aa10ca3 Prepare for 3.7.2.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -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 87790090..694aad97 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
| @@ -13,12 +13,12 @@ RDEPENDS:${PN}-ptest += "\ | |||
| 13 | python3-resource findutils which diffutils \ | 13 | python3-resource findutils which diffutils \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | PV = "3.7.0" | 16 | PV = "3.7.1" |
| 17 | CVE_VERSION = "3.5.0" | 17 | CVE_VERSION = "3.5.0" |
| 18 | 18 | ||
| 19 | FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" | 19 | FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" |
| 20 | 20 | ||
| 21 | SRCREV = "0d4c78e153d2b22ab1b173cd4a4dfff89002666d" | 21 | SRCREV = "04b05b31ade4d903589a90a14861730562285be7" |
| 22 | SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3.7 \ | 22 | SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3.7 \ |
| 23 | file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ | 23 | file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ |
| 24 | file://run-ptest \ | 24 | file://run-ptest \ |
