Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tboot for openSUSE:Factory checked in at 2021-01-21 21:54:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tboot (Old) and /work/SRC/openSUSE:Factory/.tboot.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tboot" Thu Jan 21 21:54:26 2021 rev:44 rq:864334 version:20200429_1.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tboot/tboot.changes 2020-11-12 22:50:04.178810581 +0100 +++ /work/SRC/openSUSE:Factory/.tboot.new.28504/tboot.changes 2021-01-21 21:54:27.637772645 +0100 @@ -1,0 +2,41 @@ +Tue Jan 19 14:35:38 UTC 2021 - Matthias Gerstner <[email protected]> + +- release 1.10.0 ramifications: + - README is now README.md + - acminfo and parse_err now are called txt-acminfo and txt-parse_err + - lcptools are deprecated (tpm 1.2, TrouSerS dependency) and are no longer + packaged. + - no longer needs TrouSerS dependency due to deprecation + +------------------------------------------------------------------- +Tue Jan 19 14:00:53 UTC 2021 - Matthias Gerstner <[email protected]> + +- 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 <[email protected]> + +- update to new upstream release 1.10.0: + - Rename TXT related tools to have 'txt-' prefix + - Clarify license issues + - Fix issues reported by Coverity Scan + - Ensure txt-acminfo does not print false information if msr is not loaded + - Fix issue with multiboot(1) booting - infinite loop during boot + - Fix issue with TPM1.2 - invalid default policy + - Unmask NMI# after returning from SINIT + - Update GRUB scripts to use multiboot2 only + - Enable VGA logging for EFI platforms + - Add warning when using SHA1 as hashing algorithm + - Add Doxygen documentation + - Replace VMAC with Poly1305 + - Validate TPM NV index attributes + - Move old lcptool to deprecated folder and exclude from build + - TrouSerS is not longer required to build + - lcptools-v2: meet requirements from MLE DG rev16 + - lcptools-v2: Implement SM2 signing and SM2 signature verification + - lcptools-v2: Set aux_hash_alg_mask to 0 when policy version != 0x300 + +------------------------------------------------------------------- Old: ---- tboot-1.9.12.tar.gz New: ---- tboot-1.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tboot.spec ++++++ --- /var/tmp/diff_new_pack.72hMHk/_old 2021-01-21 21:54:28.373772923 +0100 +++ /var/tmp/diff_new_pack.72hMHk/_new 2021-01-21 21:54:28.377772925 +0100 @@ -1,7 +1,7 @@ # # spec file for package tboot # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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.12 +%define ver 1.10.0 Version: 20200429_%{ver} Release: 0 Summary: Program for performing a verified launch using Intel TXT @@ -32,7 +32,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 BuildRequires: openssl-devel -BuildRequires: trousers-devel BuildRequires: zlib-devel %if 0%{?suse_version} > 1320 @@ -70,16 +69,10 @@ %files %defattr(-,root,root,-) -%doc README COPYING docs/* lcptools-v2/lcptools.txt lcptools/Linux_LCP_Tools_User_Manual.pdf -%{_sbindir}/acminfo -%{_sbindir}/lcp_readpol -%{_sbindir}/lcp_writepol -%{_sbindir}/parse_err +%doc README.md COPYING docs/* lcptools-v2/lcptools.txt +%{_sbindir}/txt-acminfo +%{_sbindir}/txt-parse_err %{_sbindir}/tb_polgen -%{_sbindir}/tpmnv_defindex -%{_sbindir}/tpmnv_getcap -%{_sbindir}/tpmnv_lock -%{_sbindir}/tpmnv_relindex %{_sbindir}/txt-stat %{_sbindir}/lcp2_crtpol %{_sbindir}/lcp2_crtpolelt ++++++ tboot-1.9.12.tar.gz -> tboot-1.10.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/tboot/tboot-1.9.12.tar.gz /work/SRC/openSUSE:Factory/.tboot.new.28504/tboot-1.10.0.tar.gz differ: char 5, line 1 ++++++ tboot-grub2-fix-menu-in-xen-host-server.patch ++++++ --- /var/tmp/diff_new_pack.72hMHk/_old 2021-01-21 21:54:28.429772945 +0100 +++ /var/tmp/diff_new_pack.72hMHk/_new 2021-01-21 21:54:28.429772945 +0100 @@ -23,11 +23,11 @@ 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 @@ 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 ++++++ tboot-grub2-fix-xen-submenu-name.patch ++++++ --- /var/tmp/diff_new_pack.72hMHk/_old 2021-01-21 21:54:28.441772949 +0100 +++ /var/tmp/diff_new_pack.72hMHk/_new 2021-01-21 21:54:28.441772949 +0100 @@ -4,13 +4,13 @@ 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}\"{"
