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 51a0fac  MINIFICPP-791: Change to v2.8.3
51a0fac is described below

commit 51a0facca9dc32d78582582e4eefab19db49fb98
Author: Marc Parisi <[email protected]>
AuthorDate: Tue Mar 26 07:10:19 2019 -0400

    MINIFICPP-791: Change to v2.8.3
    
    This closes #525.
    
    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 ca384df..8e49102 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 "4b6c7bfd02dec26021882f1599dbcbccdd4d2889"
+               GIT_TAG "v2.8.3"
                SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/thirdparty/libressl-src"
                CMAKE_ARGS ${PASSTHROUGH_CMAKE_ARGS}
                                        
"-DCMAKE_INSTALL_PREFIX=${CMAKE_CURRENT_BINARY_DIR}/thirdparty/libressl-install"

Reply via email to