SHA256
1
0
forked from pool/tboot
tboot/tboot-grub2-fix-xen-submenu-name.patch
Marcus Meissner d33fa4daec 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
2021-06-19 13:18:18 +00:00

20 lines
826 B
Diff

From: Michael Chang <mchang@suse.com>
Subject: fix xen submenu name to show tboot version
References: bnc#865815
Patch-Mainline: no
Index: tboot-1.10.2/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.10.2.orig/tboot/20_linux_xen_tboot
+++ tboot-1.10.2/tboot/20_linux_xen_tboot
@@ -232,7 +232,7 @@ while [ "x${xen_list}" != "x" ] ; do
rel_tboot_dirname=`make_system_path_relative_to_its_root $tboot_dirname`
tboot_version="1.10.2"
list="${linux_list}"
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
while [ "x$list" != "x" ] ; do
linux=`version_find_latest $list`
echo "Found linux image: $linux" >&2