forked from pool/tboot
Accepting request 900328 from home:msmeissn:branches:security
- updated to v1.10.2 / 20210614 Fix ACM chipset/processor list validation Check for client/server match when selecting SINIT Fix issues when building with GCC11 Default to D/A mapping when TPM1.2 and CBnT platform - updated to 1.10.1 / 20210330 - Indicate to SINIT that CBnT is supported by TBOOT - lcptools: Fix issues from static code analysis OBS-URL: https://build.opensuse.org/request/show/900328 OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=107
This commit is contained in:
parent
7e7325de13
commit
d33fa4daec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c8c411e672b0d07c42a07435b0f56d8a6e3345801cd3012fa6e8d906dc2923b
|
|
||||||
size 8465099
|
|
3
tboot-1.10.2.tar.gz
Normal file
3
tboot-1.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e179ca3b50b83cee56c2f2a5e4096c06dd1f2388f7508339c390f04fcbab111
|
||||||
|
size 8325837
|
@ -4,13 +4,13 @@ Subject: fix xen submenu name to show tboot version
|
|||||||
References: bnc#865815
|
References: bnc#865815
|
||||||
Patch-Mainline: no
|
Patch-Mainline: no
|
||||||
|
|
||||||
Index: tboot-1.10.0/tboot/20_linux_xen_tboot
|
Index: tboot-1.10.2/tboot/20_linux_xen_tboot
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tboot-1.10.0.orig/tboot/20_linux_xen_tboot
|
--- tboot-1.10.2.orig/tboot/20_linux_xen_tboot
|
||||||
+++ tboot-1.10.0/tboot/20_linux_xen_tboot
|
+++ tboot-1.10.2/tboot/20_linux_xen_tboot
|
||||||
@@ -232,7 +232,7 @@ while [ "x${xen_list}" != "x" ] ; do
|
@@ -232,7 +232,7 @@ while [ "x${xen_list}" != "x" ] ; do
|
||||||
rel_tboot_dirname=`make_system_path_relative_to_its_root $tboot_dirname`
|
rel_tboot_dirname=`make_system_path_relative_to_its_root $tboot_dirname`
|
||||||
tboot_version="1.10.0"
|
tboot_version="1.10.2"
|
||||||
list="${linux_list}"
|
list="${linux_list}"
|
||||||
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
|
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
|
||||||
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
|
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 11 07:29:02 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- updated to v1.10.2 / 20210614
|
||||||
|
Fix ACM chipset/processor list validation
|
||||||
|
Check for client/server match when selecting SINIT
|
||||||
|
Fix issues when building with GCC11
|
||||||
|
Default to D/A mapping when TPM1.2 and CBnT platform
|
||||||
|
- updated to 1.10.1 / 20210330
|
||||||
|
|
||||||
|
- Indicate to SINIT that CBnT is supported by TBOOT
|
||||||
|
- lcptools: Fix issues from static code analysis
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 19 14:35:38 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
Tue Jan 19 14:35:38 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||||
|
|
||||||
|
13
tboot.spec
13
tboot.spec
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tboot
|
Name: tboot
|
||||||
%define ver 1.10.0
|
%define ver 1.10.2
|
||||||
Version: 20200429_%{ver}
|
Version: 20210614_%{ver}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Program for performing a verified launch using Intel TXT
|
Summary: Program for performing a verified launch using Intel TXT
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
URL: http://sourceforge.net/projects/tboot/
|
URL: https://sourceforge.net/projects/tboot/
|
||||||
Source0: http://downloads.sourceforge.net/project/tboot/tboot/tboot-%{ver}.tar.gz
|
Source0: https://downloads.sourceforge.net/project/tboot/tboot/tboot-%{ver}.tar.gz
|
||||||
Patch3: tboot-grub2-fix-menu-in-xen-host-server.patch
|
Patch3: tboot-grub2-fix-menu-in-xen-host-server.patch
|
||||||
Patch4: tboot-grub2-fix-xen-submenu-name.patch
|
Patch4: tboot-grub2-fix-xen-submenu-name.patch
|
||||||
Patch7: tboot-distributor.patch
|
Patch7: tboot-distributor.patch
|
||||||
@ -51,10 +51,7 @@ verified launch of an OS kernel/VMM.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %name-%ver
|
%setup -q -n %name-%ver
|
||||||
%patch3 -p1
|
%autopatch -p1
|
||||||
%patch4 -p1
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Tumbleweed now uses -flto=3 by default which gives us trouble with the
|
# Tumbleweed now uses -flto=3 by default which gives us trouble with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user