You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/04/23 17:26:53 UTC

[incubator-teaclave-sgx-sdk] tag v1.1.2 updated (b7915af -> 31b3233)

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a change to tag v1.1.2
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.


*** WARNING: tag v1.1.2 was modified! ***

    from b7915af  (commit)
      to 31b3233  (commit)
    from b7915af  Update Readme
     add fc3514e  remove sgx_core_futures
     add 07706dc  Fix psi and remoteattestation
     add 3397147  Update static-data-distribution Cargo.toml
     add 4d3468e  Update switchless Enclave.edl
     add 31b3233  Merge pull request #228 from volcano0dr/master

No new revisions were added by this update.

Summary of changes:
 samplecode/psi/SMCServer/Makefile                  |   1 +
 samplecode/psi/SMCServer/enclave/src/lib.rs        |  32 +---
 samplecode/remoteattestation/Application/Makefile  |   1 +
 .../Application/enclave/src/lib.rs                 |  32 +---
 .../static-data-distribution/enclave/Cargo.toml    |   6 +-
 samplecode/switchless/enclave/Enclave.edl          |   1 +
 sgx_core_futures/Cargo.toml                        |  15 --
 sgx_core_futures/LICENSE                           | 202 ---------------------
 sgx_core_futures/Readme.md                         |   3 -
 sgx_core_futures/src/future.rs                     | 118 ------------
 sgx_core_futures/src/lib.rs                        |  99 ----------
 11 files changed, 12 insertions(+), 498 deletions(-)
 delete mode 100644 sgx_core_futures/Cargo.toml
 delete mode 100644 sgx_core_futures/LICENSE
 delete mode 100644 sgx_core_futures/Readme.md
 delete mode 100644 sgx_core_futures/src/future.rs
 delete mode 100644 sgx_core_futures/src/lib.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org