From 76e0c2b6a56d9729ecb5ec3fc31dac562316da8e0eb1f402f9384a5eeec3041e Mon Sep 17 00:00:00 2001 From: Matthias Gerstner Date: Mon, 26 Aug 2019 06:52:49 +0000 Subject: [PATCH] - update to version 2.1.1: - changes in version 2.1.1: - Unit tests accessing dbus have been fixed to use mock functions. Unit tests no longer depend on dbus. - Race condition between client connections and dbus proxy object creation by registering bus name after instantiation of the proxy object. OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-abrmd?expand=0&rev=48 --- _service | 2 +- tpm2-abrmd-2.1.0.tar.gz | 3 --- tpm2-abrmd-2.1.1.tar.gz | 3 +++ tpm2.0-abrmd.changes | 10 ++++++++++ tpm2.0-abrmd.spec | 4 ++-- 5 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 tpm2-abrmd-2.1.0.tar.gz create mode 100644 tpm2-abrmd-2.1.1.tar.gz diff --git a/_service b/_service index 855df8b..3a5a670 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/intel/tpm2-abrmd.git git - 2.1.0 + 2.1.1 @PARENT_TAG@ disable diff --git a/tpm2-abrmd-2.1.0.tar.gz b/tpm2-abrmd-2.1.0.tar.gz deleted file mode 100644 index ef26cf4..0000000 --- a/tpm2-abrmd-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6728be396c4bf5c2c16911ae6678720675095d3b1fe8cc7b11ad313b1bce9eec -size 560632 diff --git a/tpm2-abrmd-2.1.1.tar.gz b/tpm2-abrmd-2.1.1.tar.gz new file mode 100644 index 0000000..05334ef --- /dev/null +++ b/tpm2-abrmd-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a55a9e4bc57e4d93acda12cde77bbf332f1dbe99a393ddddd5ede4efc7079a +size 561352 diff --git a/tpm2.0-abrmd.changes b/tpm2.0-abrmd.changes index f1dd8a9..dc80bcb 100644 --- a/tpm2.0-abrmd.changes +++ b/tpm2.0-abrmd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 26 06:49:37 UTC 2019 - mgerstner + +- update to version 2.1.1: + - changes in version 2.1.1: + - Unit tests accessing dbus have been fixed to use mock functions. Unit + tests no longer depend on dbus. + - Race condition between client connections and dbus proxy object + creation by registering bus name after instantiation of the proxy object. + ------------------------------------------------------------------- Fri Apr 26 10:35:51 UTC 2019 - mvetter@suse.com diff --git a/tpm2.0-abrmd.spec b/tpm2.0-abrmd.spec index de91af6..7e5398a 100644 --- a/tpm2.0-abrmd.spec +++ b/tpm2.0-abrmd.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: tpm2.0-abrmd -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: Intel's TCG Software Stack Access Broker & Resource Manager for TPM 2.0 chips License: BSD-2-Clause