Accepting request 979004 from home:aplanas:branches:security
- Update to version 0.1.0+git.1653314004.ceda2ec: * Skip serialization of optional fields * Make support for legacy python revocation actions optional * main: Do not try to load CA cert if mTLS is disabled * CI: Add packit to run end-to-end tests * GNUmakefile: Install shim.py * Add service for secure mount * secure_mount: Do not try to give ownership to root * secure_mount: Rewrite check_mount() * main: Ignore original ownership when unzipping files * Drop privileges to run as normal user and group * main: Mount secure mount before dropping the privileges * main: Open files that require privilege at the beginning * quotes_handler: Fix measured boot list encoding * Fix typo in config_get() * Add option to disable mTLS * Update actix-web to 4, remove tokio 0.2 dependencies * crypto: Add helper function to convert public key to PEM string * Add ansasaki as maintainer OBS-URL: https://build.opensuse.org/request/show/979004 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=13
This commit is contained in:
parent
42cabea876
commit
363091adba
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
||||
<param name="changesrevision">59856c2bbf4b8e99d94e2ee3ea6546be95a3fde0</param></service></servicedata>
|
||||
<param name="changesrevision">ceda2ecb1e903e502f5d93ef0361c5e724abee85</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c018ef9138b8b70c819b10e74feb1ad32500d114cc0e166f71673f189d1e4a0
|
||||
size 114820
|
3
rust-keylime-0.1.0+git.1653314004.ceda2ec.tar.xz
Normal file
3
rust-keylime-0.1.0+git.1653314004.ceda2ec.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64bd7d5c1e19c9eaa5eeeeb0e5c848148689be05de6928b4a5cda3fdb8e3cba8
|
||||
size 114932
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 24 14:10:38 UTC 2022 - aplanas@suse.com
|
||||
|
||||
- Update to version 0.1.0+git.1653314004.ceda2ec:
|
||||
* Skip serialization of optional fields
|
||||
* Make support for legacy python revocation actions optional
|
||||
* main: Do not try to load CA cert if mTLS is disabled
|
||||
* CI: Add packit to run end-to-end tests
|
||||
* GNUmakefile: Install shim.py
|
||||
* Add service for secure mount
|
||||
* secure_mount: Do not try to give ownership to root
|
||||
* secure_mount: Rewrite check_mount()
|
||||
* main: Ignore original ownership when unzipping files
|
||||
* Drop privileges to run as normal user and group
|
||||
* main: Mount secure mount before dropping the privileges
|
||||
* main: Open files that require privilege at the beginning
|
||||
* quotes_handler: Fix measured boot list encoding
|
||||
* Fix typo in config_get()
|
||||
* Add option to disable mTLS
|
||||
* Update actix-web to 4, remove tokio 0.2 dependencies
|
||||
* crypto: Add helper function to convert public key to PEM string
|
||||
* Add ansasaki as maintainer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 09:54:42 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.1649449492.59856c2
|
||||
Version: 0.1.0+git.1653314004.ceda2ec
|
||||
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:83154a9871d3350ed4c7089b9ed278fdeb4f5afbd68ee856cccf1b5256669604
|
||||
size 16978784
|
||||
oid sha256:fe4e1766ea1f5b9f8edc878f26e23b3b3ff81b88cc575b83dc1cc3564c45108e
|
||||
size 15261332
|
||||
|
Loading…
x
Reference in New Issue
Block a user