Accepting request 1180841 from home:aplanas:branches:security
- Update to version 0.2.6~0: * Bump version to 0.2.6 * build(deps): bump libc from 0.2.153 to 0.2.155 * build(deps): bump serde from 1.0.196 to 1.0.203 * rpm/fedora: Update rust macro usage * config: Support hostnames in registrar_ip option * added use of persisted IAK and IDevID and authorisation values * config changes * Adding /agent/info API to agent * Fix leftover 'unnecessary qualification' warnings on tests OBS-URL: https://build.opensuse.org/request/show/1180841 OBS-URL: https://build.opensuse.org/package/show/security/rust-keylime?expand=0&rev=72
This commit is contained in:
parent
da46ac6620
commit
eed6549f29
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
<param name="url">https://github.com/keylime/rust-keylime.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<!-- <param name="revision">v0.2.5</param> -->
|
<param name="revision">v0.2.6</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
|
@ -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">c91fba3382867737d194dfedf85cae7ee133c9e3</param></service></servicedata>
|
<param name="changesrevision">d75475e728a907b9d556405d13e2b4180aa57322</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f94de13423e5dc707a6a6a0cee16e79eb79a0de2348659a7d95f7960f33bb998
|
|
||||||
size 177153
|
|
BIN
rust-keylime-0.2.6~0.tar.zst
(Stored with Git LFS)
Normal file
BIN
rust-keylime-0.2.6~0.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 14 07:39:29 UTC 2024 - aplanas@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.2.6~0:
|
||||||
|
* Bump version to 0.2.6
|
||||||
|
* build(deps): bump libc from 0.2.153 to 0.2.155
|
||||||
|
* build(deps): bump serde from 1.0.196 to 1.0.203
|
||||||
|
* rpm/fedora: Update rust macro usage
|
||||||
|
* config: Support hostnames in registrar_ip option
|
||||||
|
* added use of persisted IAK and IDevID and authorisation values
|
||||||
|
* config changes
|
||||||
|
* Adding /agent/info API to agent
|
||||||
|
* Fix leftover 'unnecessary qualification' warnings on tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 13:40:05 UTC 2024 - aplanas@suse.com
|
Thu May 16 13:40:05 UTC 2024 - aplanas@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: rust-keylime
|
name: rust-keylime
|
||||||
version: 0.2.5~4
|
version: 0.2.6~0
|
||||||
mtime: 1715174469
|
mtime: 1718091585
|
||||||
commit: c91fba3382867737d194dfedf85cae7ee133c9e3
|
commit: d75475e728a907b9d556405d13e2b4180aa57322
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%define _config_norepl %config(noreplace)
|
%define _config_norepl %config(noreplace)
|
||||||
%endif
|
%endif
|
||||||
Name: rust-keylime
|
Name: rust-keylime
|
||||||
Version: 0.2.5~4
|
Version: 0.2.6~0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust implementation of the keylime agent
|
Summary: Rust implementation of the keylime agent
|
||||||
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND Apache-2.0 WITH LLVM-exception AND BSD-3-Clause AND ISC AND MIT
|
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND Apache-2.0 WITH LLVM-exception AND BSD-3-Clause AND ISC AND MIT
|
||||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user