Addressed UBSAN and cppcheck detected issues
Return proper size of ECC Parameters to pass HLK tests
This commit is contained in:
parent
30a3b63146
commit
0097e38aed
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/libtpms-20200527.tar.xz
|
||||
/libtpms-20200731.tar.xz
|
||||
/libtpms-20201031.tar.xz
|
||||
/libtpms-20210218.tar.xz
|
||||
|
10
libtpms.spec
10
libtpms.spec
@ -1,8 +1,8 @@
|
||||
%global gitdate 20201031
|
||||
%global gitversion 2452a24dab
|
||||
%global gitdate 20210218
|
||||
%global gitversion e271498466
|
||||
|
||||
Name: libtpms
|
||||
Version: 0.7.4
|
||||
Version: 0.7.5
|
||||
Release: 0.%{gitdate}git%{gitversion}%{?dist}.1
|
||||
|
||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||
@ -55,6 +55,10 @@ find %{buildroot} -type f -name '*.la' | xargs rm -f -- || :
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-0.20201031git2452a24dab.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libtpms-20201031.tar.xz) = b6997ee16e76fccf81b6a77d1ff0c664ec196eff146d1a8a73e7046b7186a1f4a80f55f4ee145e38b9a6137207c21dd3f0e444acb0a0ea64c000abcd620f37d6
|
||||
SHA512 (libtpms-20210218.tar.xz) = 15184af3cc72b6211a61f1b60a1d941b30a90fa0aa1864e03afdd0aa421487b71f79f6c7e144750fc54721ccafa27a1fa54615fc0c17c31be19f4d8f42f1726e
|
||||
|
Loading…
Reference in New Issue
Block a user