From c6fc1a9240dd4847278b1bdd446220fc486f2b9f7560463de378deb504e4b691 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 16 Sep 2023 10:14:31 +0000 Subject: [PATCH] Accepting request 1111637 from home:msmeissn:branches:security - Update to version 0.8.1: - swtpm: - Restore logging to stderr on log open failure - swtpm_setup: - Exit with '0' upon --version rather than '1'. - Initialized @argv in get_swtpm_capabilities() - swtpm_localca: - Add missing NULL option to end of array - SELinux: - Add rules for user_tpm_t:sockfile to allow unlink - Add rules for sock_file on user_tmp_t OBS-URL: https://build.opensuse.org/request/show/1111637 OBS-URL: https://build.opensuse.org/package/show/security/swtpm?expand=0&rev=40 --- swtpm-0.8.0.tar.gz | 3 --- swtpm-0.8.1.tar.gz | 3 +++ swtpm.changes | 15 +++++++++++++++ swtpm.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 swtpm-0.8.0.tar.gz create mode 100644 swtpm-0.8.1.tar.gz diff --git a/swtpm-0.8.0.tar.gz b/swtpm-0.8.0.tar.gz deleted file mode 100644 index f7d9874..0000000 --- a/swtpm-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad433f9272fb794aafd550914d24cc0ca33d4652cfd087fa41b911fa9e54be3d -size 363951 diff --git a/swtpm-0.8.1.tar.gz b/swtpm-0.8.1.tar.gz new file mode 100644 index 0000000..33ea5b7 --- /dev/null +++ b/swtpm-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bba52aa41090f75087034fac5fe8daed10c3e7e7234df7c9558849318927f41 +size 364169 diff --git a/swtpm.changes b/swtpm.changes index c559bea..cd918df 100644 --- a/swtpm.changes +++ b/swtpm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Sep 16 10:10:45 UTC 2023 - Marcus Meissner + +- Update to version 0.8.1: + - swtpm: + - Restore logging to stderr on log open failure + - swtpm_setup: + - Exit with '0' upon --version rather than '1'. + - Initialized @argv in get_swtpm_capabilities() + - swtpm_localca: + - Add missing NULL option to end of array + - SELinux: + - Add rules for user_tpm_t:sockfile to allow unlink + - Add rules for sock_file on user_tmp_t + ------------------------------------------------------------------- Fri Jun 16 11:32:11 UTC 2023 - Manfred Hollstein diff --git a/swtpm.spec b/swtpm.spec index eed861c..d2491f7 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -30,7 +30,7 @@ %define modulename2 swtpm_svirt %define modulename3 swtpmcuse Name: swtpm -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: Software TPM emulator License: BSD-3-Clause