Hello community, here is the log from the commit of package tboot for openSUSE:Factory checked in at 2017-02-10 10:03:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tboot (Old) and /work/SRC/openSUSE:Factory/.tboot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tboot" Changes: -------- --- /work/SRC/openSUSE:Factory/tboot/tboot.changes 2016-07-01 09:59:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2017-02-10 10:04:26.623023379 +0100 @@ -1,0 +2,17 @@ +Wed Feb 8 13:11:50 UTC 2017 - [email protected] + +- Updated to 20161216: v1.9.5 (FATE#321510) + + Add 2nd generation of LCP creation tool source codes for TPM 2.0 platforms. + + Add user guide for 2nd generation LCP creation tool + + Provide workaround for Intel PTT(Platform Trust Technology) & Linux PTT driver. + + Add new fields in Linux kernel header struct to accommodate Linux kernel new capabilities. + + Fix a pointer dereference regression in the tboot native Linux loader which manifests itself as a system reset. + + Fix the issue of overwriting tboot when the loaded elf kernel is located below tboot. + + Add support to release TPM localities when tboot exits to linux kernel. + + Fix the evtlog dump function for tpm2 case. + + Initiaize kernel header comdline buffer before copying kernel cmdline arguments to the buffer to avoid random + + data at end of the original cmdline contents. + + Move tpm_detect() to an earlier stage so as to get tpm interface initialized before checking TXT platform capabilities. + + +------------------------------------------------------------------- Old: ---- tboot-1.9.4.tar.gz New: ---- tboot-1.9.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tboot.spec ++++++ --- /var/tmp/diff_new_pack.Iu32nL/_old 2017-02-10 10:04:27.182944195 +0100 +++ /var/tmp/diff_new_pack.Iu32nL/_new 2017-02-10 10:04:27.186943629 +0100 @@ -1,7 +1,7 @@ # # spec file for package tboot # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tboot -%define ver 1.9.4 +%define ver 1.9.5 Version: 20160518_1.9.4 Release: 0 Summary: Performs a verified launch using Intel(R) TXT ++++++ tboot-1.9.4.tar.gz -> tboot-1.9.5.tar.gz ++++++ ++++ 13051 lines of diff (skipped) ++++++ tboot-grub2-fix-xen-submenu-name.patch ++++++ --- /var/tmp/diff_new_pack.Iu32nL/_old 2017-02-10 10:04:27.410911955 +0100 +++ /var/tmp/diff_new_pack.Iu32nL/_new 2017-02-10 10:04:27.410911955 +0100 @@ -4,13 +4,13 @@ References: bnc#865815 Patch-Mainline: no -Index: tboot-1.9.4/tboot/20_linux_xen_tboot +Index: tboot-1.9.5/tboot/20_linux_xen_tboot =================================================================== ---- tboot-1.9.4.orig/tboot/20_linux_xen_tboot -+++ tboot-1.9.4/tboot/20_linux_xen_tboot +--- tboot-1.9.5.orig/tboot/20_linux_xen_tboot ++++ tboot-1.9.5/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.4" + tboot_version="1.9.5" list="${linux_list}" - echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{" + echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
