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 2020/12/03 01:16:34 UTC

[incubator-teaclave] branch master updated (23020ff -> 897cc1d)

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.git.


    from 23020ff  [community] Add Veracruz
     new d701109  Update azure-confidential-computing.md
     new 897cc1d  Update my-first-function.md

The 2 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:
 docs/azure-confidential-computing.md | 2 +-
 docs/my-first-function.md            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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


[incubator-teaclave] 01/02: Update azure-confidential-computing.md

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.git

commit d701109f358c56ae6ecb782dae725fa42bdfa317
Author: Raullen Chai <ra...@gmail.com>
AuthorDate: Wed Dec 2 17:11:58 2020 -0800

    Update azure-confidential-computing.md
---
 docs/azure-confidential-computing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/azure-confidential-computing.md b/docs/azure-confidential-computing.md
index f50f10d..97fe913 100644
--- a/docs/azure-confidential-computing.md
+++ b/docs/azure-confidential-computing.md
@@ -23,7 +23,7 @@ enclave  provision
 Then, install SGX architectural enclaves and quoting libraries for attestation.
 
 ```
-$ sudo apt-get install libssl-dev libcurl4-openssldev libprotobuf-dev
+$ sudo apt-get install libssl-dev libcurl4-openssl-dev libprotobuf-dev
 $ echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main' | sudo tee /etc/apt/sources.list.d/intel-sgx.list
 $ wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add -
 $ sudo apt-get update && \


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


[incubator-teaclave] 02/02: Update my-first-function.md

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.git

commit 897cc1dffdfc33ab92a6d79a191b664ef823826f
Author: Raullen Chai <ra...@gmail.com>
AuthorDate: Wed Dec 2 17:12:20 2020 -0800

    Update my-first-function.md
---
 docs/my-first-function.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/my-first-function.md b/docs/my-first-function.md
index 48cc34f..7e73d87 100644
--- a/docs/my-first-function.md
+++ b/docs/my-first-function.md
@@ -25,7 +25,7 @@ $ ls /dev/isgx    # Make sure you have the SGX device
 Then, install SGX architectural enclaves and quoting libraries for attestation.
 
 ```
-$ sudo apt-get install libssl-dev libcurl4-openssldev libprotobuf-dev
+$ sudo apt-get install libssl-dev libcurl4-openssl-dev libprotobuf-dev
 $ echo 'deb [arch=amd64] https://download.01.org/intel-sgx/sgx_repo/ubuntu bionic main' | sudo tee /etc/apt/sources.list.d/intel-sgx.list
 $ wget -qO - https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key | sudo apt-key add -
 $ sudo apt-get update && \


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