Accepting request 823607 from home:kailiu:branches:security

- Update to version 0.3.3 and fix a bug of TPM 1.2 emulation.

OBS-URL: https://build.opensuse.org/request/show/823607
OBS-URL: https://build.opensuse.org/package/show/security/swtpm?expand=0&rev=5
This commit is contained in:
Gary Ching-Pang Lin 2020-08-05 02:32:01 +00:00 committed by Git OBS Bridge
parent 9f788b39b2
commit 1ef1b98455
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jul 30 14:14:22 UTC 2020 - Kai Liu <kai.liu@suse.com>
- Update to version 0.3.3:
* swtpm_setup:
- openSUSE: Support tcsd configuration where tss user != tss group,
such as root/tss; Fedora & Ubuntu for example use tss/tss
* build-sys:
- Check whether tss user and group are available
- Add tss user & group build flags per upstream instruction. This
together with v0.3.3 fixed the bug with TPM 1.2 emulation.
Related upstream bug:
https://github.com/stefanberger/swtpm/issues/284
-------------------------------------------------------------------
Sat Jul 11 08:31:54 UTC 2020 - Kai Liu <kai.liu@suse.com>

View File

@ -16,7 +16,7 @@
#
Name: swtpm
Version: 0.3.2
Version: 0.3.3
Release: 0
Summary: Software TPM emulator
License: BSD-3-Clause
@ -77,7 +77,8 @@ The development files for SWTPM
%build
./autogen.sh
%configure --with-openssl --disable-static
%configure --with-openssl --disable-static \
--with-tss-user=root --with-tss-group=tss
make %{?_smp_mflags}
%install

View File

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

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

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