From a01b98d8c43bb9e72e4f2b0e6db257f446c3ffbb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Jun 2026 18:05:54 +0000 Subject: 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 --- recipes-networking/openvswitch/openvswitch_git.bb | 4 ++-- 1 file 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 += "\ python3-resource findutils which diffutils \ " -PV = "3.7.0" +PV = "3.7.1" CVE_VERSION = "3.5.0" FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:" -SRCREV = "0d4c78e153d2b22ab1b173cd4a4dfff89002666d" +SRCREV = "04b05b31ade4d903589a90a14861730562285be7" SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3.7 \ file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \ file://run-ptest \ -- cgit v1.2.3-54-g00ecf