Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libtpms.git#205d2bd082ecab5ab4573add55d3bc83aa4687ac
This commit is contained in:
parent
1dda436e88
commit
c79c3d9a8e
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,3 +18,5 @@
|
||||
/libtpms-20200731.tar.xz
|
||||
/libtpms-20201031.tar.xz
|
||||
/libtpms-20210218.tar.xz
|
||||
/libtpms-20210227.tar.xz
|
||||
/libtpms-20210301.tar.xz
|
||||
|
12
libtpms.spec
12
libtpms.spec
@ -1,8 +1,8 @@
|
||||
%global gitdate 20210218
|
||||
%global gitversion e271498466
|
||||
%global gitdate 20210301
|
||||
%global gitversion 729fc6a4ca
|
||||
|
||||
Name: libtpms
|
||||
Version: 0.7.5
|
||||
Version: 0.8.2
|
||||
Release: 0.%{gitdate}git%{gitversion}%{?dist}.1
|
||||
|
||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||
@ -55,6 +55,12 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || :
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 01 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.2-0.20210301git729fc6a4ca
|
||||
- tpm2: CryptSym: fix AES output IV; a CVE has been filed for this issue
|
||||
|
||||
* Sat Feb 27 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.1-0.20210227git5bf2746e47
|
||||
- Fixed a context save and suspend/resume problem when public keys are loaded
|
||||
|
||||
* Thu Feb 18 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.7.5-0.20210218gite271498466
|
||||
- Addressed UBSAN and cppcheck detected issues
|
||||
- Return proper size of ECC Parameters to pass HLK tests
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libtpms-20210218.tar.xz) = 15184af3cc72b6211a61f1b60a1d941b30a90fa0aa1864e03afdd0aa421487b71f79f6c7e144750fc54721ccafa27a1fa54615fc0c17c31be19f4d8f42f1726e
|
||||
SHA512 (libtpms-20210301.tar.xz) = b43484aff359ef2d155b7418f20bba7bd365b66df63b571e9997685f080f5b3f72e1be73129de3dd4b3f12d64d1d16ad1b5d4011c84fc3556ed6b21b39631878
|
||||
|
Loading…
Reference in New Issue
Block a user