From 61bba470d25cbf1f614390253ffa566d7c40d8ffc238fa8ef7b8e811f937bbca Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Tue, 19 Jan 2021 13:41:44 +0000 Subject: [PATCH] - update to new upstream erlease 1.10.0: - Rename TXT related tools to have 'txt-' prefix - Clarify license issues - Fix issues reported by Coverity Scan - Ensure txt-acminfo does not print false information if msr is not loaded - Fix issue with multiboot(1) booting - infinite loop during boot - Fix issue with TPM1.2 - invalid default policy - Unmask NMI# after returning from SINIT - Update GRUB scripts to use multiboot2 only - Enable VGA logging for EFI platforms - Add warning when using SHA1 as hashing algorithm - Add Doxygen documentation - Replace VMAC with Poly1305 - Validate TPM NV index attributes - Move old lcptool to deprecated folder and exclude from build - TrouSerS is not longer required to build - lcptools-v2: meet requirements from MLE DG rev16 - lcptools-v2: Implement SM2 signing and SM2 signature verification - lcptools-v2: Set aux_hash_alg_mask to 0 when policy version != 0x300 OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=102 --- tboot-1.10.0.tar.gz | 3 +++ tboot-1.9.12.tar.gz | 3 --- tboot.changes | 23 +++++++++++++++++++++++ tboot.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 tboot-1.10.0.tar.gz delete mode 100644 tboot-1.9.12.tar.gz diff --git a/tboot-1.10.0.tar.gz b/tboot-1.10.0.tar.gz new file mode 100644 index 0000000..c4ae89a --- /dev/null +++ b/tboot-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8c411e672b0d07c42a07435b0f56d8a6e3345801cd3012fa6e8d906dc2923b +size 8465099 diff --git a/tboot-1.9.12.tar.gz b/tboot-1.9.12.tar.gz deleted file mode 100644 index e27aa0e..0000000 --- a/tboot-1.9.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:007212deacab8eb159d71449766f9b2e0523439f1c4fd64d1932eb38cb60e053 -size 717624 diff --git a/tboot.changes b/tboot.changes index a11a28c..cbf4989 100644 --- a/tboot.changes +++ b/tboot.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Jan 19 13:35:07 UTC 2021 - Matthias Gerstner + +- update to new upstream erlease 1.10.0: + - Rename TXT related tools to have 'txt-' prefix + - Clarify license issues + - Fix issues reported by Coverity Scan + - Ensure txt-acminfo does not print false information if msr is not loaded + - Fix issue with multiboot(1) booting - infinite loop during boot + - Fix issue with TPM1.2 - invalid default policy + - Unmask NMI# after returning from SINIT + - Update GRUB scripts to use multiboot2 only + - Enable VGA logging for EFI platforms + - Add warning when using SHA1 as hashing algorithm + - Add Doxygen documentation + - Replace VMAC with Poly1305 + - Validate TPM NV index attributes + - Move old lcptool to deprecated folder and exclude from build + - TrouSerS is not longer required to build + - lcptools-v2: meet requirements from MLE DG rev16 + - lcptools-v2: Implement SM2 signing and SM2 signature verification + - lcptools-v2: Set aux_hash_alg_mask to 0 when policy version != 0x300 + ------------------------------------------------------------------- Thu Nov 12 12:19:51 UTC 2020 - Matthias Gerstner diff --git a/tboot.spec b/tboot.spec index 15c6b57..425e37e 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,7 +1,7 @@ # # spec file for package tboot # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tboot -%define ver 1.9.12 +%define ver 1.10.0 Version: 20200429_%{ver} Release: 0 Summary: Program for performing a verified launch using Intel TXT