SHA256
1
0
forked from pool/snphost

6 Commits

Author SHA256 Message Date
e4706e3bf8 Accepting request 1282347 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1282347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snphost?expand=0&rev=6
2025-06-03 15:57:23 +00:00
113fdf1dc2 Revert previous update that changed the source url to an internal gitlab instance.
Originally this was a workaround for an issue in the upstream repo, but more
work will have to be done with github/gitlab mirroring for this package

OBS-URL: https://build.opensuse.org/package/show/Virtualization/snphost?expand=0&rev=14
2025-06-03 13:30:25 +00:00
472caa39ac Accepting request 1281534 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1281534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snphost?expand=0&rev=5
2025-05-31 17:16:49 +00:00
abe207ea3a - Update to version 0.6.0:
* Update to 0.6.0
  * config: Add settable FMC for Turin generation processors
  * Update sev library to 6.0.0
  * snphost: add a new option arg "url" to fetch vcek command
  * deps/sev: Point to upstream git commit
  * ok: Move SEV firmware version check
  * ok: Modify various test messages
  * ok: Move SNP platform tests
  * ok: Add test for ALIAS_CHECK_COMPLETE
  * ok: Update RMP_INIT check to account for other bitflags

OBS-URL: https://build.opensuse.org/package/show/Virtualization/snphost?expand=0&rev=12
2025-05-30 16:18:57 +00:00
fe8134dc96 Accepting request 1205592 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1205592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snphost?expand=0&rev=4
2024-10-07 19:49:03 +00:00
caa54d6222 - Spec: Add direct dependency on cargo in addition to cargo-packaging.
This fixes build errors on 15SP7 where the inherited version of Rust
    is too old

OBS-URL: https://build.opensuse.org/package/show/Virtualization/snphost?expand=0&rev=10
2024-10-03 19:50:24 +00:00
10 changed files with 42 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
<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.5.0</param>
<param name="revision">v0.6.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/virtee/snphost.git</param>
<param name="changesrevision">a7ba00220202240cd01819ef1fe81d57ebbb9f8b</param></service></servicedata>
<param name="changesrevision">545bdf882ec5a5f054e0b75d0b382040bd8efc39</param></service><service name="tar_scm">
<param name="url">https://gitlab.suse.de/virtualization/snphost.git</param>
<param name="changesrevision">545bdf882ec5a5f054e0b75d0b382040bd8efc39</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f198bafee8eaec00bcbcbae259bb591e3765a64d4362a550705967c949d16ead
size 109579

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21f560d4d69890ce953b66509e1ede6143a75149eca89356c3d71c9a1e7f5093
size 27240

BIN
snphost-0.6.0.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

BIN
snphost-0.6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri May 30 16:08:31 UTC 2025 - Caleb Crane (caleb.crane@suse.com)
- Update to version 0.6.0:
* Update to 0.6.0
* config: Add settable FMC for Turin generation processors
* Update sev library to 6.0.0
* snphost: add a new option arg "url" to fetch vcek command
* deps/sev: Point to upstream git commit
* ok: Move SEV firmware version check
* ok: Modify various test messages
* ok: Move SNP platform tests
* ok: Add test for ALIAS_CHECK_COMPLETE
* ok: Update RMP_INIT check to account for other bitflags
* Updating dependencies and fixing fetch CA bug for turin
* CI: Patching lint rust version
-------------------------------------------------------------------
Thu Oct 3 19:23:31 UTC 2024 - Caleb Crane <caleb.crane@suse.com>
- Spec: Add direct dependency on cargo in addition to cargo-packaging.
This fixes build errors on 15SP7 where the inherited version of Rust
is too old
-------------------------------------------------------------------
Fri Sep 13 03:25:36 UTC 2024 - Caleb Crane (caleb.crane@suse.com)

View File

@@ -1,4 +1,4 @@
name: snphost
version: 0.5.0
mtime: 1725589995
commit: a7ba00220202240cd01819ef1fe81d57ebbb9f8b
version: 0.6.0
mtime: 1744299321
commit: 545bdf882ec5a5f054e0b75d0b382040bd8efc39

View File

@@ -1,7 +1,7 @@
#
# spec file for package snphost
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (C) 2023 VirTEE
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: snphost
Version: 0.5.0
Version: 0.6.0
Release: 0
Summary: A Rust command-line tool for interacting with the AMD Secure Processor
License: Apache-2.0
@@ -26,6 +26,7 @@ Group: Productivity/Security
URL: https://github.com/virtee/snphost
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: cargo
BuildRequires: cargo-packaging
BuildRequires: openssl-devel
BuildRequires: rubygem(asciidoctor)

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

Binary file not shown.