SHA256
1
0
forked from pool/ibmswtpm2

Accepting request 1005719 from home:dirkmueller:Factory

- update to 1682:
  * tpm: Fix cast in BnSetBit.
  * tpm2: Fix size check in CryptSecretDecrypt
  * tpm: Port Windows code for OpenSSL 3.0
  * tpm: Update to openssl 3.0.2
  * tpm: Add command and handle tracing
  * tpm: Update for openssl 3.0.1
  * tpm: Add ECC encrypt and decrypt commands
  * Fix compilation on RISC-V
  * PlatformSvc: return error on control socket failure
  * main: set a return code if StartTcpServer fails
  * tpm: Add all updates to TPM specification 164.
- drop ibmswtpm2-fix-ppc32.patch (upstream) 
- makefile.patch: refresh

OBS-URL: https://build.opensuse.org/request/show/1005719
OBS-URL: https://build.opensuse.org/package/show/security/ibmswtpm2?expand=0&rev=26
This commit is contained in:
2022-10-04 14:32:52 +00:00
committed by Git OBS Bridge
parent 1f7730e110
commit 7051adbd68
7 changed files with 39 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package ibmswtpm2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,22 @@
%define suite ibmtss
%ifarch ppc ppc64 s390 s390x
%define extra_ccflags -DBIG_ENDIAN_TPM=1
%else
%define extra_ccflags ""
%endif
Name: ibmswtpm2
Version: 1637
Version: 1682
Release: 0
Summary: IBM's Software TPM 2.0
License: BSD-3-Clause
Group: Development/Tools/Other
URL: https://sourceforge.net/projects/ibmswtpm2
Source: https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm%{version}.tar.gz
Patch: makefile.patch
Patch0: makefile.patch
Patch1: ibmswtpm2-TcpServerPosix-Fix-use-of-uninitialized-value.patch
Patch2: ibmswtpm2-NVDynamic-Fix-use-of-uninitialized-value.patch
Patch3: ibmswtpm2-fix-ppc32.patch
BuildRequires: libopenssl-devel >= 1.0
%description