File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 31
31
#ifndef _SE_VERSION_H_
32
32
#define _SE_VERSION_H_
33
33
34
- #define STRFILEVER "2.18.100.3 "
34
+ #define STRFILEVER "2.18.101.1 "
35
35
#define SGX_MAJOR_VERSION 2
36
36
#define SGX_MINOR_VERSION 18
37
- #define SGX_REVISION_VERSION 100
37
+ #define SGX_REVISION_VERSION 101
38
38
#define MAKE_VERSION_UINT (major ,minor ,rev ) (((uint64_t)major)<<32 | ((uint64_t)minor) << 16 | rev)
39
39
#define VERSION_UINT MAKE_VERSION_UINT(SGX_MAJOR_VERSION, SGX_MINOR_VERSION, SGX_REVISION_VERSION)
40
40
41
41
#define COPYRIGHT "Copyright (C) 2022 Intel Corporation"
42
42
43
- #define UAE_SERVICE_VERSION "2.3.216.3 "
44
- #define URTS_VERSION "2.0.100.3 "
45
- #define ENCLAVE_COMMON_VERSION "1.2.100.3 "
46
- #define LAUNCH_VERSION "1.0.118.3 "
47
- #define EPID_VERSION "1.0.118.3 "
48
- #define QUOTE_EX_VERSION "1.1.118.3 "
43
+ #define UAE_SERVICE_VERSION "2.3.217.1 "
44
+ #define URTS_VERSION "2.0.101.1 "
45
+ #define ENCLAVE_COMMON_VERSION "1.2.101.1 "
46
+ #define LAUNCH_VERSION "1.0.119.1 "
47
+ #define EPID_VERSION "1.0.119.1 "
48
+ #define QUOTE_EX_VERSION "1.1.119.1 "
49
49
50
50
#define PCE_VERSION "1.17.100.2"
51
51
#define LE_VERSION "1.17.100.2"
Original file line number Diff line number Diff line change 33
33
34
34
top_dir=` dirname $0 `
35
35
out_dir=$top_dir
36
- optlib_name=optimized_libs_2.18.tar.gz
37
- ae_file_name=prebuilt_ae_2.18.tar.gz
36
+ optlib_name=optimized_libs_2.18.1. tar.gz
37
+ ae_file_name=prebuilt_ae_2.18.1. tar.gz
38
38
binutils_file_name=as.ld.objdump.r4.tar.gz
39
- checksum_file=SHA256SUM_prebuilt_2.18.cfg
40
- server_url_path=https://download.01.org/intel-sgx/sgx-linux/2.18
39
+ checksum_file=SHA256SUM_prebuilt_2.18.1. cfg
40
+ server_url_path=https://download.01.org/intel-sgx/sgx-linux/2.18.1
41
41
server_optlib_url=$server_url_path /$optlib_name
42
42
server_ae_url=$server_url_path /$ae_file_name
43
43
server_binutils_url=$server_url_path /$binutils_file_name
You can’t perform that action at this time.
0 commit comments