SHA256
1
0
forked from pool/snpguest

4 Commits

Author SHA256 Message Date
46fe72d00c Accepting request 1281167 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1281167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snpguest?expand=0&rev=5
2025-05-30 12:38:04 +00:00
054952467a - Update to version 0.9.1:
* Updating SEV library to 6.1.0 and updating version to 0.9.1
  * Update version (0.9.0)
  * HyperV: Fixing report command failure on Azure confidential VM
  * Removing intird and append requirement for kernel measurements (#93)
  * Updating to version 6 of library and fixing attestation (#89)
  * CI: Fixing create_release workflow (#91)
  * Minor update (0.8.3)
  * Adding build script
  * Update preattestation.rs
  * Fix certificate fetch bug for Turin
  * Minor update
  * Update bitfield to 0.15.0
  * Update to 0.8.1
  * Update asn1-rs and x509-parser
  * Update to 0.8.0
  * key: Fix guest_field_select typo
  * Adding Turin support and updating ASK cn

OBS-URL: https://build.opensuse.org/package/show/Virtualization/snpguest?expand=0&rev=10
2025-05-29 14:56:22 +00:00
c60bf616fb Accepting request 1205591 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1205591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snpguest?expand=0&rev=4
2024-10-07 19:49:00 +00:00
53e33a301e - 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/snpguest?expand=0&rev=8
2024-10-03 19:49:37 +00:00
10 changed files with 45 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/virtee/snpguest.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.7.1</param>
<param name="revision">v0.9.1</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,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/virtee/snpguest.git</param>
<param name="changesrevision">636e734d94a4643fe577d1f0cc707d4c64bd839e</param></service></servicedata>
<param name="changesrevision">58a8eed791647c71b4068bdc121006e82f921041</param></service></servicedata>

BIN
snpguest-0.7.1.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
snpguest-0.7.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
snpguest-0.9.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

BIN
snpguest-0.9.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu May 29 14:29:28 UTC 2025 - Caleb Crane (caleb.crane@suse.com)
- Update to version 0.9.1:
* Updating SEV library to 6.1.0 and updating version to 0.9.1
* Update version (0.9.0)
* HyperV: Fixing report command failure on Azure confidential VM
* Removing intird and append requirement for kernel measurements (#93)
* Updating to version 6 of library and fixing attestation (#89)
* CI: Fixing create_release workflow (#91)
* Minor update (0.8.3)
* Adding build script
* Update preattestation.rs
* Fix certificate fetch bug for Turin
* Minor update
* Update bitfield to 0.15.0
* Update to 0.8.1
* Update asn1-rs and x509-parser
* Update to 0.8.0
* key: Fix guest_field_select typo
* Adding Turin support and updating ASK cn
-------------------------------------------------------------------
Thu Oct 3 19:15:29 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 02:48:37 UTC 2024 - Caleb Crane (caleb.crane@suse.com)

View File

@@ -1,4 +1,4 @@
name: snpguest
version: 0.7.1
mtime: 1726083690
commit: 636e734d94a4643fe577d1f0cc707d4c64bd839e
version: 0.9.1
mtime: 1746565074
commit: 58a8eed791647c71b4068bdc121006e82f921041

View File

@@ -1,7 +1,7 @@
#
# spec file for package snpguest
#
# 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: snpguest
Version: 0.7.1
Version: 0.9.1
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/snpguest
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: cargo
BuildRequires: cargo-packaging
ExclusiveArch: x86_64

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

Binary file not shown.