diff --git a/virtCCA_sdk-v0.1.13.tar.gz b/virtCCA_sdk-v0.1.13.tar.gz deleted file mode 100644 index 9a2178ae841e9a4e3047e917b810d7d8afef8a6a..0000000000000000000000000000000000000000 Binary files a/virtCCA_sdk-v0.1.13.tar.gz and /dev/null differ diff --git a/virtCCA_sdk-v0.1.25.tar.gz b/virtCCA_sdk-v0.1.25.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5f847ad23d83cf13b8e72355bbe2a1170e16f9e7 Binary files /dev/null and b/virtCCA_sdk-v0.1.25.tar.gz differ diff --git a/virtCCA_sdk.spec b/virtCCA_sdk.spec index 230dac59016a867050b426338a6faf752d8a81f8..5dc2c42ae4f89d844ecdac1662d80a60d5ce72b5 100644 --- a/virtCCA_sdk.spec +++ b/virtCCA_sdk.spec @@ -1,5 +1,5 @@ Name: virtCCA_sdk -Version: 0.1.13 +Version: 0.1.25 Release: 1 ExclusiveArch: aarch64 Summary: %{name} is a SDK for developing virtCCA remote attestation and key derivation. @@ -8,7 +8,7 @@ License: MulanPSL-2.0 URL: https://gitee.com/openeuler/virtCCA_sdk Source0: https://gitee.com/openeuler/virtCCA_sdk/repository/archive/virtCCA_sdk-v%{version}.tar.gz -BuildRequires: gcc glibc glibc-devel glib2-devel cmake openssl openssl-devel rpm +BuildRequires: gcc glibc glibc-devel glib2-devel cmake openssl openssl-devel rpm golang Requires: openssl-libs @@ -40,7 +40,7 @@ cmake --build build %install install -d %{buildroot}/%{_bindir} -install -pm 755 attestation/rim_ref/output/gen_rim_ref %{buildroot}/%{_bindir} +install -pm 755 attestation/rim_ref/build/gen_rim_ref %{buildroot}/%{_bindir} install -d %{buildroot}/%{_libdir} install -pm 644 attestation/sdk/build/libvccaattestation.a %{buildroot}/%{_libdir} @@ -64,6 +64,9 @@ install -pm 644 sealing_key/sdk/inc/sealing_key.h %{buildroot}/%{_includedir} %{_libdir}/libvccaattestation.a %changelog +* Mon Sep 29 2025 fuju - 0.1.25-1 +- DESC:Support kata-v3.15.0 and update MPC demo + * Tue Jun 10 2025 chenzheng - 0.1.13-1 - DESC:fix some bug and add MPC demo