[
https://issues.apache.org/jira/browse/GEODE-3572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248156#comment-16248156
]
ASF GitHub Bot commented on GEODE-3572:
---------------------------------------
dgkimura closed pull request #146: GEODE-3572: Update to ACE 6.4.5
URL: https://github.com/apache/geode-native/pull/146
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt
index 2adf2f35..e351ec10 100644
--- a/dependencies/ACE/CMakeLists.txt
+++ b/dependencies/ACE/CMakeLists.txt
@@ -15,8 +15,8 @@
project( ACE )
-set( ${PROJECT_NAME}_VERSION 6.4.4 )
-set( ${PROJECT_NAME}_SHA265
95d6c36b7f5f410006e54fe47c8912cf88fe82738bf4baf4a370fac8c716213b )
+set( ${PROJECT_NAME}_VERSION 6.4.5 )
+set( ${PROJECT_NAME}_SHA265
8e10b2d6c72fd7cf1dc08d1114be1e4dedf54b67aea3f36c497ae87c9463ff5d )
string(REPLACE "." "_" _VERSION_UNDERSCORE ${${PROJECT_NAME}_VERSION})
set( ${PROJECT_NAME}_URL
"https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-${_VERSION_UNDERSCORE}/ACE.tar.gz"
)
set( ${PROJECT_NAME}_EXTERN ${PROJECT_NAME}-extern )
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Update ACE to 6.4.5
> -------------------
>
> Key: GEODE-3572
> URL: https://issues.apache.org/jira/browse/GEODE-3572
> Project: Geode
> Issue Type: Task
> Components: native client
> Reporter: Jacob S. Barrett
>
> Updating to ACE 6.4.5 adds support for OpenSSL 1.1 and future 1.2 LTS. I
> suggest we upgrade as OpenSSL 1.0.x line is being replaced with 1.1/2 line.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)