From 833c39ce09fcf7fcd3c02fe2447a123ed039b3ab17a049152778a42361184467 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Mon, 10 Jan 2022 13:35:41 +0000 Subject: [PATCH] Accepting request 945322 from home:aplanas:branches:security - Update to version 0.1.0+git.1641587454.1248597: * quotes_handler: send TPM2 event log for measured boot * serialization: move serialization into separate module * try to load AK from disk instead of always creating a new one * update Cargo.lock file * make hash, encryption and signing algorithm configurable * tpm: remove get_sig_scheme(..) function * hash: rename to algorithms and implement tss conversions * cmd_exec: remove cmd_exec module * secure_mount: fix mount of tmpfs for secure directory * common: change default WORK_DIR to /var/lib/keylime * tpm: remove special handling for PCR10 OBS-URL: https://build.opensuse.org/request/show/945322 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=8 --- _servicedata | 2 +- rust-keylime-0.1.0+git.1639176416.fc90088.tar.xz | 3 --- rust-keylime-0.1.0+git.1641587454.1248597.tar.xz | 3 +++ rust-keylime.changes | 16 ++++++++++++++++ rust-keylime.spec | 2 +- vendor.tar.xz | 4 ++-- 6 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 rust-keylime-0.1.0+git.1639176416.fc90088.tar.xz create mode 100644 rust-keylime-0.1.0+git.1641587454.1248597.tar.xz diff --git a/_servicedata b/_servicedata index c73591a..dc050ac 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/keylime/rust-keylime.git - fc90088c2ca50d7fca1a5f03c34eddc88810681a \ No newline at end of file + 124859731fd5646005802c64bf2d26734bf2b28b \ No newline at end of file diff --git a/rust-keylime-0.1.0+git.1639176416.fc90088.tar.xz b/rust-keylime-0.1.0+git.1639176416.fc90088.tar.xz deleted file mode 100644 index 42bf9fd..0000000 --- a/rust-keylime-0.1.0+git.1639176416.fc90088.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b100a419e2d552ea5ccdc4abf17b37e3fa90cf79d41d21f001f669d29340b485 -size 99852 diff --git a/rust-keylime-0.1.0+git.1641587454.1248597.tar.xz b/rust-keylime-0.1.0+git.1641587454.1248597.tar.xz new file mode 100644 index 0000000..3c2528b --- /dev/null +++ b/rust-keylime-0.1.0+git.1641587454.1248597.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b36f8cf6d5f70584d512011f6289cd2c29276e0ae3ee5a91ca10de117c78e5 +size 99924 diff --git a/rust-keylime.changes b/rust-keylime.changes index 7dcab02..599b03e 100644 --- a/rust-keylime.changes +++ b/rust-keylime.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 10 13:06:42 UTC 2022 - aplanas@suse.com + +- Update to version 0.1.0+git.1641587454.1248597: + * quotes_handler: send TPM2 event log for measured boot + * serialization: move serialization into separate module + * try to load AK from disk instead of always creating a new one + * update Cargo.lock file + * make hash, encryption and signing algorithm configurable + * tpm: remove get_sig_scheme(..) function + * hash: rename to algorithms and implement tss conversions + * cmd_exec: remove cmd_exec module + * secure_mount: fix mount of tmpfs for secure directory + * common: change default WORK_DIR to /var/lib/keylime + * tpm: remove special handling for PCR10 + ------------------------------------------------------------------- Mon Dec 13 15:53:39 UTC 2021 - aplanas@suse.com diff --git a/rust-keylime.spec b/rust-keylime.spec index 9374aec..b9390d2 100644 --- a/rust-keylime.spec +++ b/rust-keylime.spec @@ -18,7 +18,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: rust-keylime -Version: 0.1.0+git.1639176416.fc90088 +Version: 0.1.0+git.1641587454.1248597 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 8b1c509..f99cfa4 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f93de890a7e1817a88878a2d63b0d5c40ffe4caf38327a60981fdd27440f336 -size 15894580 +oid sha256:941961ebcf6380eb86a2626b46c3a79c5b27ca07645a40c76e18fbd12d275a42 +size 15901920