commit tboot for openSUSE:Factory
Hello community, here is the log from the commit of package tboot for openSUSE:Factory checked in at 2020-09-29 19:02:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tboot (Old) and /work/SRC/openSUSE:Factory/.tboot.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "tboot" Tue Sep 29 19:02:10 2020 rev:42 rq:838277 version:20200429_1.9.12 Changes: -------- --- /work/SRC/openSUSE:Factory/tboot/tboot.changes 2019-07-16 08:41:51.451025200 +0200 +++ /work/SRC/openSUSE:Factory/.tboot.new.4249/tboot.changes 2020-09-29 19:02:29.309823422 +0200 @@ -1,0 +2,23 @@ +Mon Sep 28 12:14:22 UTC 2020 - matthias.gerstner@suse.com + +- update to new upstream release 1.9.12: + - changes from 1.9.12: + - Release localities in S3 flow for CRB interface + - Config.mk, safestringlib/makefile : allow tool overrides + - safestringlib: fix warnings with GCC 6.4.0 + - Strip executable file before generating tboot.gz + - Add support for EFI memory map parse/modification + - Add SHA384 and SHA512 digest algorithms + - lcptools-v2: add pconf2 policy element support + - tb_polgen: Add SHA384 and SHA512 support + - Disable GCC9 address-of-packed-member warning + - Fix warnings after "Avoid unsafe functions" scan + - Use SHA256 as default hashing algorithm + - changes from 1.9.11: + - tb_polgen: Add support for SHA256 + - Configure IOMMU before executing GETSEC[SENTER] + - SINIT ACM can have padding, handle that when checking size + - disable-address-of-packed-member-warning.patch: now contained upstream + - tboot-grub2-fix-xen-submenu-name.patch: refreshed + +------------------------------------------------------------------- Old: ---- disable-address-of-packed-member-warning.patch tboot-1.9.10.tar.gz New: ---- tboot-1.9.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tboot.spec ++++++ --- /var/tmp/diff_new_pack.mOdJ7V/_old 2020-09-29 19:02:29.949824199 +0200 +++ /var/tmp/diff_new_pack.mOdJ7V/_new 2020-09-29 19:02:29.949824199 +0200 @@ -1,7 +1,7 @@ # # spec file for package tboot # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,17 @@ Name: tboot -%define ver 1.9.10 -Version: 20190520_%{ver} +%define ver 1.9.12 +Version: 20200429_%{ver} Release: 0 Summary: Program for performing a verified launch using Intel TXT License: BSD-3-Clause Group: Productivity/Security -Url: http://sourceforge.net/projects/tboot/ +URL: http://sourceforge.net/projects/tboot/ Source0: http://downloads.sourceforge.net/project/tboot/tboot/tboot-%{ver}.tar.gz Patch3: tboot-grub2-fix-menu-in-xen-host-server.patch Patch4: tboot-grub2-fix-xen-submenu-name.patch Patch7: tboot-distributor.patch -# This patch should be removed once upstream has a stock solution for the -# gcc-9 warning -Patch8: disable-address-of-packed-member-warning.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 BuildRequires: openssl-devel @@ -57,7 +54,6 @@ %patch3 -p1 %patch4 -p1 %patch7 -p1 -%patch8 -p1 %build # Tumbleweed now uses -flto=3 by default which gives us trouble with the ++++++ tboot-1.9.10.tar.gz -> tboot-1.9.12.tar.gz ++++++ ++++ 3557 lines of diff (skipped) ++++++ tboot-grub2-fix-xen-submenu-name.patch ++++++ --- /var/tmp/diff_new_pack.mOdJ7V/_old 2020-09-29 19:02:30.169824466 +0200 +++ /var/tmp/diff_new_pack.mOdJ7V/_new 2020-09-29 19:02:30.169824466 +0200 @@ -4,13 +4,13 @@ References: bnc#865815 Patch-Mainline: no -Index: tboot-1.9.10/tboot/20_linux_xen_tboot +Index: tboot-1.9.12/tboot/20_linux_xen_tboot =================================================================== ---- tboot-1.9.10.orig/tboot/20_linux_xen_tboot -+++ tboot-1.9.10/tboot/20_linux_xen_tboot +--- tboot-1.9.12.orig/tboot/20_linux_xen_tboot ++++ tboot-1.9.12/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.10" + tboot_version="1.9.12" list="${linux_list}" - echo "submenu \"Xen ${xen_version}\" \"Tboot ${tboot_version}\"{" + echo "submenu \"Xen ${xen_version} with Tboot ${tboot_version}\"{"
participants (1)
-
root