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

rduan pushed a commit to branch revert-394-intel-2.17
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git

commit b93bfd0a7a8a151b7b90ea208648f9081f520a9d
Author: volcano <[email protected]>
AuthorDate: Tue Jun 28 10:49:23 2022 +0800

    Revert "Bump to 1.1.5"
    
    This reverts commit 605c8ea7a05d9d1a2536be66c09d3b5a06f348b0.
---
 dockerfile/build.sh                       | 6 +++---
 dockerfile/push.sh                        | 6 +++---
 sgx_align_struct_attribute/Cargo.toml     | 2 +-
 sgx_alloc/Cargo.toml                      | 2 +-
 sgx_backtrace/Cargo.toml                  | 2 +-
 sgx_backtrace_sys/Cargo.toml              | 2 +-
 sgx_build_helper/Cargo.toml               | 2 +-
 sgx_cov/Cargo.toml                        | 2 +-
 sgx_crypto_helper/Cargo.toml              | 2 +-
 sgx_demangle/Cargo.toml                   | 2 +-
 sgx_edl/Cargo.toml                        | 2 +-
 sgx_libc/Cargo.toml                       | 2 +-
 sgx_no_tstd/Cargo.toml                    | 2 +-
 sgx_rand/Cargo.toml                       | 2 +-
 sgx_rand_derive/Cargo.toml                | 2 +-
 sgx_serialize/Cargo.toml                  | 2 +-
 sgx_serialize_derive/Cargo.toml           | 2 +-
 sgx_serialize_derive_internals/Cargo.toml | 2 +-
 sgx_signal/Cargo.toml                     | 2 +-
 sgx_tcrypto/Cargo.toml                    | 2 +-
 sgx_tcrypto_helper/Cargo.toml             | 2 +-
 sgx_tdh/Cargo.toml                        | 2 +-
 sgx_tkey_exchange/Cargo.toml              | 2 +-
 sgx_tprotected_fs/Cargo.toml              | 2 +-
 sgx_trts/Cargo.toml                       | 2 +-
 sgx_tse/Cargo.toml                        | 2 +-
 sgx_tseal/Cargo.toml                      | 2 +-
 sgx_tstd/Cargo.toml                       | 2 +-
 sgx_tunittest/Cargo.toml                  | 2 +-
 sgx_types/Cargo.toml                      | 2 +-
 sgx_types/src/function.rs                 | 2 +-
 sgx_ucrypto/Cargo.toml                    | 2 +-
 sgx_unwind/Cargo.toml                     | 2 +-
 sgx_urts/Cargo.toml                       | 3 +--
 34 files changed, 38 insertions(+), 39 deletions(-)

diff --git a/dockerfile/build.sh b/dockerfile/build.sh
index c42e1ee9..63601639 100755
--- a/dockerfile/build.sh
+++ b/dockerfile/build.sh
@@ -6,9 +6,9 @@ DOCKERFILE_1804_NIGHTLY=Dockerfile.1804.nightly
 DOCKERFILE_2004_NIGHTLY=Dockerfile.2004.nightly
 DOCKERFILE_centos8_NIGHTLY=Dockerfile.centos8.nightly
 
