From 7618d373ce667010cd00b133ee1c14e1e6a57b98 Mon Sep 17 00:00:00 2001 From: Marius Ungureanu Date: Mon, 25 Jan 2016 13:38:39 +0200 Subject: bump the world and enable NSEC checks. --- build.libgit2.ps1 | 2 +- build.libgit2.sh | 1 + external/libgit2 | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.libgit2.ps1 b/build.libgit2.ps1 index 2f1bca8..5586254 100644 --- a/build.libgit2.ps1 +++ b/build.libgit2.ps1 @@ -114,7 +114,7 @@ try { Run-Command { & remove-item build -recurse -force } Run-Command { & mkdir build } cd build - Run-Command -Fatal { & $cmake -G "Visual Studio $vs" -D ENABLE_TRACE=ON -D "LIBGIT2_FILENAME=$binaryFilename" -DSTDCALL=ON -D "EMBED_SSH_PATH=../libssh2" -DBUILD_CLAR:BOOL=OFF \ .. } + Run-Command -Fatal { & $cmake -G "Visual Studio $vs" -D ENABLE_TRACE=ON -D "LIBGIT2_FILENAME=$binaryFilename" -DUSE_NSEC=ON -DSTDCALL=ON -D "EMBED_SSH_PATH=../libssh2" -DBUILD_CLAR:BOOL=OFF \ .. } Run-Command -Fatal { & $cmake --build . --config $configuration } cd $configuration Assert-Consistent-Naming "$binaryFilename.dll" "*.dll" diff --git a/build.libgit2.sh b/build.libgit2.sh index 81feeba..ad6f25f 100755 --- a/build.libgit2.sh +++ b/build.libgit2.sh @@ -85,6 +85,7 @@ then -DLIBSSH2_LIBRARY_DIRS="$CURDIR/external/libssh2/build/src" \ -DSSH_LIBRARIES="ssh2" \ -DHAVE_LIBSSH2_MEMORY_CREDENTIALS=TRUE \ + -DUSE_NSEC=ON \ .. else cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ diff --git a/external/libgit2 b/external/libgit2 index e8b8948..ab8e88a 160000 --- a/external/libgit2 +++ b/external/libgit2 @@ -1 +1 @@ -Subproject commit e8b8948f5a07cd813ccad7b97490b7f040d364c4 +Subproject commit ab8e88a96b5b9e1a59a6f8742fe0136b13158717 -- cgit v1.2.3