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 3d57f5dd3175e1b590debc35362977cc683453c2..f3c0d94c891fe21c3a114255b6d289376e18cd1f 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 6b182e7ccf04e632029a26119e8741b017218c58..1d14fe4de0182460680ae640daf801127203c87d 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 44 +Release: 47 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -254,6 +254,9 @@ popd systemctl restart rsyslog %changelog +* Sat Jun 15 2024 zhengxiaoxiao - 0.1.0-47 +- del inappropriate information and keep the version the same as 22.03-sp3 + * Fri Jun 14 2024 zhengxiaoxiao - 0.1.0-44 - change log file permission 0400