forked from pool/snphost
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
162a37a1c4 | |||
ae6457d6d5 | |||
e4706e3bf8 | |||
113fdf1dc2 | |||
472caa39ac | |||
abe207ea3a | |||
fe8134dc96 | |||
caa54d6222 |
2
_service
2
_service
@@ -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>
|
||||||
|
@@ -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>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f198bafee8eaec00bcbcbae259bb591e3765a64d4362a550705967c949d16ead
|
|
||||||
size 109579
|
|
@@ -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
3
snphost-0.6.1.obscpio
Normal 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
3
snphost-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee0fe3ac52aead73feaaa7db2a5d1f763977eb381848becf887725209e9b5a88
|
||||||
|
size 27938
|
@@ -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)
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: snphost
|
name: snphost
|
||||||
version: 0.5.0
|
version: 0.6.1
|
||||||
mtime: 1725589995
|
mtime: 1749674327
|
||||||
commit: a7ba00220202240cd01819ef1fe81d57ebbb9f8b
|
commit: 7f7a5308cf3a25f2776a3acb6673413df036d4b7
|
||||||
|
@@ -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)
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user