forked from pool/tboot
- changes from 1.9.10: - lcp-gen2: update with latest version (wxWidgets wildcard bugfix) - print latest tag in logs - add support for 64bit framebuffer address - changes from 1.9.9: - tools: fix some dereference-NULL issues reported by klocwork - tools: replace banned mem/str fns with corresponding ones in safestringlib - Add safestringlib code to support replacement of banned mem/str fns - lcptools: remove tools supporting platforms before 2008 - tboot: update string/memory fn name to differentiate from c lib - Fix a harmless overflow caused by wrong loop limits - rebased patches to match new upstream version OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=89
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.10/tboot/20_linux_xen_tboot
|
|
===================================================================
|
|
--- tboot-1.9.10.orig/tboot/20_linux_xen_tboot
|
|
+++ tboot-1.9.10/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.10"
|
|
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
|