Hello community, here is the log from the commit of package tpm2.0-tools for openSUSE:Factory checked in at 2018-02-26 23:24:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tpm2.0-tools (Old) and /work/SRC/openSUSE:Factory/.tpm2.0-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tpm2.0-tools" Mon Feb 26 23:24:17 2018 rev:10 rq:578990 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/tpm2.0-tools/tpm2.0-tools.changes 2017-11-11 14:20:23.521471715 +0100 +++ /work/SRC/openSUSE:Factory/.tpm2.0-tools.new/tpm2.0-tools.changes 2018-02-26 23:24:18.732146162 +0100 @@ -1,0 +2,8 @@ +Thu Feb 22 11:08:19 UTC 2018 - [email protected] + +- update to version 3.0.3: + - various changes in tool options + - man pages are now in section 1 (formerly in section 8) + - tools are now installed in /usr/bin (formerly /usr/sbin) + +------------------------------------------------------------------- Old: ---- 2.1.1.zip New: ---- tpm2-tools-3.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tpm2.0-tools.spec ++++++ --- /var/tmp/diff_new_pack.uFSU3F/_old 2018-02-26 23:24:19.932103007 +0100 +++ /var/tmp/diff_new_pack.uFSU3F/_new 2018-02-26 23:24:19.936102864 +0100 @@ -1,7 +1,7 @@ # # spec file for package tpm2.0-tools # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,13 +17,13 @@ Name: tpm2.0-tools -Version: 2.1.1 +Version: 3.0.3 Release: 0 Summary: Trusted Platform Module (TPM) 2.0 administration tools License: BSD-3-Clause Group: Productivity/Security -Url: https://github.com/01org/tpm2.0-tools -Source0: https://github.com/01org/tpm2.0-tools/archive/%{version}.zip +Url: https://github.com/tpm2-software/tpm2-tools/releases +Source0: https://github.com/tpm2-software/tpm2-tools/releases/download/%{version}/tpm2-tools-%{version}.tar.gz Patch0: tpm2.0-tools-fix-hardening.patch BuildRequires: autoconf-archive BuildRequires: automake @@ -31,6 +31,7 @@ BuildRequires: libcurl-devel BuildRequires: libopenssl-devel BuildRequires: libtool +BuildRequires: pandoc BuildRequires: pkgconfig BuildRequires: tpm2-0-tss-devel BuildRequires: tpm2.0-abrmd-devel @@ -50,7 +51,6 @@ %patch0 -p1 %build -bash ./bootstrap %configure --disable-static make %{?_smp_mflags} @@ -63,8 +63,8 @@ %files %defattr(-,root,root) -%doc README.md manual LICENSE -/usr/sbin/tpm2_* -%{_mandir}/man8/tpm2_* +%doc README.md LICENSE CHANGELOG.md +/usr/bin/tpm2_* +%{_mandir}/man1/tpm2_* %changelog ++++++ tpm2.0-tools-fix-hardening.patch ++++++ --- /var/tmp/diff_new_pack.uFSU3F/_old 2018-02-26 23:24:19.960102001 +0100 +++ /var/tmp/diff_new_pack.uFSU3F/_new 2018-02-26 23:24:19.964101857 +0100 @@ -1,16 +1,15 @@ -Index: tpm2-tools-2.1.0/configure.ac +Index: tpm2-tools-3.0.3/configure.ac =================================================================== ---- tpm2-tools-2.1.0.orig/configure.ac -+++ tpm2-tools-2.1.0/configure.ac -@@ -121,11 +121,9 @@ AS_IF([test x"$hardening" != x"no"], [ +--- tpm2-tools-3.0.3.orig/configure.ac ++++ tpm2-tools-3.0.3/configure.ac +@@ -130,10 +130,8 @@ AS_IF([test x"$hardening" != x"no"], [ add_hardened_c_flag([-Wformat]) add_hardened_c_flag([-Wformat-security]) - add_hardened_c_flag([-Wstack-protector]) add_hardened_c_flag([-fstack-protector-all]) - add_hardened_define_flag([-D_FORTIFY_SOURCE=2]) - add_hardened_define_flag([-U_FORTIFY_SOURCE]) + add_hardened_define_flag([-D_FORTIFY_SOURCE=2]) add_hardened_c_flag([-fPIC]) - add_hardened_ld_flag([[-shared]])
