forked from pool/openvswitch
- update to 2.17.2:
* OVS validated with DPDK 21.11.1. It is recommended to use this version until further releases. - update to 2.17.1: * To fix the Undefined Behavior issue causing the compiler to incorrectly optimize important parts of code, container iteration macros (e.g., LIST_FOR_EACH) have been re-implemented in a UB-safe way. * Backwards compatibility has mostly been preserved, however the user-provided pointer is now set to NULL after the loop (unless it exited via "break;") * Users of libopenvswitch will need to double-check the use of such loop macros before compiling with a new version. * Since the change is limited to the definitions within the headers, the ABI is not affected. OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=230
This commit is contained in:
parent
31714c7a75
commit
94ad13f072
@ -44,7 +44,7 @@ Summary: A multilayer virtual network switch
|
||||
License: Apache-2.0 AND LGPL-2.1-only AND SISSL
|
||||
Group: Productivity/Networking/System
|
||||
URL: https://www.openvswitch.org/
|
||||
Source0: https://openvswitch.org/releases/openvswitch-%{version}.tar.gz
|
||||
Source0: https://www.openvswitch.org/releases/openvswitch-%{version}.tar.gz
|
||||
Source2: preamble
|
||||
Source89: Module.supported.updates
|
||||
Source99: openvswitch-rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user