libtpms: 0.9.5 -> 0.9.6

tpm2: Check size of buffer before accessing it (CVE-2023-1017 & CVE-2023-1018)
This commit is contained in:
Arthur Gautier 2023-03-01 08:32:25 -08:00
parent 8da88c64bf
commit a703a04256

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "libtpms";
version = "0.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "stefanberger";
repo = "libtpms";
rev = "v${version}";
sha256 = "sha256-gA3tXsrJgk0WCI2rKy81f3PrGu/Ml1WExJ0P9AzLQ+c=";
sha256 = "sha256-I2TYuOLwgEm6ofF2onWI7j2yu9wpXxNt7lJePSpF9VM=";
};
nativeBuildInputs = [