Update to v0.5.1 addressing potential symlink attack issue (CVE-2020-28407)

This commit is contained in:
Stefan Berger 2020-11-14 09:21:39 -05:00
parent 5b31389eed
commit 43eb6ce167
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/swtpm-80f0418.tar.gz
/swtpm-0c238a2.tar.gz
/swtpm-b931e10.tar.gz
/swtpm-390f5bd.tar.gz

View File

@ -1 +1 @@
SHA512 (swtpm-b931e10.tar.gz) = 33ff6edb06aa73f5f55dcabb753503877db4e656c91e5b22b4352b50ad386dff6f8c9a5e66e0f7f371f931379760bb108ccf2e704b7d1067e3b56ba472308f48
SHA512 (swtpm-390f5bd.tar.gz) = 19f865ee3194e91c94d4d8795fe75f9e43e8237096a5c266d5b53b58642d7ca36e6857340b93e74266414f8c8817bbcc587feb0e555c00c5274a151a8682e34f

View File

@ -1,7 +1,7 @@
%bcond_without gnutls
%global gitdate 20201007
%global gitcommit b931e1098533319f67e789f03c13a767a1772f7b
%global gitdate 20201113
%global gitcommit 390f5bd48983a644a87af8e640c6474461305608
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
# Macros needed by SELinux
@ -11,7 +11,7 @@
Summary: TPM Emulator
Name: swtpm
Version: 0.5.0
Version: 0.5.1
Release: 1.%{gitdate}git%{gitshortcommit}%{?dist}
License: BSD
Url: http://github.com/stefanberger/swtpm
@ -185,7 +185,10 @@ fi
%{_datadir}/swtpm/swtpm-create-tpmca
%changelog
* Wed Oct 7 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.4.0-1.20201007gitb931e109
* Fri Nov 13 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.1-1.20201007git390f5bd4
- Update to v0.5.1 addressing potential symlink attack issue (CVE-2020-28407)
* Wed Oct 7 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.0-1.20201007gitb931e109
- Update to v0.5.0 release
* Fri Aug 28 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.4.0-1.20200828git0c238a2