From c0e2898883925b4fa6548254ecb888c2ba60d0793fc7b35ac016aa8be329400e Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Fri, 10 Aug 2018 10:31:50 +0000 Subject: [PATCH 1/3] - Update to version 2.0.1: * SessionList: Fix Connection object reference leak. * source/sink: Organize ControlMessage processing. * CommandSource: Replace 'connection-removed' signal with ControlMessage. * SessionList: Remove all locking. * ConnectionManager: Remove 'connection-removed' signal. * ci: Build 'check' target when CC is gcc. * build: Fix bad URLs in configure script. * CHANGELOG.md: Add version number and date for 2.0.1 release. * Replace references to drand48_r family of functions for portability * Fix for type-punned pointer reported in newer compilers that enforce strict aliasing OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=28 --- tpm2-abrmd-2.0.0.tar.gz | 3 --- tpm2-abrmd-2.0.1.tar.gz | 3 +++ tpm2.0-abrmd.changes | 15 +++++++++++++++ tpm2.0-abrmd.rpmlintrc | 1 + tpm2.0-abrmd.spec | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 tpm2-abrmd-2.0.0.tar.gz create mode 100644 tpm2-abrmd-2.0.1.tar.gz create mode 100644 tpm2.0-abrmd.rpmlintrc diff --git a/tpm2-abrmd-2.0.0.tar.gz b/tpm2-abrmd-2.0.0.tar.gz deleted file mode 100644 index 546d68d..0000000 --- a/tpm2-abrmd-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adbb0a5410016e0ffa76dc968223720bfaa45266ef9cac65a76df5bd668e129f -size 554820 diff --git a/tpm2-abrmd-2.0.1.tar.gz b/tpm2-abrmd-2.0.1.tar.gz new file mode 100644 index 0000000..4f723dd --- /dev/null +++ b/tpm2-abrmd-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b012a6c3e4462a411eaafd3dc8d3b13ef4118348acfd5108b68a57c8c0a5ed9c +size 556388 diff --git a/tpm2.0-abrmd.changes b/tpm2.0-abrmd.changes index 4770b70..67b16c0 100644 --- a/tpm2.0-abrmd.changes +++ b/tpm2.0-abrmd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Aug 10 10:02:21 UTC 2018 - matthias.gerstner@suse.com + +- Update to version 2.0.1: + * SessionList: Fix Connection object reference leak. + * source/sink: Organize ControlMessage processing. + * CommandSource: Replace 'connection-removed' signal with ControlMessage. + * SessionList: Remove all locking. + * ConnectionManager: Remove 'connection-removed' signal. + * ci: Build 'check' target when CC is gcc. + * build: Fix bad URLs in configure script. + * CHANGELOG.md: Add version number and date for 2.0.1 release. + * Replace references to drand48_r family of functions for portability + * Fix for type-punned pointer reported in newer compilers that enforce strict aliasing + ------------------------------------------------------------------- Tue Jul 3 09:15:27 UTC 2018 - matthias.gerstner@suse.com diff --git a/tpm2.0-abrmd.rpmlintrc b/tpm2.0-abrmd.rpmlintrc new file mode 100644 index 0000000..7c3fc28 --- /dev/null +++ b/tpm2.0-abrmd.rpmlintrc @@ -0,0 +1 @@ +addFilter("shared-lib-calls-exit */usr/lib64/libtss2-tcti-tabrmd.so*") diff --git a/tpm2.0-abrmd.spec b/tpm2.0-abrmd.spec index 7c1d723..d4e958d 100644 --- a/tpm2.0-abrmd.spec +++ b/tpm2.0-abrmd.spec @@ -17,7 +17,7 @@ Name: tpm2.0-abrmd -Version: 2.0.0 +Version: 2.0.1 Release: 0 Summary: Intel's TCG Software Stack Access Broker & Resource Manager for TPM 2.0 chips License: BSD-2-Clause From 50ad8ee045760289531eccf57c4215ab06236826bfdbfcb05af8d2cfe1ec7cae Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Fri, 10 Aug 2018 10:33:03 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=29 --- tpm2.0-abrmd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tpm2.0-abrmd.spec b/tpm2.0-abrmd.spec index d4e958d..c5c48bc 100644 --- a/tpm2.0-abrmd.spec +++ b/tpm2.0-abrmd.spec @@ -24,6 +24,7 @@ License: BSD-2-Clause Group: Productivity/Security Url: https://github.com/tpm2-software/tpm2-abrmd Source0: https://github.com/tpm2-software/tpm2-abrmd/releases/download/2.0.0/tpm2-abrmd-%{version}.tar.gz +Source1: tpm2.0-abrmd.rpmlintrc BuildRequires: autoconf-archive BuildRequires: automake BuildRequires: gcc-c++ From e00fdb0c4b1d0dcf70bb6bdfe7c13929caa19321488b5e10dd35fe657e4684cd Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Fri, 10 Aug 2018 11:00:36 +0000 Subject: [PATCH 3/3] fixed source URL OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=30 --- tpm2.0-abrmd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpm2.0-abrmd.spec b/tpm2.0-abrmd.spec index c5c48bc..9bafe2a 100644 --- a/tpm2.0-abrmd.spec +++ b/tpm2.0-abrmd.spec @@ -23,7 +23,7 @@ Summary: Intel's TCG Software Stack Access Broker & Resource Manager for License: BSD-2-Clause Group: Productivity/Security Url: https://github.com/tpm2-software/tpm2-abrmd -Source0: https://github.com/tpm2-software/tpm2-abrmd/releases/download/2.0.0/tpm2-abrmd-%{version}.tar.gz +Source0: https://github.com/tpm2-software/tpm2-abrmd/releases/download/2.0.1/tpm2-abrmd-%{version}.tar.gz Source1: tpm2.0-abrmd.rpmlintrc BuildRequires: autoconf-archive BuildRequires: automake