Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ce37346634 |
13
_service
13
_service
@@ -1,22 +1,21 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/virtee/snphost.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.6.0</param>
|
||||
<param name="revision">v0.7.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">Caleb Crane (caleb.crane@suse.com)</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">snphost</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/virtee/snphost.git</param>
|
||||
<param name="changesrevision">545bdf882ec5a5f054e0b75d0b382040bd8efc39</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">d9a263e1b2c811fb45a4bbfda38de4808687a3e6</param></service><service name="tar_scm">
|
||||
<param name="url">https://gitlab.suse.de/virtualization/snphost.git</param>
|
||||
<param name="changesrevision">545bdf882ec5a5f054e0b75d0b382040bd8efc39</param></service></servicedata>
|
||||
BIN
snphost-0.6.0.obscpio
LFS
BIN
snphost-0.6.0.obscpio
LFS
Binary file not shown.
BIN
snphost-0.6.0.tar.gz
LFS
BIN
snphost-0.6.0.tar.gz
LFS
Binary file not shown.
BIN
snphost-0.7.0.obscpio
LFS
Normal file
BIN
snphost-0.7.0.obscpio
LFS
Normal file
Binary file not shown.
BIN
snphost-0.7.0.tar.gz
LFS
Normal file
BIN
snphost-0.7.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 23:25:03 UTC 2025 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to version 0.7.0:
|
||||
* build(deps): bump serde_json from 1.0.143 to 1.0.145
|
||||
* build(deps): bump serde from 1.0.198 to 1.0.228
|
||||
* build(deps): bump clap from 4.5.16 to 4.5.51
|
||||
* chore: bump version to 0.7.0
|
||||
* chore: updating documentation for vlek
|
||||
* feat: add verify vlek-hashstick
|
||||
* feat: add vlek-load command to invoke SNP_VLEK_LOAD
|
||||
* chore: bumping sev library to 7.1.0
|
||||
* ci: replace deprecated gh actions
|
||||
* Add option to set filename in fetch hashsticks
|
||||
* Add hashsticks-url to show command
|
||||
* Add support to fetch VLEK hashsticks
|
||||
* Add support to fetch CRL for VLEK
|
||||
* Add ASVK support to fetch ca command
|
||||
* Add VLEK support to fetch vek command
|
||||
* Add vlek-url to show command
|
||||
* Refactor vcek_url() to support VLEK
|
||||
* Use generic interface to fetch VCEK
|
||||
* build(deps): bump libc from 0.2.162 to 0.2.176
|
||||
* build(deps): bump curl from 0.4.46 to 0.4.49
|
||||
* VLEK: Add ASVK support
|
||||
* Add a comment for Turin and later
|
||||
* Add FMC parameter to vcek URL for Turin
|
||||
* Update README.md
|
||||
* Fix: Enabling config reset subcmd
|
||||
* Bumping to sev version 6.2.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 30 16:08:31 UTC 2025 - Caleb Crane (caleb.crane@suse.com)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: snphost
|
||||
version: 0.6.0
|
||||
mtime: 1744299321
|
||||
commit: 545bdf882ec5a5f054e0b75d0b382040bd8efc39
|
||||
version: 0.7.0
|
||||
mtime: 1763006640
|
||||
commit: d9a263e1b2c811fb45a4bbfda38de4808687a3e6
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: snphost
|
||||
Version: 0.6.0
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: A Rust command-line tool for interacting with the AMD Secure Processor
|
||||
License: Apache-2.0
|
||||
|
||||
BIN
vendor.tar.gz
LFS
BIN
vendor.tar.gz
LFS
Binary file not shown.
Reference in New Issue
Block a user