forked from pool/tboot
Matthias Gerstner
ce270e1582
- changes from 1.9.12: - Release localities in S3 flow for CRB interface - Config.mk, safestringlib/makefile : allow tool overrides - safestringlib: fix warnings with GCC 6.4.0 - Strip executable file before generating tboot.gz - Add support for EFI memory map parse/modification - Add SHA384 and SHA512 digest algorithms - lcptools-v2: add pconf2 policy element support - tb_polgen: Add SHA384 and SHA512 support - Disable GCC9 address-of-packed-member warning - Fix warnings after "Avoid unsafe functions" scan - Use SHA256 as default hashing algorithm - changes from 1.9.11: - tb_polgen: Add support for SHA256 - Configure IOMMU before executing GETSEC[SENTER] - SINIT ACM can have padding, handle that when checking size - disable-address-of-packed-member-warning.patch: now contained upstream - tboot-grub2-fix-xen-submenu-name.patch: refreshed OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=97
20 lines
826 B
Diff
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.9.12/tboot/20_linux_xen_tboot
|
|
===================================================================
|
|
--- tboot-1.9.12.orig/tboot/20_linux_xen_tboot
|
|
+++ tboot-1.9.12/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.9.12"
|
|
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
|