forked from pool/rust-keylime
Accepting request 982602 from home:aplanas:branches:security
- Update to version 0.1.0+git.1655143451.7c4121e: * Add dependabot for automatic dependency updates * config: remove unused options * persist AK, NK and mTLS certificate to disk * Update tokio minimum version * Adjust CI test name according to keylime-tests PR#125 * Make wiremock an optional dependency * Drop unused dependency flate2 * Drop unused dependency rustc-serialize * Update clap dependency to 3.1.18 * add support for "hash_ek" UUID creation * tpm: add and use EKResult struct as return value for create_ek(..) * replace custom marshall functions with the offical one * update to tss-esapi 7.1.0 * quotes_handler: Rewind measured boot log file * Add test /functional/measured-boot-swtpm-sanity to Packit CI plan * OpenSSL on deb family is now libssl-dev OBS-URL: https://build.opensuse.org/request/show/982602 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=14
This commit is contained in:
parent
363091adba
commit
25830373fa
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
||||
<param name="changesrevision">ceda2ecb1e903e502f5d93ef0361c5e724abee85</param></service></servicedata>
|
||||
<param name="changesrevision">7c4121ed6474f4bfacd5afe23488baf05bf49a09</param></service></servicedata>
|
@ -1,7 +1,7 @@
|
||||
Index: rust-keylime-0.1.0+git.1637095429.d5a3191/keylime.conf
|
||||
Index: rust-keylime-0.1.0+git.1655143451.7c4121e/keylime.conf
|
||||
===================================================================
|
||||
--- rust-keylime-0.1.0+git.1637095429.d5a3191.orig/keylime.conf
|
||||
+++ rust-keylime-0.1.0+git.1637095429.d5a3191/keylime.conf
|
||||
--- rust-keylime-0.1.0+git.1655143451.7c4121e.orig/keylime.conf
|
||||
+++ rust-keylime-0.1.0+git.1655143451.7c4121e/keylime.conf
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
# Revocation IP & Port used by either the cloud_agent or keylime_ca to receive
|
||||
@ -31,4 +31,4 @@ Index: rust-keylime-0.1.0+git.1637095429.d5a3191/keylime.conf
|
||||
+registrar_ip = <REMOTE_IP>
|
||||
registrar_port = 8890
|
||||
|
||||
# The name of the RSA key that Keylime should use for protecting shares of U/V.
|
||||
# The keylime working directory. Can be overriden by setting the KEYLIME_DIR
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64bd7d5c1e19c9eaa5eeeeb0e5c848148689be05de6928b4a5cda3fdb8e3cba8
|
||||
size 114932
|
3
rust-keylime-0.1.0+git.1655143451.7c4121e.tar.xz
Normal file
3
rust-keylime-0.1.0+git.1655143451.7c4121e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93b11bb2a3c58028b23ee4ca1bf2286ee49fa3da25a3caf758bed81e4b7af96c
|
||||
size 115220
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 11:05:01 UTC 2022 - aplanas@suse.com
|
||||
|
||||
- Update to version 0.1.0+git.1655143451.7c4121e:
|
||||
* Add dependabot for automatic dependency updates
|
||||
* config: remove unused options
|
||||
* persist AK, NK and mTLS certificate to disk
|
||||
* Update tokio minimum version
|
||||
* Adjust CI test name according to keylime-tests PR#125
|
||||
* Make wiremock an optional dependency
|
||||
* Drop unused dependency flate2
|
||||
* Drop unused dependency rustc-serialize
|
||||
* Update clap dependency to 3.1.18
|
||||
* add support for "hash_ek" UUID creation
|
||||
* tpm: add and use EKResult struct as return value for create_ek(..)
|
||||
* replace custom marshall functions with the offical one
|
||||
* update to tss-esapi 7.1.0
|
||||
* quotes_handler: Rewind measured boot log file
|
||||
* Add test /functional/measured-boot-swtpm-sanity to Packit CI plan
|
||||
* OpenSSL on deb family is now libssl-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 14:10:38 UTC 2022 - aplanas@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: rust-keylime
|
||||
Version: 0.1.0+git.1653314004.ceda2ec
|
||||
Version: 0.1.0+git.1655143451.7c4121e
|
||||
Release: 0
|
||||
Summary: Rust implementation of the keylime agent
|
||||
License: Apache-2.0 AND MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4e1766ea1f5b9f8edc878f26e23b3b3ff81b88cc575b83dc1cc3564c45108e
|
||||
size 15261332
|
||||
oid sha256:1fe478492e83ec8393af64f6a91ec4e84b865cf019c35df48d7f9782c4239672
|
||||
size 20105032
|
||||
|
Loading…
x
Reference in New Issue
Block a user