forked from pool/rust-keylime
Accepting request 958286 from home:aplanas:branches:security
- Update to version 0.1.0+git.1645537954.2f1447d: * Make zmq an optional dependency * notifications_handler: Introduce /notifications/revocation REST endpoint * revocation: Move out revocation message processing * revocation: Make get_revocation_cert_path() public * Install systemd unit file OBS-URL: https://build.opensuse.org/request/show/958286 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=10
This commit is contained in:
parent
8d3be32d1f
commit
2f90115869
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
||||||
<param name="changesrevision">811a869a618cd21067a69979ad4c3663d630c9f7</param></service></servicedata>
|
<param name="changesrevision">2f1447dc081ac2aa0fd2c292fbfd0605a0afa432</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94c1b05120c3a6811dc46f1f5be833d2c3a16f83283f2fdbf506447b5a643d89
|
|
||||||
size 108236
|
|
3
rust-keylime-0.1.0+git.1645537954.2f1447d.tar.xz
Normal file
3
rust-keylime-0.1.0+git.1645537954.2f1447d.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9400c48194b9abc377731c6963247075816ca2a3c2648bf36645e50ad3c44de8
|
||||||
|
size 110808
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 01 14:21:35 UTC 2022 - aplanas@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.1.0+git.1645537954.2f1447d:
|
||||||
|
* Make zmq an optional dependency
|
||||||
|
* notifications_handler: Introduce /notifications/revocation REST endpoint
|
||||||
|
* revocation: Move out revocation message processing
|
||||||
|
* revocation: Make get_revocation_cert_path() public
|
||||||
|
* Install systemd unit file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 22 12:34:16 UTC 2022 - aplanas@suse.com
|
Tue Feb 22 12:34:16 UTC 2022 - aplanas@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||||
Name: rust-keylime
|
Name: rust-keylime
|
||||||
Version: 0.1.0+git.1645023877.811a869
|
Version: 0.1.0+git.1645537954.2f1447d
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust implementation of the keylime agent
|
Summary: Rust implementation of the keylime agent
|
||||||
License: Apache-2.0 AND MIT
|
License: Apache-2.0 AND MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a2dee61ae8bc920f8247890f43cc75ca314b3c9b31e28015ba1d224af7271542
|
oid sha256:af8020a140931d0c1f5c00c40e9902411be63bdff7171b95d76d66c24b8bb203
|
||||||
size 16956876
|
size 16956488
|
||||||
|
Loading…
x
Reference in New Issue
Block a user