From f50b9eac1366167acaa5e95c47e807ec5bda4181 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 12 Mar 2018 17:22:08 +0000 Subject: [PATCH] Update libgit2 to v0.26.3 This includes security fixes and enabled TLS 1.2 on Windows 7. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf4d941d..3dc804d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ ENDIF () ExternalProject_Add(libgit2 PREFIX "external" - URL "https://github.com/libgit2/libgit2/archive/v0.26.0.tar.gz" + URL "https://github.com/libgit2/libgit2/archive/v0.26.3.tar.gz" CMAKE_ARGS -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF -DSTATIC_CRT=${MSVC_STATIC_RUNTIME} -DCMAKE_POSITION_INDEPENDENT_CODE=${CMAKE_POSITION_INDEPENDENT_CODE} BUILD_COMMAND ${CMAKE_COMMAND} --build . --target git2 --config $(CONFIGURATION) INSTALL_COMMAND "")