From 28c4f95d90cb25e145400f9dd89b7e4f105cdc85 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Mon, 4 Dec 2023 11:48:33 +0800 Subject: [PATCH] remove author information --- 0072-remove-author-information.patch | 50 +++++++++++++++++++++++++ secGear.spec | 56 +++++++++++++++------------- 2 files changed, 80 insertions(+), 26 deletions(-) create mode 100644 0072-remove-author-information.patch diff --git a/0072-remove-author-information.patch b/0072-remove-author-information.patch new file mode 100644 index 0000000..119a8dd --- /dev/null +++ b/0072-remove-author-information.patch @@ -0,0 +1,50 @@ +From 3ddda2c5856d55d6b778b91d8217844f1cc00f85 Mon Sep 17 00:00:00 2001 +From: xuraoqing +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 + diff --git a/secGear.spec b/secGear.spec index 2d2baf1..d30ba7c 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 45 +Release: 46 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -54,32 +54,33 @@ Patch41: 0042-destroy-rwlock-when-create-enclave-failed.patch Patch42: 0043-fix-partial-resource-leak.patch Patch43: 0044-fix-pointer-without-init-or-check-NULL.patch Patch44: 0045-optimize-the-private-key-usage-of-the-single-step-si.patch -Patch45: 0046-fix-return-value.patch -Patch46: 0047-del-print-uncontrol-form-string.patch +Patch45: 0046-fix-return-value.patch +Patch46: 0047-del-print-uncontrol-form-string.patch Patch47: 0048-Delete-the-null-determination-of-out_buf-in-codegene.patch -Patch48: 0049-support-switchless-feature.patch -Patch49: 0050-switchless-schedule-policy.patch -Patch50: 0051-asynchronous-switchless.patch -Patch51: 0052-rollback-to-common-invoking-when-async-invoking-fail.patch -Patch52: 0053-asynchronous-switchless-example.patch -Patch53: 0054-fix-gen-ecall-header-error.patch -Patch54: 0055-switchless-readme-add-async-interface.patch -Patch55: 0056-destroy-enclave-release-remain-shared-memory.patch -Patch56: 0057-new-feature-secure-channel-support.patch -Patch57: 0058-refactor-cmake-SDK_PATH.patch -Patch58: 0059-adapt-itrustee_sdk-openssl-path-modification.patch -Patch59: 0060-supprot-kunpeng-remote-attestation.patch -Patch60: 0061-refactor-remote-attestation.patch -Patch61: 0062-secure-channel-support-authentication-by-remote-atte.patch -Patch62: 0063-some-code-optimize.patch -Patch63: 0064-support-local-attest.patch -Patch64: 0065-optimize-name-ree-agent-to-ra-agent.patch -Patch65: 0066-fix-error-file-name.patch -Patch66: 0067-local-attest-verify-input-hash-pointer.patch -Patch67: 0068-bugfix-when-input-empty-hash.patch -Patch68: 0069-adapt-sign-tool-to-pass-API_LEVEL.patch -Patch69: 0070-sign-tool-add-invalid-param-verify.patch -Patch70: 0071-adapt-report-with-request-key.patch +Patch48: 0049-support-switchless-feature.patch +Patch49: 0050-switchless-schedule-policy.patch +Patch50: 0051-asynchronous-switchless.patch +Patch51: 0052-rollback-to-common-invoking-when-async-invoking-fail.patch +Patch52: 0053-asynchronous-switchless-example.patch +Patch53: 0054-fix-gen-ecall-header-error.patch +Patch54: 0055-switchless-readme-add-async-interface.patch +Patch55: 0056-destroy-enclave-release-remain-shared-memory.patch +Patch56: 0057-new-feature-secure-channel-support.patch +Patch57: 0058-refactor-cmake-SDK_PATH.patch +Patch58: 0059-adapt-itrustee_sdk-openssl-path-modification.patch +Patch59: 0060-supprot-kunpeng-remote-attestation.patch +Patch60: 0061-refactor-remote-attestation.patch +Patch61: 0062-secure-channel-support-authentication-by-remote-atte.patch +Patch62: 0063-some-code-optimize.patch +Patch63: 0064-support-local-attest.patch +Patch64: 0065-optimize-name-ree-agent-to-ra-agent.patch +Patch65: 0066-fix-error-file-name.patch +Patch66: 0067-local-attest-verify-input-hash-pointer.patch +Patch67: 0068-bugfix-when-input-empty-hash.patch +Patch68: 0069-adapt-sign-tool-to-pass-API_LEVEL.patch +Patch69: 0070-sign-tool-add-invalid-param-verify.patch +Patch70: 0071-adapt-report-with-request-key.patch +Patch71: 0072-remove-author-information.patch BuildRequires: gcc python automake autoconf libtool BUildRequires: glibc glibc-devel cmake ocaml-dune rpm gcc-c++ openssl-libs openssl-devel @@ -211,6 +212,9 @@ popd systemctl restart rsyslog %changelog +* Mon Dec 4 2023 fuanan - 0.1.0-46 +- DESC: remove author information + * Tue Jun 20 2023 houmingyong - 0.1.0-45 - DESC: adapt report with request key -- Gitee