SHA256
1
0
forked from pool/rust-keylime
Dominique Leuenberger 2024-09-04 11:21:17 +00:00 committed by Git OBS Bridge
commit 2c26f91682
9 changed files with 38 additions and 11 deletions

View File

@ -1,7 +1,8 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="url">https://github.com/keylime/rust-keylime.git</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<!-- <param name="versionformat">@PARENT_TAG@</param> -->
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">v0.2.6</param>
<param name="revision">master</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/keylime/rust-keylime.git</param>
<param name="changesrevision">d75475e728a907b9d556405d13e2b4180aa57322</param></service></servicedata>
<param name="changesrevision">57992463535d15951ebaca77d1be4217ffaf74d6</param></service></servicedata>

BIN
rust-keylime-0.2.6+13.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rust-keylime-0.2.6+13.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rust-keylime-0.2.6~0.tar.zst (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Sep 02 11:53:27 UTC 2024 - aplanas@suse.com
- Update vendored crates (bsc#1229952, bsc#1230029)
* rustix 0.37.25
* rustix 0.38.34
* shlex 1.3.0
- Update to version 0.2.6+13:
* Enable test functional/iak-idevid-persisted-and-protected
* build(deps): bump uuid from 1.7.0 to 1.10.0
* build(deps): bump openssl from 0.10.64 to 0.10.66
* keylime-agent/src/revocation: Fix comment indentation
* keylime/crypto: Fix indentation of documentation comment
* build(deps): bump thiserror from 1.0.59 to 1.0.63
* build(deps): bump serde_json from 1.0.116 to 1.0.120
* dependabot: Extend to also monitor workflow actions
* ci: Disable Packit CI on CentOS Stream 9
* ci: use CODECOV_TOKEN when submitting coverage data
* revocation: Use into() for unfallible transformation
* secure_mount: Fix possible infinite loop
* error: Rename enum variants to avoid clippy warning
-------------------------------------------------------------------
Fri Jun 14 07:39:29 UTC 2024 - aplanas@suse.com

View File

@ -1,4 +1,4 @@
name: rust-keylime
version: 0.2.6~0
mtime: 1718091585
commit: d75475e728a907b9d556405d13e2b4180aa57322
version: 0.2.6+13
mtime: 1724838345
commit: 57992463535d15951ebaca77d1be4217ffaf74d6

View File

@ -25,7 +25,7 @@
%define _config_norepl %config(noreplace)
%endif
Name: rust-keylime
Version: 0.2.6~0
Version: 0.2.6+13
Release: 0
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

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.