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/03 00:05:15 UTC

[incubator-teaclave-sgx-sdk] branch v1.1.1-crates-io created (now 130cc80)

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

dingyu pushed a change to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.


      at 130cc80  Prepare sgx_backtrace

This branch includes the following new commits:

     new ded0b69  Prepare sgx_urts
     new 2599950  Prepare sgx_ucrypto
     new 5c226bd  Prepare sgx_tcrypto
     new 3051d2c  Prepare sgx_tse
     new f8ef0a5  Prepare sgx_libc
     new a6c939a  Prepare sgx_tkey_exchange
     new 15db38e  Prepare sgx_trts
     new b563cf9  Prepare sgx_tdh
     new fa73f37  Prepare sgx_tseal
     new cb0fc5e  Prepare sgx_backtrace_sys
     new 43072e7  Prepare sgx_backtrace_sys
     new 50dafd4  Prepare sgx_unwind
     new c03f21e  Prepare sgx_unwind
     new 94494d7  Prepare sgx_unwind
     new 033465f  Prepare sgx_tprotected_fs
     new 05d466e  Prepare sgx_tprotected_fs
     new 86982cf  Prepare sgx_tstd
     new 8562e3b  Prepare sgx_tstd
     new f88d752  Prepare sgx_tstd
     new f2346b2  Prepare sgx_tstd
     new b11fd35  Prepare sgx_tstd
     new e684e46  Prepare sgx_serialize_derive
     new f09b7c6  Prepare sgx_serialize
     new 73f9d24  Prepare sgx_tunittest
     new 4805edb  Prepare sgx_rand
     new d9d9d87  Prepare sgx_backtrace
     new 95ee96e  Prepare sgx_backtrace
     new 005f6d8  Prepare sgx_backtrace
     new 33212aa  Prepare sgx_backtrace
     new 130cc80  Prepare sgx_backtrace

The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-teaclave-sgx-sdk] 16/30: Prepare sgx_tprotected_fs

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 05d466e2e37905d87336a3c8e91637e976a9417d
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:50:40 2020 -0700

    Prepare sgx_tprotected_fs
---
 sgx_tprotected_fs/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sgx_tprotected_fs/Cargo.toml b/sgx_tprotected_fs/Cargo.toml
index 26b79b3..9863a00 100644
--- a/sgx_tprotected_fs/Cargo.toml
+++ b/sgx_tprotected_fs/Cargo.toml
@@ -16,5 +16,5 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = "=0.1.1"
-sgx_trts = "=0.1.1"
+sgx_types = "=1.1.1"
+sgx_trts = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 13/30: Prepare sgx_unwind

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit c03f21e3734e72988adf8699e7f67a72a84dcb32
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:47:24 2020 -0700

    Prepare sgx_unwind
---
 sgx_unwind/build.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_unwind/build.rs b/sgx_unwind/build.rs
