From 6c2c82ac92f87fd1c7f53cad6bc05be30933fb29b328054987c2d224be770947 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Wed, 22 Feb 2023 09:48:27 +0000 Subject: [PATCH] Accepting request 1067123 from home:aplanas:branches:security - Update to version 0.2.0+git.1677002906.cf6c4f0: * Bump version to 0.2.0 * packit: Remove workaround for Fedora BZ#2158598 * ima-emulator: Implement graceful shutdown * Update tss-esapi in Cargo.toml * packit: Re-enable tests on Fedora Rawhide * Deprecate `with-zmq` and `legacy-python-actions` features OBS-URL: https://build.opensuse.org/request/show/1067123 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=39 --- _service | 2 +- _servicedata | 2 +- keylime-agent.conf.diff | 18 ++++-------------- ...keylime-0.1.0+git.1676549716.5382ed9.tar.xz | 3 --- ...keylime-0.2.0+git.1677002906.cf6c4f0.tar.xz | 3 +++ rust-keylime.changes | 11 +++++++++++ rust-keylime.spec | 2 +- vendor.tar.xz | 4 ++-- 8 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 rust-keylime-0.1.0+git.1676549716.5382ed9.tar.xz create mode 100644 rust-keylime-0.2.0+git.1677002906.cf6c4f0.tar.xz diff --git a/_service b/_service index 3d60e56..0dffe3b 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - 0.1.0+git.%ct.%h + 0.2.0+git.%ct.%h master https://github.com/keylime/rust-keylime.git git diff --git a/_servicedata b/_servicedata index cde8a14..2ff5c2e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/keylime/rust-keylime.git - 5382ed930bbb70c2041160386547fbbf07dcde44 \ No newline at end of file + cf6c4f090be324b403d908a27af8c737b45f68e9 \ No newline at end of file diff --git a/keylime-agent.conf.diff b/keylime-agent.conf.diff index ff2c5b7..4daee95 100644 --- a/keylime-agent.conf.diff +++ b/keylime-agent.conf.diff @@ -1,7 +1,7 @@ -Index: rust-keylime-0.1.0+git.1676549716.5382ed9/keylime-agent.conf +Index: rust-keylime-0.2.0+git.1677002906.cf6c4f0/keylime-agent.conf =================================================================== ---- rust-keylime-0.1.0+git.1676549716.5382ed9.orig/keylime-agent.conf -+++ rust-keylime-0.1.0+git.1676549716.5382ed9/keylime-agent.conf +--- rust-keylime-0.2.0+git.1677002906.cf6c4f0.orig/keylime-agent.conf ++++ rust-keylime-0.2.0+git.1677002906.cf6c4f0/keylime-agent.conf @@ -19,13 +19,15 @@ version = "2.0" # of 'SHA256(public EK in PEM format)'. # @@ -30,17 +30,7 @@ Index: rust-keylime-0.1.0+git.1676549716.5382ed9/keylime-agent.conf registrar_port = 8890 # Enable mTLS communication between agent, verifier and tenant. -@@ -133,7 +136,8 @@ extract_payload_zip = true - # - # To override enable_revocation_notifications, set - # KEYLIME_AGENT_ENABLE_REVOCATION_NOTIFICATIONS environment variable. --enable_revocation_notifications = true -+# enable_revocation_notifications = true -+enable_revocation_notifications = false - - # The path to the directory containing the pre-installed revocation action - # scripts. Ideally should point to an fixed/immutable location subject to -@@ -151,7 +155,8 @@ revocation_actions_dir = "/usr/libexec/k +@@ -151,7 +154,8 @@ revocation_actions_dir = "/usr/libexec/k # KEYLIME_AGENT_REVOCATION_NOTIFICATION_IP environment variable. # To override revocation_notification_port, set # KEYLIME_AGENT_REVOCATION_NOTIFICATION_PORT environment variable. diff --git a/rust-keylime-0.1.0+git.1676549716.5382ed9.tar.xz b/rust-keylime-0.1.0+git.1676549716.5382ed9.tar.xz deleted file mode 100644 index 9bc71ff..0000000 --- a/rust-keylime-0.1.0+git.1676549716.5382ed9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0e916efe0dc4e3c20e78724be16c235d0f55cdf8d42ba92d01a5c19fb5a2eb6 -size 130384 diff --git a/rust-keylime-0.2.0+git.1677002906.cf6c4f0.tar.xz b/rust-keylime-0.2.0+git.1677002906.cf6c4f0.tar.xz new file mode 100644 index 0000000..552c222 --- /dev/null +++ b/rust-keylime-0.2.0+git.1677002906.cf6c4f0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7f1d0a26637d4116c934ccd2c40eabaafa824cd51d2418ea31344ffc908553 +size 130584 diff --git a/rust-keylime.changes b/rust-keylime.changes index e62b4d7..ed79d37 100644 --- a/rust-keylime.changes +++ b/rust-keylime.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 22 09:07:12 UTC 2023 - aplanas@suse.com + +- Update to version 0.2.0+git.1677002906.cf6c4f0: + * Bump version to 0.2.0 + * packit: Remove workaround for Fedora BZ#2158598 + * ima-emulator: Implement graceful shutdown + * Update tss-esapi in Cargo.toml + * packit: Re-enable tests on Fedora Rawhide + * Deprecate `with-zmq` and `legacy-python-actions` features + ------------------------------------------------------------------- Thu Feb 16 12:51:38 UTC 2023 - aplanas@suse.com diff --git a/rust-keylime.spec b/rust-keylime.spec index fcd508e..e9d3a02 100644 --- a/rust-keylime.spec +++ b/rust-keylime.spec @@ -25,7 +25,7 @@ %define _config_norepl %config(noreplace) %endif Name: rust-keylime -Version: 0.1.0+git.1676549716.5382ed9 +Version: 0.2.0+git.1677002906.cf6c4f0 Release: 0 Summary: Rust implementation of the keylime agent License: Apache-2.0 AND MIT diff --git a/vendor.tar.xz b/vendor.tar.xz index 4dba4f3..f62b089 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87478d2ed42d4b9b50c20a680c3b40fcc06dbbb8b6d9554ef9bb29d548e9073f -size 25855860 +oid sha256:3ee77572304c5e2534c915645b6caeadbec544bc337bc75d016733f4b4657ab1 +size 25901108