Updates OpenSSL to 1.0.2l.

Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/9065599d
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/9065599d
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/9065599d

Branch: refs/heads/feature/GEODE-3143
Commit: 9065599d0a599fc65f4051dc7f8f93a1d750040d
Parents: 97c265e
Author: Jacob Barrett <jbarr...@pivotal.io>
Authored: Tue Jun 27 10:20:56 2017 -0700
Committer: Ernest Burghardt <eburgha...@pivotal.io>
Committed: Wed Jun 28 08:13:52 2017 -0700

----------------------------------------------------------------------
 src/dependencies/openssl/CMakeLists.txt | 8 ++++----
 src/dependencies/openssl/patches        | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/9065599d/src/dependencies/openssl/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/dependencies/openssl/CMakeLists.txt 
b/src/dependencies/openssl/CMakeLists.txt
index 3ff8a6c..b95b344 100644
--- a/src/dependencies/openssl/CMakeLists.txt
+++ b/src/dependencies/openssl/CMakeLists.txt
@@ -12,12 +12,12 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-cmake_minimum_required( VERSION 3.3 )
+
 project( openssl C )
 
-set( ${PROJECT_NAME}_VERSION 1.0.1u )
-set( ${PROJECT_NAME}_SHA265 
4312b4ca1215b6f2c97007503d80db80d5157f76f8f7d3febbe6b4c56ff26739 )
-set( ${PROJECT_NAME}_URL 
"https://www.openssl.org/source/old/1.0.1/openssl-${${PROJECT_NAME}_VERSION}.tar.gz";
 )
+set( ${PROJECT_NAME}_VERSION 1.0.2l )
+set( ${PROJECT_NAME}_SHA265 
ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c )
+set( ${PROJECT_NAME}_URL 
"https://www.openssl.org/source/openssl-${${PROJECT_NAME}_VERSION}.tar.gz"; )
 set( ${PROJECT_NAME}_EXTERN ${PROJECT_NAME}-extern )
 
 set ( ${PROJECT_NAME}_CFLAGS "${${PROJECT_NAME}_CFLAGS} ${CFLAGS_ARCH}" )

http://git-wip-us.apache.org/repos/asf/geode-native/blob/9065599d/src/dependencies/openssl/patches
----------------------------------------------------------------------
diff --git a/src/dependencies/openssl/patches b/src/dependencies/openssl/patches
index 192c69c..2e1a656 100644
--- a/src/dependencies/openssl/patches
+++ b/src/dependencies/openssl/patches
@@ -1,10 +1,10 @@
 diff -ru a/Configure b/Configure
 --- a/Configure    2015-12-03 06:48:58.000000000 -0800
 +++ b/Configure       2015-12-17 04:11:33.900916627 -0800
-@@ -229,7 +229,7 @@
+@@ -255,7 +255,7 @@
   
  #### Solaris x86 with Sun C setups
- "solaris-x86-cc","cc:-fast -O -Xa::-D_REENTRANT::-lsocket -lnsl -ldl:BN_LLONG 
RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL 
BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z 
text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "solaris-x86-cc","cc:-fast -xarch=generic -O -Xa::-D_REENTRANT::-lsocket 
-lnsl -ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL 
BF_PTR:${no_asm}:dlfcn:solaris-shared:-KPIC:-G -dy -z 
text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 -"solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa 
-DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK 
DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-KPIC:-xarch=amd64 -G 
-dy -z text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
 +"solaris64-x86_64-cc","cc:-fast -m64 -xchip=generic -xstrconst -Xa 
-DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK 
DES_INT DES_UNROLL:${x86_64_asm}:elf:dlfcn:solaris-shared:-KPIC:-m64 -G -dy -z 
text:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/64",
  

Reply via email to