Accepting request 820470 from home:kailiu:branches:security

Version bump to 0.3.2.

OBS-URL: https://build.opensuse.org/request/show/820470
OBS-URL: https://build.opensuse.org/package/show/security/swtpm?expand=0&rev=4
This commit is contained in:
Gary Ching-Pang Lin 2020-07-13 01:21:22 +00:00 committed by Git OBS Bridge
parent 8d82668977
commit 9f788b39b2
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jul 11 08:31:54 UTC 2020 - Kai Liu <kai.liu@suse.com>
- Update to 0.3.2:
+ swtpm:
+ Remove unnecessary #include <seccomp.h> (fixes SuSE build)
+ Make coverity happy by handling default case in case
statement
+ swtpm_setup:
+ bugfix: Create ECC storage primary key in owner hierarchy
+ bugfix: remove tpm2_stirrandom and tpm2_changeeps
+ tests:
+ Adjusted pcrUpdateCounter in tests to succeed with PCR TCB
group fixes in libtpms TPM 2 code
-------------------------------------------------------------------
Wed Apr 22 03:25:36 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>

View File

@ -16,7 +16,7 @@
#
Name: swtpm
Version: 0.3.1
Version: 0.3.2
Release: 0
Summary: Software TPM emulator
License: BSD-3-Clause
@ -64,6 +64,7 @@ Requires: %{name} = %{version}
Requires: glib2-devel
Requires: libtpms-devel
Requires: libopenssl-devel
Requires: libseccomp-devel
%description devel
The development files for SWTPM

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1723e3a61a8a61f297636b19adb21eec4bdd3b8f4dd788275e2ada309c1c058
size 308576

3
v0.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0275c9a2b696a4c9c9a8f5236a99e02f6884c49223cb43afe0e41b95b3f81bc3
size 308843