From 7e8346207c62779ed408a272abdd9bd7f134ec24 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Mon, 18 Dec 2017 20:55:26 +0100 Subject: [PATCH] Update to 3.0.2 release The tpm2-tools 3.0.2 version was released, this is just a minor release that fixes buffer overflows, other issues and adds integration tests to the generated tarball. Update the package to this latest version. Signed-off-by: Javier Martinez Canillas --- .gitignore | 2 +- sources | 2 +- tpm2-tools.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 337858b..6fdb428 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/tpm2-tools-3.0.1.tar.gz +/tpm2-tools-3.0.2.tar.gz diff --git a/sources b/sources index 8bf993a..5350a2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tpm2-tools-3.0.1.tar.gz) = 2be41289ee1cb37368218da5a55d0d2b507bdc2c95eb2da3286e2d4776285e5c8e15d22b528d3b084fcd90ba60bb1defa3624939ec58c8f36d3bcb8937e2c078 +SHA512 (tpm2-tools-3.0.2.tar.gz) = 643667b47084b8229ee79790cdaae81922aed963d288c31481647f51329338da618b856ed69d2d5fb3e71b891add69b4688b9644d5e90d6257ba0a2e563cf487 diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 71e724d..95fde1c 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -1,5 +1,5 @@ Name: tpm2-tools -Version: 3.0.1 +Version: 3.0.2 Release: 1%{?dist} Summary: A TPM2.0 testing tool build upon TPM2.0-TSS @@ -50,6 +50,9 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss. %{_mandir}/man1/tpm2_*.1.gz %changelog +* Mon Dec 18 2017 Javier Martinez Canillas - 3.0.2-1 +- Update to 3.0.2 release + * Tue Dec 12 2017 Javier Martinez Canillas - 3.0.1-1 - Update to 3.0.1 release (RHBZ#1512743) - Download the generated tarball provided instead of the source code tarball