From 7bb245e958dcebd735ddbb8e747b86a3d3ed9a25 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Tue, 17 Nov 2020 17:14:12 -0500 Subject: [PATCH] Another build of v0.5.1 after more fixes --- .gitignore | 1 + sources | 2 +- swtpm.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8df4b81..f305530 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /swtpm-0c238a2.tar.gz /swtpm-b931e10.tar.gz /swtpm-390f5bd.tar.gz +/swtpm-96f5a04.tar.gz diff --git a/sources b/sources index dcae9b0..4db8c3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (swtpm-390f5bd.tar.gz) = 19f865ee3194e91c94d4d8795fe75f9e43e8237096a5c266d5b53b58642d7ca36e6857340b93e74266414f8c8817bbcc587feb0e555c00c5274a151a8682e34f +SHA512 (swtpm-96f5a04.tar.gz) = 7d33756ea8109e0ca61400cac7a80de5d2614ba3b89108df445aa5a23b5b854299dd5daaa4426737065b27da2c144e38355e1ce1e92667134562156977b0e924 diff --git a/swtpm.spec b/swtpm.spec index e2be0ab..34f0988 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -1,7 +1,7 @@ %bcond_without gnutls -%global gitdate 20201113 -%global gitcommit 390f5bd48983a644a87af8e640c6474461305608 +%global gitdate 20201117 +%global gitcommit 96f5a04c3d6cc0a8604f311df246b872a93a70e4 %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) # Macros needed by SELinux @@ -12,7 +12,7 @@ Summary: TPM Emulator Name: swtpm Version: 0.5.1 -Release: 1.%{gitdate}git%{gitshortcommit}%{?dist} +Release: 2.%{gitdate}git%{gitshortcommit}%{?dist} License: BSD Url: http://github.com/stefanberger/swtpm Source0: %{url}/archive/%{gitcommit}/%{name}-%{gitshortcommit}.tar.gz @@ -185,6 +185,9 @@ fi %{_datadir}/swtpm/swtpm-create-tpmca %changelog +* Tue Nov 13 2020 Stefan Berger - 0.5.1-2.20201117git96f5a04c +- Another build of v0.5.1 after more fixes + * Fri Nov 13 2020 Stefan Berger - 0.5.1-1.20201007git390f5bd4 - Update to v0.5.1 addressing potential symlink attack issue (CVE-2020-28407)