Accepting request 628591 from security
- 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/request/show/628591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=7
This commit is contained in:
commit
440b8bea80
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:adbb0a5410016e0ffa76dc968223720bfaa45266ef9cac65a76df5bd668e129f
|
|
||||||
size 554820
|
|
3
tpm2-abrmd-2.0.1.tar.gz
Normal file
3
tpm2-abrmd-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b012a6c3e4462a411eaafd3dc8d3b13ef4118348acfd5108b68a57c8c0a5ed9c
|
||||||
|
size 556388
|
@ -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
|
Tue Jul 3 09:15:27 UTC 2018 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
1
tpm2.0-abrmd.rpmlintrc
Normal file
1
tpm2.0-abrmd.rpmlintrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
addFilter("shared-lib-calls-exit */usr/lib64/libtss2-tcti-tabrmd.so*")
|
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tpm2.0-abrmd
|
Name: tpm2.0-abrmd
|
||||||
Version: 2.0.0
|
Version: 2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Intel's TCG Software Stack Access Broker & Resource Manager for TPM 2.0 chips
|
Summary: Intel's TCG Software Stack Access Broker & Resource Manager for TPM 2.0 chips
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: https://github.com/tpm2-software/tpm2-abrmd
|
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: autoconf-archive
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Loading…
Reference in New Issue
Block a user