mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 06:55:10 +00:00
e43d00a71a
https://www.openvswitch.org/releases/NEWS-2.17.9.txt https://mail.openvswitch.org/pipermail/ovs-announce/2024-February/000340.html https://mail.openvswitch.org/pipermail/ovs-announce/2024-February/000339.html Fixes: CVE-2023-3966, CVE-2023-5366
6 lines
164 B
Nix
6 lines
164 B
Nix
import ./generic.nix {
|
|
version = "2.17.9";
|
|
hash = "sha256-4bP6RyZ2YmhT8i1j+VnlrQYeG/V+G71ETQ7Yj5R++LE=";
|
|
updateScriptArgs = "--lts=true --regex '2\.17.*'";
|
|
}
|