SHA256
1
0
forked from pool/tboot

Accepting request 632828 from security

- package new upstream tarball for 1.9.7. It seems the tarball was replaced
  upstream without notice, because some version numbers have not been
  incremented.
- tboot-grub2-fix-menu-in-xen-host-server.patch: rebased
- tboot-grub2-fix-xen-submenu-name.patch: rebased

OBS-URL: https://build.opensuse.org/request/show/632828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tboot?expand=0&rev=34
This commit is contained in:
2018-09-04 20:56:37 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b641c9b0e80e4a01d6a83dc4c17745a06f37adc72d3a020eefb77b97fd562bb
size 662608
oid sha256:7cfd83e37e3c010a92d6bbf0fe3697736c6cb7397395699642f50b2e3eb2ebab
size 662668

View File

@@ -23,10 +23,10 @@ v3:
References: bnc#865815
Porting to tboot in order to fix duplicated xen entries
Index: tboot-1.9.6/tboot/20_linux_tboot
Index: tboot-1.9.7/tboot/20_linux_tboot
===================================================================
--- tboot-1.9.6.orig/tboot/20_linux_tboot
+++ tboot-1.9.6/tboot/20_linux_tboot
--- tboot-1.9.7.orig/tboot/20_linux_tboot
+++ tboot-1.9.7/tboot/20_linux_tboot
@@ -225,6 +225,49 @@ while [ "x${tboot_list}" != "x" ] && [ "
break
fi
@@ -77,10 +77,10 @@ Index: tboot-1.9.6/tboot/20_linux_tboot
if test -n "${initrd}" ; then
echo "Found initrd image: ${dirname}/${initrd}" >&2
else
Index: tboot-1.9.6/tboot/20_linux_xen_tboot
Index: tboot-1.9.7/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.9.6.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.6/tboot/20_linux_xen_tboot
--- tboot-1.9.7.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.7/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.6/tboot/20_linux_xen_tboot
Index: tboot-1.9.7/tboot/20_linux_xen_tboot
===================================================================
--- tboot-1.9.6.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.6/tboot/20_linux_xen_tboot
--- tboot-1.9.7.orig/tboot/20_linux_xen_tboot
+++ tboot-1.9.7/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.6"
tboot_version="1.9.7"
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,12 @@
-------------------------------------------------------------------
Mon Sep 3 10:11:39 UTC 2018 - matthias.gerstner@suse.com
- package new upstream tarball for 1.9.7. It seems the tarball was replaced
upstream without notice, because some version numbers have not been
incremented.
- tboot-grub2-fix-menu-in-xen-host-server.patch: rebased
- tboot-grub2-fix-xen-submenu-name.patch: rebased
-------------------------------------------------------------------
Fri Aug 31 14:23:48 UTC 2018 - matthias.gerstner@suse.com