Skip to content

Commit 75dd558

Browse files
committed
Linux 2.1.3 Open Source Gold Release
Security updates to Linux SDK and PSW Support for Intel SGX Protected Code Loader Signed-off-by: Li, Xun <[email protected]>
1 parent 4b31ceb commit 75dd558

File tree

1,488 files changed

+113694
-76035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,488 files changed

+113694
-76035
lines changed

Linux_SGXEclipsePlugin/build_directory/features/com.intel.sgx.feature/feature.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ This Agreement is governed by the laws of the State of New York and the intellec
114114
</url>
115115

116116
<requires>
117-
<import plugin="org.eclipse.cdt.ui" version="5.11.0" match="compatible"/>
118-
<import plugin="org.eclipse.core.expressions" version="3.5.0" match="compatible"/>
119-
<import plugin="org.eclipse.ui.ide" version="3.11.0" match="compatible"/>
120-
<import plugin="org.eclipse.cdt.core" version="5.11.0" match="compatible"/>
121-
<import plugin="org.eclipse.core.runtime" version="3.11.1" match="compatible"/>
122-
<import plugin="org.eclipse.ui" version="3.107.0" match="compatible"/>
123-
<import plugin="org.eclipse.cdt.managedbuilder.ui" version="8.2.2" match="compatible"/>
124-
<import plugin="org.eclipse.cdt.managedbuilder.core" version="8.3.0" match="compatible"/>
125-
<import plugin="org.eclipse.core.resources" version="3.10.1" match="compatible"/>
117+
<import plugin="org.eclipse.cdt.ui" version="5.11.0" match="greaterOrEqual"/>
118+
<import plugin="org.eclipse.core.expressions" version="3.5.0" match="greaterOrEqual"/>
119+
<import plugin="org.eclipse.ui.ide" version="3.11.0" match="greaterOrEqual"/>
120+
<import plugin="org.eclipse.cdt.core" version="5.11.0" match="greaterOrEqual"/>
121+
<import plugin="org.eclipse.core.runtime" version="3.11.1" match="greaterOrEqual"/>
122+
<import plugin="org.eclipse.ui" version="3.107.0" match="greaterOrEqual"/>
123+
<import plugin="org.eclipse.cdt.managedbuilder.ui" version="8.2.2" match="greaterOrEqual"/>
124+
<import plugin="org.eclipse.cdt.managedbuilder.core" version="8.3.0" match="greaterOrEqual"/>
125+
<import plugin="org.eclipse.core.resources" version="3.10.1" match="greaterOrEqual"/>
126126
</requires>
127127

128128
<plugin
12.8 KB
Loading

Linux_SGXEclipsePlugin/build_directory/plugins/com.intel.sgx.userguide/html/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h1>Getting Started with Intel(R) Software Guard Extensions Eclipse* Plug-in</h1
123123
<h2>Pre-requisites</h2>
124124
<p>To use Intel(R) Software Guard Extensions Eclipse Plug-in, install the following softwares:</p>
125125
<ul>
126-
<li>Eclipse* Mars 1 with CDT IDE for C/C++ Developers (version 4.5.1). To use this version, install Java* Development Kit (JDK) or Java* Runtime Environment (JRE) version 1.8 or above.</li>
126+
<li>Eclipse* Oxygen 3 with CDT IDE for C/C++ Developers (version 4.7.3). To use this version, install Java* Development Kit (JDK) or Java* Runtime Environment (JRE) version 1.8 or above.</li>
127127
<li>gcc/g++ tools</li>
128128
<li>Openssl*</li>
129129
<li>Intel(R) SGX SDK for Linux* OS</li>

Linux_SGXEclipsePlugin/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rm -fv build_directory/features/com.intel.sgx.feature/build.xml
1313
rm -fv build_directory/features/com.intel.sgx.feature/*.zip
1414
rm -rfv build_directory/nestedJars
1515
rm -rfv build_directory/updatesite/sgx-eclipse-plugin
16-
find . -name "*.zip" ! -name "eclipse_mars.v4.5.1_x64.zip" | xargs rm -rfv
16+
find . -name "*.zip" ! -name "eclipse_oxygen.v4.7.3_x64.zip" | xargs rm -rfv
1717
find . -name "javaCompiler*" | xargs rm -rfv
1818
find . -name "@*" | xargs rm -rfv
1919
find build_directory -maxdepth 1 -mindepth 1 | grep -v "features" | grep -v "plugins" | grep -v "sites" | grep -v "updatesite" | xargs rm -frv

Linux_SGXEclipsePlugin/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ $DELETE_CURRENT_ECLIPSE - Delete current eclipse or not. Generally this variable
66

77
The following plugins are pre-requisites to be installed in Eclipse before trying to build the plugin.
88

9-
1. Eclipse IDE for C/C++ Developers 4.5.1.20150917-1200 (tested_version)
10-
2. Eclipse PDE Plug-in Developer Resources 3.11.1.v20150904-0345 (tested_version)
9+
1. Eclipse IDE for C/C++ Developers 4.7.3.20180308-1800 (tested_version)
10+
2. Eclipse PDE Plug-in Developer Resources 3.13.3.v20180301-11 (tested_version)
1111

1212
run ./build.sh from command line under current directory.
1313
Once the build script is run, the folder build_directory/updatesite/sgx-eclipse-plugin contains the update site. This is the path that needs to be provided to the eclipse while doing installation.

0 commit comments

Comments
 (0)