This is an automated email from the ASF dual-hosted git repository.
aldrin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 829b376 MINIFICPP-785: Update libressl for static builds so that we
don't see recently introduced failures from upstream artifacts
829b376 is described below
commit 829b376386fa5d83cafc551bab4ad23ddd1871d8
Author: Marc Parisi <[email protected]>
AuthorDate: Fri Mar 22 05:25:39 2019 -0400
MINIFICPP-785: Update libressl for static builds so that we don't see
recently introduced failures from upstream artifacts
This closes #520.
Signed-off-by: Aldrin Piri <[email protected]>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e2956fe..1e04fb6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -206,7 +206,7 @@ if (NOT OPENSSL_OFF)
ExternalProject_Add(
libressl-portable
GIT_REPOSITORY
"https://github.com/libressl-portable/portable.git"
- GIT_TAG "4ea2a01a0d2cc889e95316f51c7a36f8f158df44"
+ GIT_TAG "4b6c7bfd02dec26021882f1599dbcbccdd4d2889"
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/thirdparty/libressl-src"
CMAKE_ARGS ${PASSTHROUGH_CMAKE_ARGS}
"-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/thirdparty/libressl-install"