-IMAGE_1804_NIGHTLY=baiduxlab/sgx-rust:1804-1.1.5
-IMAGE_2004_NIGHTLY=baiduxlab/sgx-rust:2004-1.1.5
-IMAGE_centos8_NIGHTLY=baiduxlab/sgx-rust:centos8-1.1.5
+IMAGE_1804_NIGHTLY=baiduxlab/sgx-rust:1804-1.1.4
+IMAGE_2004_NIGHTLY=baiduxlab/sgx-rust:2004-1.1.4
+IMAGE_centos8_NIGHTLY=baiduxlab/sgx-rust:centos8-1.1.4
 
 build_one() {
        docker build --no-cache -t $1 -f $2 .
diff --git a/dockerfile/push.sh b/dockerfile/push.sh
index 583d0b09..e1084667 100755
--- a/dockerfile/push.sh
+++ b/dockerfile/push.sh
@@ -6,9 +6,9 @@ DOCKERFILE_1804_NIGHTLY=Dockerfile.1804.nightly
 DOCKERFILE_2004_NIGHTLY=Dockerfile.2004.nightly
 DOCKERFILE_centos8_NIGHTLY=Dockerfile.centos8.nightly
 
-IMAGE_1804_NIGHTLY=baiduxlab/sgx-rust:1804-1.1.5
-IMAGE_2004_NIGHTLY=baiduxlab/sgx-rust:2004-1.1.5
-IMAGE_centos8_NIGHTLY=baiduxlab/sgx-rust:centos8-1.1.5
+IMAGE_1804_NIGHTLY=baiduxlab/sgx-rust:1804-1.1.4
+IMAGE_2004_NIGHTLY=baiduxlab/sgx-rust:2004-1.1.4
+IMAGE_centos8_NIGHTLY=baiduxlab/sgx-rust:centos8-1.1.4
 
 push_one() {
        docker push $1
diff --git a/sgx_align_struct_attribute/Cargo.toml 
b/sgx_align_struct_attribute/Cargo.toml
index 5cadf18e..46596bd7 100644
--- a/sgx_align_struct_attribute/Cargo.toml
+++ b/sgx_align_struct_attribute/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_align_struct_attribute"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_alloc/Cargo.toml b/sgx_alloc/Cargo.toml
index f0d1f1c2..387eae2e 100644
--- a/sgx_alloc/Cargo.toml
+++ b/sgx_alloc/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_alloc"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_backtrace/Cargo.toml b/sgx_backtrace/Cargo.toml
index cab06623..2ae37467 100644
--- a/sgx_backtrace/Cargo.toml
+++ b/sgx_backtrace/Cargo.toml
@@ -1,7 +1,7 @@
 
 [package]
 name = "sgx_backtrace"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_backtrace_sys/Cargo.toml b/sgx_backtrace_sys/Cargo.toml
index e7669112..cb874f5c 100644
--- a/sgx_backtrace_sys/Cargo.toml
+++ b/sgx_backtrace_sys/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_backtrace_sys"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_build_helper/Cargo.toml b/sgx_build_helper/Cargo.toml
index dc23478c..7b9ebc94 100644
--- a/sgx_build_helper/Cargo.toml
+++ b/sgx_build_helper/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_build_helper"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_cov/Cargo.toml b/sgx_cov/Cargo.toml
index e53df42f..2e5d1735 100644
--- a/sgx_cov/Cargo.toml
+++ b/sgx_cov/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_cov"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_crypto_helper/Cargo.toml b/sgx_crypto_helper/Cargo.toml
index c4967401..b2fe6368 100644
--- a/sgx_crypto_helper/Cargo.toml
+++ b/sgx_crypto_helper/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_crypto_helper"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_demangle/Cargo.toml b/sgx_demangle/Cargo.toml
index f2578e1e..5f165b2a 100644
--- a/sgx_demangle/Cargo.toml
+++ b/sgx_demangle/Cargo.toml
@@ -1,7 +1,7 @@
 
 [package]
 name = "sgx_demangle"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_edl/Cargo.toml b/sgx_edl/Cargo.toml
index e0adf67f..098860bb 100644
--- a/sgx_edl/Cargo.toml
+++ b/sgx_edl/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_edl"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_libc/Cargo.toml b/sgx_libc/Cargo.toml
index 1a46645a..7f7f3647 100644
--- a/sgx_libc/Cargo.toml
+++ b/sgx_libc/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_libc"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_no_tstd/Cargo.toml b/sgx_no_tstd/Cargo.toml
index d85aab82..914b1f68 100644
--- a/sgx_no_tstd/Cargo.toml
+++ b/sgx_no_tstd/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_no_tstd"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 build = "build.rs"
 repository = "https://github.com/apache/teaclave-sgx-sdk";
diff --git a/sgx_rand/Cargo.toml b/sgx_rand/Cargo.toml
index bdd11ffb..1a942d53 100644
--- a/sgx_rand/Cargo.toml
+++ b/sgx_rand/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_rand"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_rand_derive/Cargo.toml b/sgx_rand_derive/Cargo.toml
index 442abfeb..0b77310a 100644
--- a/sgx_rand_derive/Cargo.toml
+++ b/sgx_rand_derive/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_rand_derive"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_serialize/Cargo.toml b/sgx_serialize/Cargo.toml
index 457e0093..665244f8 100644
--- a/sgx_serialize/Cargo.toml
+++ b/sgx_serialize/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_serialize"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_serialize_derive/Cargo.toml b/sgx_serialize_derive/Cargo.toml
index a9f40849..5ce9db30 100644
--- a/sgx_serialize_derive/Cargo.toml
+++ b/sgx_serialize_derive/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_serialize_derive"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_serialize_derive_internals/Cargo.toml 
b/sgx_serialize_derive_internals/Cargo.toml
index 499039d8..239cd3c0 100644
--- a/sgx_serialize_derive_internals/Cargo.toml
+++ b/sgx_serialize_derive_internals/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_serialize_derive_internals"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_signal/Cargo.toml b/sgx_signal/Cargo.toml
index 2502991e..7ba3f472 100644
--- a/sgx_signal/Cargo.toml
+++ b/sgx_signal/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_signal"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tcrypto/Cargo.toml b/sgx_tcrypto/Cargo.toml
index 24e88205..379b830b 100644
--- a/sgx_tcrypto/Cargo.toml
+++ b/sgx_tcrypto/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tcrypto"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tcrypto_helper/Cargo.toml b/sgx_tcrypto_helper/Cargo.toml
index 2498690f..b24f01c6 100644
--- a/sgx_tcrypto_helper/Cargo.toml
+++ b/sgx_tcrypto_helper/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tcrypto_helper"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tdh/Cargo.toml b/sgx_tdh/Cargo.toml
index 2283440c..f65a5947 100644
--- a/sgx_tdh/Cargo.toml
+++ b/sgx_tdh/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tdh"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tkey_exchange/Cargo.toml b/sgx_tkey_exchange/Cargo.toml
index 9f670260..f55cc8ed 100644
--- a/sgx_tkey_exchange/Cargo.toml
+++ b/sgx_tkey_exchange/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tkey_exchange"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tprotected_fs/Cargo.toml b/sgx_tprotected_fs/Cargo.toml
index 2db16b69..3978625a 100644
--- a/sgx_tprotected_fs/Cargo.toml
+++ b/sgx_tprotected_fs/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tprotected_fs"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_trts/Cargo.toml b/sgx_trts/Cargo.toml
index 385801a1..d43b81aa 100644
--- a/sgx_trts/Cargo.toml
+++ b/sgx_trts/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_trts"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tse/Cargo.toml b/sgx_tse/Cargo.toml
index 3191167e..2ba59fdc 100644
--- a/sgx_tse/Cargo.toml
+++ b/sgx_tse/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tse"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tseal/Cargo.toml b/sgx_tseal/Cargo.toml
index 21e63482..45cb55a4 100644
--- a/sgx_tseal/Cargo.toml
+++ b/sgx_tseal/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tseal"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tstd/Cargo.toml b/sgx_tstd/Cargo.toml
index 97ec1b37..cac5bd6b 100644
--- a/sgx_tstd/Cargo.toml
+++ b/sgx_tstd/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tstd"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_tunittest/Cargo.toml b/sgx_tunittest/Cargo.toml
index 802d6a3b..75bc127f 100644
--- a/sgx_tunittest/Cargo.toml
+++ b/sgx_tunittest/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_tunittest"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_types/Cargo.toml b/sgx_types/Cargo.toml
index 8ab21382..f46b1769 100644
--- a/sgx_types/Cargo.toml
+++ b/sgx_types/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 authors = ["The Teaclave Authors"]
 name = "sgx_types"
-version = "1.1.5"
+version = "1.1.4"
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
 documentation = "https://teaclave.apache.org/sgx-sdk-docs/";
diff --git a/sgx_types/src/function.rs b/sgx_types/src/function.rs
index 4eaee78a..3f8600c6 100644
--- a/sgx_types/src/function.rs
+++ b/sgx_types/src/function.rs
@@ -1089,7 +1089,7 @@ extern "C" {
     ) -> sgx_qcnl_error_t;
     pub fn tdx_qcnl_free_tcbinfo(p_tcbinfo: *const uint8_t);
     pub fn sgx_qcnl_get_qe_identity(
-        qe_type: sgx_qe_type_t,
+        qe_type: uint8_t,
         custom_param_b64_string: *const c_char,
         p_qe_identity: *mut *mut uint8_t,
         p_qe_identity_size: *mut uint16_t,
diff --git a/sgx_ucrypto/Cargo.toml b/sgx_ucrypto/Cargo.toml
index c7965420..5fe574aa 100644
--- a/sgx_ucrypto/Cargo.toml
+++ b/sgx_ucrypto/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_ucrypto"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
diff --git a/sgx_unwind/Cargo.toml b/sgx_unwind/Cargo.toml
index fda5d87c..c90d4776 100644
--- a/sgx_unwind/Cargo.toml
+++ b/sgx_unwind/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_unwind"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 build = "build.rs"
 repository = "https://github.com/apache/teaclave-sgx-sdk";
diff --git a/sgx_urts/Cargo.toml b/sgx_urts/Cargo.toml
index 8f94a641..b5a23208 100644
--- a/sgx_urts/Cargo.toml
+++ b/sgx_urts/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "sgx_urts"
-version = "1.1.5"
+version = "1.1.4"
 authors = ["The Teaclave Authors"]
 repository = "https://github.com/apache/teaclave-sgx-sdk";
 license-file = "LICENSE"
@@ -19,5 +19,4 @@ global_exit = ["global_init"]
 
 [dependencies]
 sgx_types = { path = "../sgx_types" }
-sgx_uspfs = { path = "../sgx_fs/uspfs" }
 libc = "0.2"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to