Merge release-22.05 into staging-next-22.05

This commit is contained in:
github-actions[bot]
2022-12-22 00:14:49 +00:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -8,12 +8,12 @@ let
_kernel = kernel;
pythonEnv = python3.withPackages (ps: with ps; [ six ]);
in stdenv.mkDerivation rec {
version = "2.17.0";
version = "2.17.5";
pname = "openvswitch";
src = fetchurl {
url = "https://www.openvswitch.org/releases/${pname}-${version}.tar.gz";
sha256 = "sha256-4Dv6t8qC2Bp9OjbeTzkKO1IQ4/OWV2cfkih3zU6m3HM=";
sha256 = "sha256-Woye+zUikjdGWIp8pRDBC7CsUrnInfJ23byGcxFtwQY=";
};
kernel = optional (_kernel != null) _kernel.dev;

View File

@@ -77,5 +77,8 @@ in stdenv.mkDerivation rec {
homepage = "https://www.openvswitch.org/";
license = licenses.asl20;
maintainers = with maintainers; [ netixx kmcopper ];
knownVulnerabilities = [
"LLDP undervflow while parsing malformed Auto Attach TLV, see https://www.openwall.com/lists/oss-security/2022/12/20/2."
];
};
}