forked from pool/snpguest
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
46fe72d00c | |||
054952467a | |||
c60bf616fb | |||
53e33a301e |
2
_service
2
_service
@@ -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>
|
||||
|
@@ -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)
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)
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
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
BIN
snpguest-0.9.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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)
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: snpguest
|
||||
version: 0.7.1
|
||||
mtime: 1726083690
|
||||
commit: 636e734d94a4643fe577d1f0cc707d4c64bd839e
|
||||
version: 0.9.1
|
||||
mtime: 1746565074
|
||||
commit: 58a8eed791647c71b4068bdc121006e82f921041
|
||||
|
@@ -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)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user