forked from pool/tpm2-0-tss
- update to 3.0.3:
- changes in 3.0.3: * Fix Regression in Fapi_List * Fix memory leak in policy calculation - changes in 3.0.2: * FAPI: Fix setting of the system flag of NV objects * This will let NV object metadata be created system-wide always instead of * locally in the user. Existing metadata will remain in the user directory. * It can be moved to the corresponding systemstore manually if needed. * FAPI: Fix policy searching, when a policyRef was provided * FAPI: Accept EK-Certs without CRL dist point * FAPI: Fix return codes of Fapi_List * FAPI: Fix memleak in policy execution * FAPI: Fix coverity NULL-pointer check * FAPI: Set the written flag of NV objects in FAPI PolicyNV commands * FAPI: Fix deleting of policy files. * FAPI: Fix wrong file loading during object search. * Fapi: Fix memory leak * Fapi: Fix potential NULL-Dereference * Fapi: Remove superfluous NULL check * Fix a memory leak in async keystore load. OBS-URL: https://build.opensuse.org/package/show/security/tpm2-0-tss?expand=0&rev=105
This commit is contained in:
parent
ec6907c8f9
commit
db6ae61a8c
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/intel/tpm2-tss.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">2.3.3</param>
|
||||
<param name="revision">3.0.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 28 09:18:58 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- update to 3.0.3:
|
||||
- changes in 3.0.3:
|
||||
* Fix Regression in Fapi_List
|
||||
* Fix memory leak in policy calculation
|
||||
- changes in 3.0.2:
|
||||
* FAPI: Fix setting of the system flag of NV objects
|
||||
* This will let NV object metadata be created system-wide always instead of
|
||||
* locally in the user. Existing metadata will remain in the user directory.
|
||||
* It can be moved to the corresponding systemstore manually if needed.
|
||||
* FAPI: Fix policy searching, when a policyRef was provided
|
||||
* FAPI: Accept EK-Certs without CRL dist point
|
||||
* FAPI: Fix return codes of Fapi_List
|
||||
* FAPI: Fix memleak in policy execution
|
||||
* FAPI: Fix coverity NULL-pointer check
|
||||
* FAPI: Set the written flag of NV objects in FAPI PolicyNV commands
|
||||
* FAPI: Fix deleting of policy files.
|
||||
* FAPI: Fix wrong file loading during object search.
|
||||
* Fapi: Fix memory leak
|
||||
* Fapi: Fix potential NULL-Dereference
|
||||
* Fapi: Remove superfluous NULL check
|
||||
* Fix a memory leak in async keystore load.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 11:38:52 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tpm2-0-tss
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tpm2-0-tss
|
||||
Version: 3.0.1
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: Intel's TCG Software Stack access libraries for TPM 2.0 chips
|
||||
License: BSD-2-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2432533a1cac0f0d15d0337d2f0a23591a50b36aad68ab72412ce694818b7e76
|
||||
size 1488285
|
3
tpm2-tss-3.0.3.tar.gz
Normal file
3
tpm2-tss-3.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78392be7309baf47f51b122f566ac915fd4d1760ea78571cba2e1484f9b5be17
|
||||
size 1489136
|
Loading…
Reference in New Issue
Block a user