SHA256
1
0
forked from pool/snphost

8 Commits

Author SHA256 Message Date
162a37a1c4 Accepting request 1296581 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1296581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snphost?expand=0&rev=7
2025-07-31 15:46:14 +00:00
ae6457d6d5 - Update to version 0.6.1:
* Bumping sev dependency to version 6.2.1 (bsc#1237095)
  * Bumping subdependency of openssl to version to 0.10.73 (bsc#1242601)

OBS-URL: https://build.opensuse.org/package/show/Virtualization/snphost?expand=0&rev=16
2025-07-30 13:32:06 +00:00
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 49 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/virtee/snphost.git</param> <param name="url">https://github.com/virtee/snphost.git</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">v0.5.0</param> <param name="revision">v0.6.1</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>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@@ -1,4 +1,6 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/virtee/snphost.git</param> <param name="url">https://github.com/virtee/snphost.git</param>
<param name="changesrevision">a7ba00220202240cd01819ef1fe81d57ebbb9f8b</param></service></servicedata> <param name="changesrevision">7f7a5308cf3a25f2776a3acb6673413df036d4b7</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

3
snphost-0.6.1.obscpio Normal file
View File

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

3
snphost-0.6.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Jul 30 13:11:00 UTC 2025 - Caleb Crane (caleb.crane@suse.com)
- Update to version 0.6.1:
* Bumping sev dependency to version 6.2.1 (bsc#1237095)
* Bumping subdependency of openssl to version to 0.10.73 (bsc#1242601)
-------------------------------------------------------------------
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) Fri Sep 13 03:25:36 UTC 2024 - Caleb Crane (caleb.crane@suse.com)

View File

@@ -1,4 +1,4 @@
name: snphost name: snphost
version: 0.5.0 version: 0.6.1
mtime: 1725589995 mtime: 1749674327
commit: a7ba00220202240cd01819ef1fe81d57ebbb9f8b commit: 7f7a5308cf3a25f2776a3acb6673413df036d4b7

View File

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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1d871c83dfa182486e6a9d23bd0ef95478e406072199620b52357182571d5eef oid sha256:be5ee1183575d5c1f5706fb60cc81296ed44a150b528d7eaa29f58134546dacd
size 26598670 size 39602983