SHA256
1
0
forked from pool/tboot

- tboot-grub2-fix-menu-in-xen-host-server.patch: refreshed to match new

upstream version.
- tboot-grub2-fix-xen-submenu-name.patch: refreshed to match new upstream
  version.

OBS-URL: https://build.opensuse.org/package/show/security/tboot?expand=0&rev=103
This commit is contained in:
Matthias Gerstner 2021-01-19 14:02:23 +00:00 committed by Git OBS Bridge
parent 61bba470d2
commit 9bf0655b2e
3 changed files with 19 additions and 11 deletions

View File

@ -23,11 +23,11 @@ v3:
References: bnc#865815
Porting to tboot in order to fix duplicated xen entries
Index: tboot-1.9.8/tboot/20_linux_tboot
Index: tboot-1.10.0/tboot/20_linux_tboot
===================================================================
--- tboot-1.9.8.orig/tboot/20_linux_tboot
+++ tboot-1.9.8/tboot/20_linux_tboot
@@ -225,6 +225,49 @@ while [ "x${tboot_list}" != "x" ] && [ "
--- tboot-1.10.0.orig/tboot/20_linux_tboot
+++ tboot-1.10.0/tboot/20_linux_tboot
@@ -205,6 +205,49 @@ while [ "x${tboot_list}" != "x" ] && [ "
break
fi
done
@ -77,10 +77,10 @@ Index: tboot-1.9.8/tboot/20_linux_tboot
if test -n "${initrd}" ; then
echo "Found initrd image: ${dirname}/${initrd}" >&2
else
Index: tboot-1.9.8/tboot/20_linux_xen_tboot
Index: tboot-1.10.0/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.9.8.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.8/tboot/20_linux_xen_tboot
--- tboot-1.10.0.orig/tboot/20_linux_xen_tboot
+++ tboot-1.10.0/tboot/20_linux_xen_tboot
@@ -52,6 +52,12 @@ fi
export TEXTDOMAIN=grub
export TEXTDOMAINDIR=${prefix}/share/locale

View File

@ -4,13 +4,13 @@ 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
Index: tboot-1.10.0/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.9.12.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.12/tboot/20_linux_xen_tboot
--- tboot-1.10.0.orig/tboot/20_linux_xen_tboot
+++ tboot-1.10.0/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"
tboot_version="1.10.0"
list="${linux_list}"
- echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{"
+ echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 19 14:00:53 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
- tboot-grub2-fix-menu-in-xen-host-server.patch: refreshed to match new
upstream version.
- tboot-grub2-fix-xen-submenu-name.patch: refreshed to match new upstream
version.
-------------------------------------------------------------------
Tue Jan 19 13:35:07 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>