index 9e13a03..43ec2c7 100644
--- a/sgx_unwind/build.rs
+++ b/sgx_unwind/build.rs
@@ -64,7 +64,7 @@ fn build_libunwind(host: &str, target: &str) -> Result<(), ()> {
         "aclocal.m4",
         "INSTALL"];
     let native = native_lib_boilerplate(
-                    "sgx_unwind/libunwind",
+                    "sgx_unwind-1.1.1/libunwind",
                     "libunwind",
                     "unwind",
                     "src/.libs",


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


[incubator-teaclave-sgx-sdk] 15/30: Prepare sgx_tprotected_fs

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 033465f1fb546aeb061c17513c7d1b32d3bb89c6
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:50:22 2020 -0700

    Prepare sgx_tprotected_fs
---
 sgx_tprotected_fs/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sgx_tprotected_fs/Cargo.toml b/sgx_tprotected_fs/Cargo.toml
index 28d8678..26b79b3 100644
--- a/sgx_tprotected_fs/Cargo.toml
+++ b/sgx_tprotected_fs/Cargo.toml
@@ -16,5 +16,5 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
-sgx_trts = { path = "../sgx_trts" }
+sgx_types = "=0.1.1"
+sgx_trts = "=0.1.1"


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


[incubator-teaclave-sgx-sdk] 20/30: Prepare sgx_tstd

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit f2346b20b464ed4c84fc4a9b69df8367e0edfaa5
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:54:16 2020 -0700

    Prepare sgx_tstd
---
 sgx_tstd/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_tstd/Cargo.toml b/sgx_tstd/Cargo.toml
index e3e4e3c..1a2766f 100644
--- a/sgx_tstd/Cargo.toml
+++ b/sgx_tstd/Cargo.toml
@@ -34,4 +34,4 @@ sgx_demangle = "=1.1.1"
 sgx_unwind = "=1.1.1"
 
 [dependencies]
-hashbrown = { version = "0.7.1", package = "hashbrown_tstd", path = "./hashbrown", default-features = false, features = ['rustc-dep-of-std'] }
+hashbrown = { version = "0.7.1", package = "hashbrown_tstd", default-features = false, features = ['rustc-dep-of-std'] }


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


[incubator-teaclave-sgx-sdk] 22/30: Prepare sgx_serialize_derive

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit e684e46da5d48e8e7d66fcd22d8af67d012b441e
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:56:14 2020 -0700

    Prepare sgx_serialize_derive
---
 sgx_serialize_derive/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_serialize_derive/Cargo.toml b/sgx_serialize_derive/Cargo.toml
index e765162..a4f4293 100644
--- a/sgx_serialize_derive/Cargo.toml
+++ b/sgx_serialize_derive/Cargo.toml
@@ -15,4 +15,4 @@ proc-macro = true
 [dependencies]
 quote = "0.3.8"
 syn = "0.11"
-sgx_serialize_derive_internals = { path = "../sgx_serialize_derive_internals" }
+sgx_serialize_derive_internals = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 07/30: Prepare sgx_trts

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 15db38eb1bb4191fda0084e61ecd97864ca738cc
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:41:06 2020 -0700

    Prepare sgx_trts
---
 sgx_trts/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sgx_trts/Cargo.toml b/sgx_trts/Cargo.toml
index c040996..402119e 100644
--- a/sgx_trts/Cargo.toml
+++ b/sgx_trts/Cargo.toml
@@ -15,5 +15,5 @@ name = "sgx_trts"
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
-sgx_libc = { path = "../sgx_libc" }
+sgx_types = "=1.1.1"
+sgx_libc = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 30/30: Prepare sgx_backtrace

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 130cc80f35cd61181d07582b07460c0dd19ed31a
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 17:01:51 2020 -0700

    Prepare sgx_backtrace
---
 sgx_backtrace/LICENSE | 202 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 202 insertions(+)

diff --git a/sgx_backtrace/LICENSE b/sgx_backtrace/LICENSE
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/sgx_backtrace/LICENSE
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.


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


[incubator-teaclave-sgx-sdk] 21/30: Prepare sgx_tstd

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit b11fd35049df509f757f42b73f969e4f828e2eda
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:54:56 2020 -0700

    Prepare sgx_tstd
---
 sgx_tstd/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_tstd/Cargo.toml b/sgx_tstd/Cargo.toml
index 1a2766f..954285a 100644
--- a/sgx_tstd/Cargo.toml
+++ b/sgx_tstd/Cargo.toml
@@ -31,7 +31,7 @@ sgx_alloc = "=1.1.1"
 sgx_tprotected_fs = "=1.1.1"
 sgx_backtrace_sys = "=1.1.1"
 sgx_demangle = "=1.1.1"
-sgx_unwind = "=1.1.1"
+sgx_unwind = "0.1"
 
 [dependencies]
 hashbrown = { version = "0.7.1", package = "hashbrown_tstd", default-features = false, features = ['rustc-dep-of-std'] }


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


[incubator-teaclave-sgx-sdk] 12/30: Prepare sgx_unwind

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 50dafd4c73f63d390c6786ecc88fa1508caee8fc
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:46:23 2020 -0700

    Prepare sgx_unwind
---
 sgx_unwind/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_unwind/Cargo.toml b/sgx_unwind/Cargo.toml
index 31913a9..bfc5abb 100644
--- a/sgx_unwind/Cargo.toml
+++ b/sgx_unwind/Cargo.toml
@@ -27,4 +27,4 @@ bench = false
 doc = false
 
 [build-dependencies]
-sgx_build_helper = { path = "../sgx_build_helper" }
+sgx_build_helper = "0.1.3"


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


[incubator-teaclave-sgx-sdk] 28/30: Prepare sgx_backtrace

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 005f6d87a46deabd5203e536924bc1e5bd911b62
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 17:00:14 2020 -0700

    Prepare sgx_backtrace
---
 sgx_backtrace/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_backtrace/Cargo.toml b/sgx_backtrace/Cargo.toml
index 2f26ee2..f298f0a 100644
--- a/sgx_backtrace/Cargo.toml
+++ b/sgx_backtrace/Cargo.toml
@@ -13,7 +13,7 @@ edition = "2018"
 sgx_demangle = "=1.1.1"
 sgx_backtrace_sys = "=1.1.1"
 sgx_libc = "=1.1.1"
-sgx_unwind = "=1.1.1"
+sgx_unwind = "0.1"
 sgx_types = "=1.1.1"
 sgx_trts = "=1.1.1"
 sgx_tstd = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 24/30: Prepare sgx_tunittest

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 73f9d245c8a203ff70967b07b2ff0677db18e251
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:57:52 2020 -0700

    Prepare sgx_tunittest
---
 sgx_tunittest/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_tunittest/Cargo.toml b/sgx_tunittest/Cargo.toml
index 9ddea48..d6a8045 100644
--- a/sgx_tunittest/Cargo.toml
+++ b/sgx_tunittest/Cargo.toml
@@ -23,4 +23,4 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_tstd = { path = "../sgx_tstd" }
+sgx_tstd = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 05/30: Prepare sgx_libc

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit f8ef0a5ced462f74491076e7aa8b7c53ea045a52
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:39:58 2020 -0700

    Prepare sgx_libc
---
 sgx_libc/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_libc/Cargo.toml b/sgx_libc/Cargo.toml
index bcd4509..d28dcf6 100644
--- a/sgx_libc/Cargo.toml
+++ b/sgx_libc/Cargo.toml
@@ -17,4 +17,4 @@ default = ["align"]
 align = []
 
 [target.'cfg(all(not(target_env = "sgx"), target_os = "linux", target_arch = "x86_64"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
+sgx_types = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 19/30: Prepare sgx_tstd

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit f88d75230808f5ac536c753ff68afe84e0d03c0b
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:53:49 2020 -0700

    Prepare sgx_tstd
---
 sgx_tstd/hashbrown/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_tstd/hashbrown/Cargo.toml b/sgx_tstd/hashbrown/Cargo.toml
index 138c2cd..d6be9b6 100644
--- a/sgx_tstd/hashbrown/Cargo.toml
+++ b/sgx_tstd/hashbrown/Cargo.toml
@@ -12,7 +12,7 @@
 
 [package]
 edition = "2018"
-name = "hashbrown"
+name = "hashbrown_tstd"
 version = "0.7.1"
 authors = ["Amanieu d'Antras <am...@gmail.com>"]
 build = "build.rs"


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


[incubator-teaclave-sgx-sdk] 08/30: Prepare sgx_tdh

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit b563cf9e1190119665bfabfe33879bc1410005ea
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:42:14 2020 -0700

    Prepare sgx_tdh
---
 sgx_tdh/Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sgx_tdh/Cargo.toml b/sgx_tdh/Cargo.toml
index e7f3f8f..7636726 100644
--- a/sgx_tdh/Cargo.toml
+++ b/sgx_tdh/Cargo.toml
@@ -18,7 +18,7 @@ default = []
 use_lav2 = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
-sgx_trts = { path = "../sgx_trts" }
-sgx_tcrypto = { path = "../sgx_tcrypto" }
-sgx_tse = { path = "../sgx_tse" }
+sgx_types = "=1.1.1"
+sgx_trts = "=1.1.1"
+sgx_tcrypto = "=1.1.1"
+sgx_tse = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 25/30: Prepare sgx_rand

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 4805edba72c9cffbc33c30ef039d290103672f5b
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:58:46 2020 -0700

    Prepare sgx_rand
---
 sgx_rand/Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sgx_rand/Cargo.toml b/sgx_rand/Cargo.toml
index efa52e3..9a47934 100644
--- a/sgx_rand/Cargo.toml
+++ b/sgx_rand/Cargo.toml
@@ -16,7 +16,7 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
-sgx_trts = { path = "../sgx_trts" }
-sgx_tstd = { path = "../sgx_tstd" }
+sgx_types = "=1.1.1"
+sgx_trts = "=1.1.1"
+sgx_tstd = "=1.1.1"
 


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


[incubator-teaclave-sgx-sdk] 10/30: Prepare sgx_backtrace_sys

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit cb0fc5efb8fba52e739daa9155238cde0b285b8a
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:44:57 2020 -0700

    Prepare sgx_backtrace_sys
---
 sgx_backtrace_sys/Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sgx_backtrace_sys/Cargo.toml b/sgx_backtrace_sys/Cargo.toml
index 4f44fbc..4502595 100644
--- a/sgx_backtrace_sys/Cargo.toml
+++ b/sgx_backtrace_sys/Cargo.toml
@@ -19,7 +19,7 @@ default = []
 
 [build-dependencies]
 cc = "1.0"
-sgx_build_helper = { path = "../sgx_build_helper" }
+sgx_build_helper = "0.1.3"
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_libc = { path = "../sgx_libc" }
\ No newline at end of file
+sgx_libc = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 03/30: Prepare sgx_tcrypto

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 5c226bde94dd08b47348d936e0f1ba32b921269d
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:38:12 2020 -0700

    Prepare sgx_tcrypto
---
 sgx_tcrypto/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_tcrypto/Cargo.toml b/sgx_tcrypto/Cargo.toml
index 7a1363f..32ebb7d 100644
--- a/sgx_tcrypto/Cargo.toml
+++ b/sgx_tcrypto/Cargo.toml
@@ -16,4 +16,4 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
+sgx_types = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 01/30: Prepare sgx_urts

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit ded0b69df3099e01df6b1e8287fc68f7957b454c
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:36:39 2020 -0700

    Prepare sgx_urts
---
 sgx_urts/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_urts/Cargo.toml b/sgx_urts/Cargo.toml
index 92b58fd..f79bec8 100644
--- a/sgx_urts/Cargo.toml
+++ b/sgx_urts/Cargo.toml
@@ -19,5 +19,5 @@ global_exit = []
 
 
 [dependencies]
-sgx_types = { path = "../sgx_types" }
+sgx_types = "=1.1.1"
 libc = "0.2.40"


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


[incubator-teaclave-sgx-sdk] 02/30: Prepare sgx_ucrypto

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 25999509360cdc1a7bb795fb6bb53e778cbc8b60
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:37:40 2020 -0700

    Prepare sgx_ucrypto
---
 sgx_ucrypto/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_ucrypto/Cargo.toml b/sgx_ucrypto/Cargo.toml
index 6e94ab7..d50c428 100644
--- a/sgx_ucrypto/Cargo.toml
+++ b/sgx_ucrypto/Cargo.toml
@@ -16,7 +16,7 @@ crate-type = ["rlib"]
 default = []
 
 [dependencies]
-sgx_types = { path = "../sgx_types" }
+sgx_types = "=1.1.1"
 libc = "0.2"
 rdrand = "0.6"
 rand_core = "0.3"


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


[incubator-teaclave-sgx-sdk] 18/30: Prepare sgx_tstd

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 8562e3bf1ee2a7ed26aa3987daceabff72614adc
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:52:57 2020 -0700

    Prepare sgx_tstd
---
 sgx_tstd/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_tstd/Cargo.toml b/sgx_tstd/Cargo.toml
index c5718f4..e3e4e3c 100644
--- a/sgx_tstd/Cargo.toml
+++ b/sgx_tstd/Cargo.toml
@@ -34,4 +34,4 @@ sgx_demangle = "=1.1.1"
 sgx_unwind = "=1.1.1"
 
 [dependencies]
-hashbrown = { package = "hashbrown_tstd", path = "./hashbrown", default-features = false, features = ['rustc-dep-of-std'] }
+hashbrown = { version = "0.7.1", package = "hashbrown_tstd", path = "./hashbrown", default-features = false, features = ['rustc-dep-of-std'] }


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


[incubator-teaclave-sgx-sdk] 06/30: Prepare sgx_tkey_exchange

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit a6c939a57f49d5075e637a26e51acdc64d21c3a5
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:40:33 2020 -0700

    Prepare sgx_tkey_exchange
---
 sgx_tkey_exchange/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_tkey_exchange/Cargo.toml b/sgx_tkey_exchange/Cargo.toml
index b83b0bc..0c7c7e0 100644
--- a/sgx_tkey_exchange/Cargo.toml
+++ b/sgx_tkey_exchange/Cargo.toml
@@ -16,4 +16,4 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
+sgx_types = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 26/30: Prepare sgx_backtrace

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit d9d9d87acae2254399e1e4eb9e72a662c7cf8dbc
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:59:42 2020 -0700

    Prepare sgx_backtrace
---
 sgx_backtrace/Cargo.toml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sgx_backtrace/Cargo.toml b/sgx_backtrace/Cargo.toml
index fa6f50c..49f60fc 100644
--- a/sgx_backtrace/Cargo.toml
+++ b/sgx_backtrace/Cargo.toml
@@ -10,14 +10,14 @@ description = "Rust SGX SDK provides the ability to write Intel SGX applications
 edition = "2018"
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_demangle = { path = "../sgx_demangle" }
-sgx_backtrace_sys = { path = "../sgx_backtrace_sys" }
-sgx_libc = { path = "../sgx_libc" }
-sgx_unwind = { path = "../sgx_unwind" }
-sgx_types = { path = "../sgx_types" }
-sgx_trts = { path = "../sgx_trts" }
-sgx_tstd = { path = "../sgx_tstd" }
-sgx_serialize = { path = "../sgx_serialize", optional = true }
+sgx_demangle = "=1.1.1"
+sgx_backtrace_sys = "=1.1.1"
+sgx_libc = "=1.1.1"
+sgx_unwind = "=1.1.1"
+sgx_types = "=1.1.1"
+sgx_trts = "=1.1.1"
+sgx_tstd = "=1.1.1"
+sgx_serialize = { version = "=1.1.1", optional = true }
 
 [dependencies]
 sgx_serialize_derive = { path = "../sgx_serialize_derive" }


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


[incubator-teaclave-sgx-sdk] 14/30: Prepare sgx_unwind

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 94494d7e73d175f434fe0177686e419c39212e30
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:48:50 2020 -0700

    Prepare sgx_unwind
---
 sgx_unwind/Cargo.toml | 2 +-
 sgx_unwind/build.rs   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sgx_unwind/Cargo.toml b/sgx_unwind/Cargo.toml
index bfc5abb..91bafc1 100644
--- a/sgx_unwind/Cargo.toml
+++ b/sgx_unwind/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_unwind"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["The Teaclave Authors"]
 build = "build.rs"
 repository = "https://github.com/apache/teaclave-sgx-sdk"
diff --git a/sgx_unwind/build.rs b/sgx_unwind/build.rs
index 43ec2c7..e162f09 100644
--- a/sgx_unwind/build.rs
+++ b/sgx_unwind/build.rs
@@ -64,7 +64,7 @@ fn build_libunwind(host: &str, target: &str) -> Result<(), ()> {
         "aclocal.m4",
         "INSTALL"];
     let native = native_lib_boilerplate(
-                    "sgx_unwind-1.1.1/libunwind",
+                    "sgx_unwind-0.1.1/libunwind",
                     "libunwind",
                     "unwind",
                     "src/.libs",


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


[incubator-teaclave-sgx-sdk] 23/30: Prepare sgx_serialize

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit f09b7c615a140af5de2ef1abea967f797786fc1a
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:56:59 2020 -0700

    Prepare sgx_serialize
---
 sgx_serialize/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_serialize/Cargo.toml b/sgx_serialize/Cargo.toml
index 7ae2120..5fdc36c 100644
--- a/sgx_serialize/Cargo.toml
+++ b/sgx_serialize/Cargo.toml
@@ -16,4 +16,4 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_tstd = { path = "../sgx_tstd" }
+sgx_tstd = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 17/30: Prepare sgx_tstd

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 86982cf2bc3bf99ab30a9e96368e117f536cd87c
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:52:34 2020 -0700

    Prepare sgx_tstd
---
 sgx_tstd/Cargo.toml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/sgx_tstd/Cargo.toml b/sgx_tstd/Cargo.toml
index 6859db4..c5718f4 100644
--- a/sgx_tstd/Cargo.toml
+++ b/sgx_tstd/Cargo.toml
@@ -24,14 +24,14 @@ untrusted_fs = []
 untrusted_time = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
-sgx_libc = { path = "../sgx_libc" }
-sgx_trts = { path = "../sgx_trts" }
-sgx_alloc = { path = "../sgx_alloc" }
-sgx_tprotected_fs = { path = "../sgx_tprotected_fs" }
-sgx_backtrace_sys = { path = "../sgx_backtrace_sys" }
-sgx_demangle = { path = "../sgx_demangle" }
-sgx_unwind = { path = "../sgx_unwind" }
+sgx_types = "=1.1.1"
+sgx_libc = "=1.1.1"
+sgx_trts = "=1.1.1"
+sgx_alloc = "=1.1.1"
+sgx_tprotected_fs = "=1.1.1"
+sgx_backtrace_sys = "=1.1.1"
+sgx_demangle = "=1.1.1"
+sgx_unwind = "=1.1.1"
 
 [dependencies]
-hashbrown = { path = "./hashbrown", default-features = false, features = ['rustc-dep-of-std'] }
+hashbrown = { package = "hashbrown_tstd", path = "./hashbrown", default-features = false, features = ['rustc-dep-of-std'] }


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


[incubator-teaclave-sgx-sdk] 09/30: Prepare sgx_tseal

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit fa73f375affa55e8a0e73593eef52744e00055f4
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:43:08 2020 -0700

    Prepare sgx_tseal
---
 sgx_tseal/Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sgx_tseal/Cargo.toml b/sgx_tseal/Cargo.toml
index 5ac6ace..6029aee 100644
--- a/sgx_tseal/Cargo.toml
+++ b/sgx_tseal/Cargo.toml
@@ -16,7 +16,7 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
-sgx_trts = { path = "../sgx_trts" }
-sgx_tcrypto = { path = "../sgx_tcrypto" }
-sgx_tse = { path = "../sgx_tse" }
+sgx_types = "=1.1.1"
+sgx_trts = "=1.1.1"
+sgx_tcrypto = "=1.1.1"
+sgx_tse = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 27/30: Prepare sgx_backtrace

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 95ee96e014114bd42ecdd378b6671df6c713330f
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:59:58 2020 -0700

    Prepare sgx_backtrace
---
 sgx_backtrace/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_backtrace/Cargo.toml b/sgx_backtrace/Cargo.toml
index 49f60fc..2f26ee2 100644
--- a/sgx_backtrace/Cargo.toml
+++ b/sgx_backtrace/Cargo.toml
@@ -20,7 +20,7 @@ sgx_tstd = "=1.1.1"
 sgx_serialize = { version = "=1.1.1", optional = true }
 
 [dependencies]
-sgx_serialize_derive = { path = "../sgx_serialize_derive" }
+sgx_serialize_derive = "=1.1.1"
 
 [features]
 default = ["std"]


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


[incubator-teaclave-sgx-sdk] 11/30: Prepare sgx_backtrace_sys

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 43072e7c8cab10557be962acfef1dbaa977b6051
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:45:38 2020 -0700

    Prepare sgx_backtrace_sys
---
 sgx_backtrace_sys/build.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_backtrace_sys/build.rs b/sgx_backtrace_sys/build.rs
index 6a2dd32..b898c7c 100644
--- a/sgx_backtrace_sys/build.rs
+++ b/sgx_backtrace_sys/build.rs
@@ -27,7 +27,7 @@ fn main() {
 
 fn build_libbacktrace(_target: &str) -> Result<(), ()> {
     let native = native_lib_boilerplate(
-                    "sgx_backtrace_sys/libbacktrace",
+                    "sgx_backtrace_sys-1.1.1/libbacktrace",
                     "libbacktrace",
                     "backtrace",
                     "",


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


[incubator-teaclave-sgx-sdk] 04/30: Prepare sgx_tse

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 3051d2c5f53d5b74c3f51bfe9d6144afc72294cf
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 16:39:24 2020 -0700

    Prepare sgx_tse
---
 sgx_tse/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sgx_tse/Cargo.toml b/sgx_tse/Cargo.toml
index a0b2162..eeb456e 100644
--- a/sgx_tse/Cargo.toml
+++ b/sgx_tse/Cargo.toml
@@ -16,4 +16,4 @@ crate-type = ["rlib"]
 default = []
 
 [target.'cfg(not(target_env = "sgx"))'.dependencies]
-sgx_types = { path = "../sgx_types" }
+sgx_types = "=1.1.1"


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


[incubator-teaclave-sgx-sdk] 29/30: Prepare sgx_backtrace

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.1-crates-io
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit 33212aa13eef4b84508d26c3724fff6790b541c4
Author: Yu Ding <di...@gmail.com>
AuthorDate: Thu Apr 2 17:01:18 2020 -0700

    Prepare sgx_backtrace
---
 sgx_backtrace/Readme.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sgx_backtrace/Readme.md b/sgx_backtrace/Readme.md
new file mode 100644
index 0000000..ba97d9b
--- /dev/null
+++ b/sgx_backtrace/Readme.md
@@ -0,0 +1,3 @@
+# Note
+
+Please visit our [homepage](https://github.com/apache/teaclave-sgx-sdk) for usage. Thanks!


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