From a73ab9d137745af6e642f4c08796958a0c993647 Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Mon, 19 Aug 2024 09:03:20 +0800 Subject: [PATCH] del inappropriate information and keep the version the same as 22.03-sp4 --- ...elete-the-null-determination-of-out_buf-in-codegene.patch | 2 +- secGear.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/0048-Delete-the-null-determination-of-out_buf-in-codegene.patch b/0048-Delete-the-null-determination-of-out_buf-in-codegene.patch index 3d57f5d..f3c0d94 100644 --- a/0048-Delete-the-null-determination-of-out_buf-in-codegene.patch +++ b/0048-Delete-the-null-determination-of-out_buf-in-codegene.patch @@ -1,5 +1,5 @@ From 19595d5dea95ccd985fdc10d175e9520f7bb0cc1 Mon Sep 17 00:00:00 2001 -From: z30023234 +From: zhengxiaoxiao Date: Sun, 24 Apr 2022 15:23:40 +0800 Subject: [PATCH] Delete the null determination of out_buf in codegener. diff --git a/secGear.spec b/secGear.spec index 130d829..f109c0b 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 42 +Release: 47 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -219,6 +219,9 @@ popd systemctl restart rsyslog %changelog +* Mon Aug 19 2024 zhengxiaoxiao - 0.1.0-47 +- del inappropriate information and keep the version the same as 22.03-sp4 + * Fri Aug 16 2024 zhengxiaoxiao - 0.1.0-42 - register shared memory by open session -- Gitee