You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2021/07/21 22:37:11 UTC

[incubator-teaclave-website] branch master updated (42155dd -> e1c615b)

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

mssun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git.


    from 42155dd  Meetup #5 blog
     new 00c4626  Update sgx sdk to 1.1.3
     new 7edd95b  Fix building issue
     new e1c615b  Post meetup #6 schedule

The 3 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.


Summary of changes:
 sgx-sdk-api-docs/Cargo.lock               | 53 +++++++++++++------------------
 sgx-sdk-api-docs/Cargo.toml               |  6 ++--
 site/Makefile                             |  4 ++-
 site/blog/2021-07-29-teaclave-meetup-6.md | 20 ++++++++++++
 4 files changed, 48 insertions(+), 35 deletions(-)
 create mode 100644 site/blog/2021-07-29-teaclave-meetup-6.md

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


[incubator-teaclave-website] 02/03: Fix building issue

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

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 7edd95beacced4d750ac7ee5226bbecfe6587bf0
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Wed Jul 21 15:36:37 2021 -0700

    Fix building issue
---
 site/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/site/Makefile b/site/Makefile
index 017e538..c1d9bcf 100644
--- a/site/Makefile
+++ b/site/Makefile
@@ -12,12 +12,14 @@ sgx-sdk-api-docs: teaclave-docs
 	@echo "<meta http-equiv=refresh content=0;url=`echo sgx_tstd | cut -d '/' -f 2`/index.html>" > .vuepress/dist/api-docs/sgx-sdk/index.html
 
 client-sdk-python-docs: teaclave-docs
-	pdoc teaclave/sdk/python/teaclave.py -o .vuepress/dist/api-docs/client-sdk-python --html
+	pdoc teaclave/sdk/python/teaclave.py -o .vuepress/dist/api-docs/client-sdk-python
 	@echo "<meta http-equiv=refresh content=0;url=teaclave.html>" > .vuepress/dist/api-docs/client-sdk-python/index.html
 
 client-sdk-rust-docs: teaclave-docs
+	(cd teaclave && git submodule update --init third_party/rust-sgx-sdk)
 	cargo doc --no-deps --manifest-path teaclave/sdk/rust/Cargo.toml
 	cp -r teaclave/sdk/rust/target/doc .vuepress/dist/api-docs/client-sdk-rust
+	@rm -rf teaclave/third_party/rust-sgx-sdk
 	@echo "<meta http-equiv=refresh content=0;url=`echo teaclave_client_sdk | cut -d '/' -f 2`/index.html>" > .vuepress/dist/api-docs/client-sdk-rust/index.html
 
 crate-docs:

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


[incubator-teaclave-website] 01/03: Update sgx sdk to 1.1.3

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

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit 00c46267698bb2f8667a0487be35794accfa8702
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Wed Jul 21 15:36:10 2021 -0700

    Update sgx sdk to 1.1.3
---
 sgx-sdk-api-docs/Cargo.lock | 53 +++++++++++++++++++--------------------------
 sgx-sdk-api-docs/Cargo.toml |  6 ++---
 2 files changed, 25 insertions(+), 34 deletions(-)

diff --git a/sgx-sdk-api-docs/Cargo.lock b/sgx-sdk-api-docs/Cargo.lock
index afc66ee..54c9ef7 100644
--- a/sgx-sdk-api-docs/Cargo.lock
+++ b/sgx-sdk-api-docs/Cargo.lock
@@ -1,12 +1,6 @@
 # This file is automatically @generated by Cargo.
 # It is not intended for manual editing.
 [[package]]
-name = "autocfg"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
-
-[[package]]
 name = "cc"
 version = "1.0.54"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -14,21 +8,18 @@ checksum = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
 
 [[package]]
 name = "hashbrown_tstd"
