Hello community, here is the log from the commit of package tboot for openSUSE:Factory checked in at 2017-07-21 22:47:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tboot (Old) and /work/SRC/openSUSE:Factory/.tboot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tboot" Fri Jul 21 22:47:59 2017 rev:27 rq:511178 version:20170711_1.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/tboot/tboot.changes 2017-06-05 18:50:33.439397827 +0200 +++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2017-07-21 22:48:03.468082005 +0200 @@ -1,0 +2,24 @@ +Tue Jul 18 11:10:29 UTC 2017 - [email protected] + +update to new upstream version 1.9.6: + +- removed following patches, because they're now included upstream: + * reproducible.patch + * tboot-grub2-suse.patch + * tboot-gcc7.patch + +- Changes in this version: + * GCC7 fix, adds generic FALLTHROUGH notations to avoid warnings appearing on GCC7 + * Ensure Tboot never overwrites modules in the process of moving them. + * Add support to x2APIC, which uses 32 bit APIC ID. + * Fix S3 secrets sealing/unsealing failures + * Support OpenSSL 1.1.0+ for ECDSA signature verification. + * Support OpenSSL 1.1.0+ for RSA key manipulation. + * Adds additional checks to prevent the kernel image from being overwritten. + * Added TCG TPM event log support. + * Pass through the EFI memory map that's provided by grub2. + * Fix a null pointer dereference bug when Intel TXT is disabled in BIOS. + * Adjust KERNEL_CMDLINE_OFFSET from 0x9000 to 0x8D00. + * Bounds checking on the kernel_cmdline string. + +------------------------------------------------------------------- Old: ---- reproducible.patch tboot-1.9.5.tar.gz tboot-gcc7.patch tboot-grub2-suse.patch New: ---- tboot-1.9.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tboot.spec ++++++ --- /var/tmp/diff_new_pack.zXXjal/_old 2017-07-21 22:48:04.975869313 +0200 +++ /var/tmp/diff_new_pack.zXXjal/_new 2017-07-21 22:48:04.979868749 +0200 @@ -17,20 +17,17 @@ Name: tboot -%define ver 1.9.5 -Version: 20160518_1.9.4 +%define ver 1.9.6 +Version: 20170711_1.9.6 Release: 0 Summary: Performs a verified launch using Intel(R) TXT License: BSD-3-Clause Group: Productivity/Security Url: http://sourceforge.net/projects/tboot/ Source0: http://downloads.sourceforge.net/project/tboot/tboot/tboot-%{ver}.tar.gz -Patch1: tboot-grub2-suse.patch Patch3: tboot-grub2-fix-menu-in-xen-host-server.patch Patch4: tboot-grub2-fix-xen-submenu-name.patch # PATCH-FIX-UPSTREAM -- https://sourceforge.net/p/tboot/code/merge-requests/1/ -Patch5: reproducible.patch -Patch6: tboot-gcc7.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: openssl-devel BuildRequires: trousers-devel @@ -43,11 +40,8 @@ %prep %setup -q -n %name-%ver -%patch1 -p1 %patch3 -p1 %patch4 -p1 -%patch5 -p1 -%patch6 -p1 %build export CFLAGS="%{optflags}" ++++++ tboot-1.9.5.tar.gz -> tboot-1.9.6.tar.gz ++++++ ++++ 3130 lines of diff (skipped) ++++++ tboot-grub2-fix-menu-in-xen-host-server.patch ++++++ --- /var/tmp/diff_new_pack.zXXjal/_old 2017-07-21 22:48:05.203837155 +0200 +++ /var/tmp/diff_new_pack.zXXjal/_new 2017-07-21 22:48:05.203837155 +0200 @@ -23,10 +23,10 @@ References: bnc#865815 Porting to tboot in order to fix duplicated xen entries -Index: tboot-1.9.4/tboot/20_linux_tboot +Index: tboot-1.9.6/tboot/20_linux_tboot =================================================================== ---- tboot-1.9.4.orig/tboot/20_linux_tboot -+++ tboot-1.9.4/tboot/20_linux_tboot +--- tboot-1.9.6.orig/tboot/20_linux_tboot ++++ tboot-1.9.6/tboot/20_linux_tboot @@ -225,6 +225,49 @@ while [ "x${tboot_list}" != "x" ] && [ " break fi @@ -77,10 +77,10 @@ if test -n "${initrd}" ; then echo "Found initrd image: ${dirname}/${initrd}" >&2 else -Index: tboot-1.9.4/tboot/20_linux_xen_tboot +Index: tboot-1.9.6/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.6.orig/tboot/20_linux_xen_tboot ++++ tboot-1.9.6/tboot/20_linux_xen_tboot @@ -52,6 +52,12 @@ fi export TEXTDOMAIN=grub export TEXTDOMAINDIR=${prefix}/share/locale ++++++ tboot-grub2-fix-xen-submenu-name.patch ++++++ --- /var/tmp/diff_new_pack.zXXjal/_old 2017-07-21 22:48:05.211836027 +0200 +++ /var/tmp/diff_new_pack.zXXjal/_new 2017-07-21 22:48:05.211836027 +0200 @@ -4,13 +4,13 @@ References: bnc#865815 Patch-Mainline: no -Index: tboot-1.9.5/tboot/20_linux_xen_tboot +Index: tboot-1.9.6/tboot/20_linux_xen_tboot =================================================================== ---- tboot-1.9.5.orig/tboot/20_linux_xen_tboot -+++ tboot-1.9.5/tboot/20_linux_xen_tboot +--- tboot-1.9.6.orig/tboot/20_linux_xen_tboot ++++ tboot-1.9.6/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.5" + tboot_version="1.9.6" list="${linux_list}" - echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{" + echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
