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.24.tar.gz b/virtCCA_sdk-v0.1.24.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1dab90cbdbc81a44120aa3f342cc19a9dd9624cc Binary files /dev/null and b/virtCCA_sdk-v0.1.24.tar.gz differ diff --git a/virtCCA_sdk.spec b/virtCCA_sdk.spec index 230dac59016a867050b426338a6faf752d8a81f8..38b9248db0b2d369b362d1af1eb5748c837157fa 100644 --- a/virtCCA_sdk.spec +++ b/virtCCA_sdk.spec @@ -1,5 +1,5 @@ Name: virtCCA_sdk -Version: 0.1.13 +Version: 0.1.24 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 @@ -26,7 +26,7 @@ Requires: virtCCA_sdk openssl-libs %autosetup -n %{name}-v%{version} %build -cd attestation/rim_ref +cd attestation/rim_ref/ cmake -S . -B build cmake --build build @@ -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 +* Sun Sep 28 2025 fuju - 0.1.24-1 +- DESC:Go mod tidy before compile gen_rin_ref + * Tue Jun 10 2025 chenzheng - 0.1.13-1 - DESC:fix some bug and add MPC demo