-version = "0.7.1"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
-dependencies = [
- "autocfg",
-]
+version = "0.9.0"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 
 [[package]]
 name = "sgx_alloc"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 
 [[package]]
 name = "sgx_backtrace_sys"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 dependencies = [
  "cc",
  "sgx_build_helper",
@@ -38,25 +29,25 @@ dependencies = [
 [[package]]
 name = "sgx_build_helper"
 version = "0.1.3"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 
 [[package]]
 name = "sgx_demangle"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 
 [[package]]
 name = "sgx_libc"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 dependencies = [
  "sgx_types",
 ]
 
 [[package]]
 name = "sgx_tprotected_fs"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 dependencies = [
  "sgx_trts",
  "sgx_types",
@@ -64,8 +55,8 @@ dependencies = [
 
 [[package]]
 name = "sgx_trts"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 dependencies = [
  "sgx_libc",
  "sgx_types",
@@ -73,16 +64,16 @@ dependencies = [
 
 [[package]]
 name = "sgx_tse"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 dependencies = [
  "sgx_types",
 ]
 
 [[package]]
 name = "sgx_tstd"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 dependencies = [
  "hashbrown_tstd",
  "sgx_alloc",
@@ -97,13 +88,13 @@ dependencies = [
 
 [[package]]
 name = "sgx_types"
-version = "1.1.2"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+version = "1.1.3"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 
 [[package]]
 name = "sgx_unwind"
 version = "0.1.1"
-source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.2#253b3ac982b2d09d32f5fa5a2011e3c36bcbed1e"
+source = "git+https://github.com/apache/incubator-teaclave-sgx-sdk.git?tag=v1.1.3#a6a172e652b4db4eaa17e4faa078fda8922abdd0"
 dependencies = [
  "sgx_build_helper",
 ]
diff --git a/sgx-sdk-api-docs/Cargo.toml b/sgx-sdk-api-docs/Cargo.toml
index 46b34ef..318ae7f 100644
--- a/sgx-sdk-api-docs/Cargo.toml
+++ b/sgx-sdk-api-docs/Cargo.toml
@@ -8,6 +8,6 @@ edition = "2018"
 path = "lib.rs"
 
 [dependencies]
-sgx_tstd = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.2" }
-sgx_trts = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.2" }
-sgx_tse = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.2" }
\ No newline at end of file
+sgx_tstd = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.3" }
+sgx_trts = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.3" }
+sgx_tse = { git = "https://github.com/apache/incubator-teaclave-sgx-sdk.git", tag = "v1.1.3" }

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


[incubator-teaclave-website] 03/03: Post meetup #6 schedule

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

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git

commit e1c615b1f900b9227851e6c7a4407e96b68e73a1
Author: Mingshen Sun <bo...@mssun.me>
AuthorDate: Wed Jul 21 15:36:55 2021 -0700

    Post meetup #6 schedule
---
 site/blog/2021-07-29-teaclave-meetup-6.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/site/blog/2021-07-29-teaclave-meetup-6.md b/site/blog/2021-07-29-teaclave-meetup-6.md
new file mode 100644
index 0000000..74d0694
--- /dev/null
+++ b/site/blog/2021-07-29-teaclave-meetup-6.md
@@ -0,0 +1,20 @@
+---
+title: "[Scheduled] Teaclave Meetup #6"
+date: 2021-07-29
+author: Mingshen Sun
+---
+
+We are going to have the monthly Teaclave (virtual) meetup. The
+meetup in this month is scheduled on July 29, 2021 (PT):
+
+- 19:00-20:00 on Thursday, July 29, 2021 (PT)
+
+You can find the corresponding date time in your TZ here:
+https://time.is/compare/1900_29_July_2021_in_PT
+
+As usual, Mingshen will give an update of Teaclave first. Then, if there's no
+specific topic this time, we will have an open discussion session on recent
+news/projects around confidential computing.
+
+At last, same as the previous meetup, please RSVP (in the Teaclave dev mailing
+list) for the Zoom link. Thanks!

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