Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit-binary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2016-01-25 14:38:39 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2016-01-25 14:39:20 +0300
commit7618d373ce667010cd00b133ee1c14e1e6a57b98 (patch)
tree7cbe19f09b7e8fd2c1fe29d78dcddce3ea6d4d95
parent944fba6f5eb9636542e824b6fd95c294d91e97a7 (diff)
bump the world and enable NSEC checks.
-rw-r--r--build.libgit2.ps12
-rwxr-xr-xbuild.libgit2.sh1
m---------external/libgit20
3 files changed, 2 insertions, 1 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
-Subproject e8b8948f5a07cd813ccad7b97490b7f040d364c
+Subproject ab8e88a96b5b9e1a59a6f8742fe0136b1315871