Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9221adadf8
!165 [sync] PR-163: remove author information
From: @openeuler-sync-bot 
Reviewed-by: @houmingyong 
Signed-off-by: @houmingyong
2023-12-04 09:25:28 +00:00
fly_fzc
5baa45aefc remove author information
(cherry picked from commit cf28c98ebd9ab247901f12bb4e413cf9b8284871)
2023-12-04 16:25:01 +08:00
openeuler-ci-bot
2f5cb232a8
!124 fix changelog date error
From: @xuiny 
Reviewed-by: @chenmaodong 
Signed-off-by: @chenmaodong
2022-12-24 08:23:15 +00:00
xuxinyu
4b006d4551 fix changelog date error
Signed-off-by: xuxinyu <xuxinyu@xfusion.com>
2022-12-24 15:28:50 +08:00
openeuler-ci-bot
93d913521c
!70 同步master修改,修复无法生成secgear.log日志
Merge pull request !70 from houmingyong/openEuler-20.03-LTS-SP3
2022-01-12 01:00:55 +00:00
houmingyong
8b456933b9
fix no secgear.log output 2022-01-11 03:24:29 +00:00
openeuler-ci-bot
4ff38dc0b6 !62 [sync] PR-61: add requires for secGear: libsgx-aesm-launch-plugin ocaml-dune
From: @openeuler-sync-bot
Reviewed-by: @chenmaodong
Signed-off-by: @chenmaodong
2021-07-20 06:23:29 +00:00
chenmaodong
58c6937db9 add requires for secGear: libsgx-aesm-launch-plugin ocaml-dune
Signed-off-by: chenmaodong <chenmaodong@huawei.com>
(cherry picked from commit 8eb7214776657e12bdb99459fc9d5fba2ee3461e)
2021-07-20 12:06:10 +08:00
openeuler-ci-bot
733810e3ca !58 [sync] PR-53: add buildrequires openssl for x86
From: @openeuler-sync-bot
Reviewed-by: @chenmaodong
Signed-off-by: @chenmaodong
2021-07-19 08:15:00 +00:00
zgzxx
1a3d3735bc add buildrequires openssl for x86
(cherry picked from commit 808e317d1b0d1e98e92adb14772b1f939c77b063)
2021-07-19 15:07:44 +08:00
2 changed files with 73 additions and 7 deletions

View File

@ -0,0 +1,50 @@
From 3ddda2c5856d55d6b778b91d8217844f1cc00f85 Mon Sep 17 00:00:00 2001
From: xuraoqing <xuraoqing@huawei.com>
Date: Mon, 4 Dec 2023 10:51:06 +0800
Subject: [PATCH] remove author information
---
tools/sign_tool/generate_signature.py | 1 -
tools/sign_tool/manifest.py | 1 -
tools/sign_tool/signtool_v3.py | 1 -
3 files changed, 3 deletions(-)
diff --git a/tools/sign_tool/generate_signature.py b/tools/sign_tool/generate_signature.py
index b3264ba..624048b 100644
--- a/tools/sign_tool/generate_signature.py
+++ b/tools/sign_tool/generate_signature.py
@@ -12,7 +12,6 @@
# NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
# Description: tools for generating a trusted application load image
-# Author: Li mingjuan
# Create: 2020-10-27
#----------------------------------------------------------------------------
diff --git a/tools/sign_tool/manifest.py b/tools/sign_tool/manifest.py
index 9cc2360..e1210fe 100644
--- a/tools/sign_tool/manifest.py
+++ b/tools/sign_tool/manifest.py
@@ -12,7 +12,6 @@
# NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
# Description: tools for generating a trusted application load image
-# Author: Li mingjuan
# Create: 2018-02-20
#----------------------------------------------------------------------------
import string
diff --git a/tools/sign_tool/signtool_v3.py b/tools/sign_tool/signtool_v3.py
index dae036f..7273d9e 100644
--- a/tools/sign_tool/signtool_v3.py
+++ b/tools/sign_tool/signtool_v3.py
@@ -12,7 +12,6 @@
# NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
# Description: tools for generating a trusted application load image
-# Author: Li mingjuan
# Create: 2018-02-20
#----------------------------------------------------------------------------
--
2.27.0

View File

@ -1,6 +1,6 @@
Name: secGear
Version: 0.1.0
Release: 18%{?dist}
Release: 22%{?dist}
Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features
@ -48,18 +48,19 @@ Patch35: 0036-enclave-use-the-can-pull-image-from-hub.oepkgs.net.patch
Patch36: 0037-add-description-about-file-parameter-path-for-sign_t.patch
Patch37: 0038-fix-use-after-free-in-cc_enclave_create.patch
Patch38: 0039-clean-memory-when-it-come-to-error_handle.patch
Patch39: 0040-remove-author-information.patch
BuildRequires: gcc python automake autoconf libtool
BUildRequires: glibc glibc-devel cmake ocaml-dune rpm gcc-c++
%ifarch x86_64
BUildRequires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts
BUildRequires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts openssl
%else
BUildRequires: itrustee_sdk
%endif
Requires: rsyslog
%ifarch x86_64
Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts
Requires: linux-sgx-driver sgxsdk libsgx-launch libsgx-urts libsgx-aesm-launch-plugin
%else
Requires: itrustee_sdk
%endif
@ -69,7 +70,7 @@ secGear is an SDK to develop confidential computing apps based on hardware encla
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?isa} = %{version}-%{release} cmake
Requires: %{name}%{?isa} = %{version}-%{release} cmake ocaml-dune
%description devel
The %{name}-devel is package contains Header file for developing applications that
us %{name}
@ -159,17 +160,32 @@ popd
%{_libdir}/libsgxsim_0.so
%endif
%post
systemctl restart rsyslog
%changelog
* Mon Dec 4 2023 fuanan <fuanan3@h-partners.com> - 0.1.0-22
- DESC: remove author information
* Tue Jan 11 2022 houmingyong<houmingyong@huawei.com> - 0.1.0-21
- DESC: fix no secgear.log after install secGear-devel
* Mon Jul 19 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-20
- DESC: add requires for secGear: libsgx-aesm-launch-plugin ocaml-dune
* Fri Jul 2 2021 zhangguangzhi<zhangguangzhi3@huawei.com> - 0.1.0-19
- DESC: add buildrequires openssl for x86
* Tue Jun 29 2021 zhangguangzhi<zhangguangzhi3@huawei.com> - 0.1.0-18
- DESC: add some buildrequires gcc-c++ rpm
* Fri June 4 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-17
* Fri Jun 4 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-17
- DESC: clean enclave memory when it comes to error_handle
* Thu June 3 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-16
* Thu Jun 3 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-16
- DESC: backport some patches from openeuler secGear
* Wed June 2 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-15
* Wed Jun 2 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-15
- DESC: fix uaf in cc_enclave_create
* Thu May 20 2021 chenmaodong<chenmaodong@huawei.com> - 0.1.0-14