From fae18a1e25ab148ed09383e47a156b2d7c52e0a22d405ae482a82afae57559d6 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Wed, 6 Mar 2019 10:39:57 +0000 Subject: [PATCH 1/2] - update to version 2.1.0: - changes in 2.1.0: - `-Wstrict-overflow=5` now used in default CFLAGS. - Handling of `TPM2_RC_CONTEXT_GAP` on behalf of users. - Convert `TPM2_PT_CONTEXT_GAP_MAX` response from lower layer to `UINT32_MAX` - travis-ci now uses 'xenial' builder - Significant refactoring of TCTI handling code. - `--install` added to ACLOCAL_AMFLAGS to install aclocal required macros instead of using the default symlinks - Launch `dbus-run-session` in the automake test environment to automagically set up a dbus session bus instance when one isn't present. - Bug caused by unloading of `libtss2-tcti-tabrmd.so` on dlclose. GLib does not support reloading a second time. - Bug causing `-fstack-protector-all` to be used on systems with core libraries (i.e. libc) that do not support it. This caused failures at link-time. - Unnecessary symbols from libtest utility library no longer included in TCTI library. - changes in 2.0.3: - Update build to account for upstream change to glib '.pc' files described in: https://gitlab.gnome.org/GNOME/glib/issues/1521 - changes in 2.0.2: - --enable-integration option to configure script now works as documented. OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=43 --- _service | 10 ++++++++++ tpm2-abrmd-2.0.2.tar.gz | 3 --- tpm2-abrmd-2.1.0.tar.gz | 3 +++ tpm2.0-abrmd.changes | 26 ++++++++++++++++++++++++++ tpm2.0-abrmd.spec | 2 +- 5 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 _service delete mode 100644 tpm2-abrmd-2.0.2.tar.gz create mode 100644 tpm2-abrmd-2.1.0.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..855df8b --- /dev/null +++ b/_service @@ -0,0 +1,10 @@ + + + https://github.com/intel/tpm2-abrmd.git + git + 2.1.0 + @PARENT_TAG@ + disable + + + diff --git a/tpm2-abrmd-2.0.2.tar.gz b/tpm2-abrmd-2.0.2.tar.gz deleted file mode 100644 index f988169..0000000 --- a/tpm2-abrmd-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18d407d6752d1d3af9a1bc811074708e9873024eb661be8d50759b3d26ffba5f -size 556808 diff --git a/tpm2-abrmd-2.1.0.tar.gz b/tpm2-abrmd-2.1.0.tar.gz new file mode 100644 index 0000000..ef26cf4 --- /dev/null +++ b/tpm2-abrmd-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6728be396c4bf5c2c16911ae6678720675095d3b1fe8cc7b11ad313b1bce9eec +size 560632 diff --git a/tpm2.0-abrmd.changes b/tpm2.0-abrmd.changes index f0c5f89..463bd8f 100644 --- a/tpm2.0-abrmd.changes +++ b/tpm2.0-abrmd.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Mar 6 10:36:46 UTC 2019 - matthias.gerstner@suse.com + +- update to version 2.1.0: + - changes in version 2.1.0: + - `-Wstrict-overflow=5` now used in default CFLAGS. + - Handling of `TPM2_RC_CONTEXT_GAP` on behalf of users. + - Convert `TPM2_PT_CONTEXT_GAP_MAX` response from lower layer to + `UINT32_MAX` + - travis-ci now uses 'xenial' builder + - Significant refactoring of TCTI handling code. + - `--install` added to ACLOCAL_AMFLAGS to install aclocal required macros + instead of using the default symlinks + - Launch `dbus-run-session` in the automake test environment to + automagically set up a dbus session bus instance when one isn't present. + - Bug caused by unloading of `libtss2-tcti-tabrmd.so` on dlclose. GLib + does not support reloading a second time. + - Bug causing `-fstack-protector-all` to be used on systems with core + libraries (i.e. libc) that do not support it. This caused failures at + link-time. + - Unnecessary symbols from libtest utility library no longer included in + TCTI library. + - changes in version 2.0.3: + - Update build to account for upstream change to glib '.pc' files + described in: https://gitlab.gnome.org/GNOME/glib/issues/1521 + ------------------------------------------------------------------- Thu Oct 25 09:00:40 UTC 2018 - matthias.gerstner@suse.com diff --git a/tpm2.0-abrmd.spec b/tpm2.0-abrmd.spec index 43e175e..6c33e2b 100644 --- a/tpm2.0-abrmd.spec +++ b/tpm2.0-abrmd.spec @@ -17,7 +17,7 @@ Name: tpm2.0-abrmd -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: Intel's TCG Software Stack Access Broker & Resource Manager for TPM 2.0 chips License: BSD-2-Clause From 987a3b6fee3cdc9a90596a171a0e965cf0b9c47f0141a818c3b5bcefc6bbe695 Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Wed, 6 Mar 2019 10:40:25 +0000 Subject: [PATCH 2/2] - added _service file for syncing with upstream tags OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=44 --- tpm2.0-abrmd.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tpm2.0-abrmd.changes b/tpm2.0-abrmd.changes index 463bd8f..1dfe5bb 100644 --- a/tpm2.0-abrmd.changes +++ b/tpm2.0-abrmd.changes @@ -22,7 +22,8 @@ Wed Mar 6 10:36:46 UTC 2019 - matthias.gerstner@suse.com TCTI library. - changes in version 2.0.3: - Update build to account for upstream change to glib '.pc' files - described in: https://gitlab.gnome.org/GNOME/glib/issues/1521 + described in: https://gitlab.gnome.org/GNOME/glib/issues/1521 +- added _service file for syncing with upstream tags ------------------------------------------------------------------- Thu Oct 25 09:00:40 UTC 2018 - matthias.gerstner@suse.com