Skip to content

Commit

Permalink
Merge pull request #135 from libgit2/libgit2-update
Browse files Browse the repository at this point in the history
Update libgit2 to 1.4.2
  • Loading branch information
bording committed Apr 1, 2022
2 parents 2215fc4 + ce3657a commit 9469eab
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
3 changes: 1 addition & 2 deletions build.libgit2.sh
Expand Up @@ -27,9 +27,8 @@ pushd libgit2/build
export _BINPATH=`pwd`

cmake -DCMAKE_BUILD_TYPE:STRING=Release \
-DBUILD_CLAR:BOOL=OFF \
-DBUILD_TESTS:BOOL=OFF \
-DUSE_SSH=OFF \
-DENABLE_TRACE=ON \
-DLIBGIT2_FILENAME=git2-$SHORTSHA \
-DCMAKE_OSX_ARCHITECTURES=$OSXARCHITECTURE \
-DUSE_HTTPS=$USEHTTPS \
Expand Down
2 changes: 1 addition & 1 deletion libgit2
Submodule libgit2 updated 617 files
6 changes: 3 additions & 3 deletions nuget.package/build/LibGit2Sharp.NativeBinaries.props
@@ -1,7 +1,7 @@
<Project>
<Project>
<PropertyGroup>
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
<libgit2_hash>b7bad55e4bb0a285b073ba5e02b01d3f522fc95d</libgit2_hash>
<libgit2_filename>git2-b7bad55</libgit2_filename>
<libgit2_hash>182d0d1ee933de46bf0b5a6ec269bafa77aba9a2</libgit2_hash>
<libgit2_filename>git2-182d0d1</libgit2_filename>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props
@@ -1,8 +1,8 @@
<Project>
<Project>
<PropertyGroup>
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
<libgit2_hash>b7bad55e4bb0a285b073ba5e02b01d3f522fc95d</libgit2_hash>
<libgit2_filename>git2-b7bad55</libgit2_filename>
<libgit2_hash>182d0d1ee933de46bf0b5a6ec269bafa77aba9a2</libgit2_hash>
<libgit2_filename>git2-182d0d1</libgit2_filename>
</PropertyGroup>
<ItemGroup>
<ContentWithTargetPath Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*" TargetPath="lib\win32\x86\%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
Expand Down
12 changes: 6 additions & 6 deletions nuget.package/libgit2/LibGit2Sharp.dll.config
@@ -1,7 +1,7 @@
<configuration>
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-b7bad55" target="lib/linux-x64/libgit2-b7bad55.so" />
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-b7bad55" target="lib/linux-arm/libgit2-b7bad55.so" />
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-b7bad55" target="lib/linux-arm64/libgit2-b7bad55.so" />
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-b7bad55" target="lib/osx-x64/libgit2-b7bad55.dylib" />
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-b7bad55" target="lib/osx-arm64/libgit2-b7bad55.dylib" />
<configuration>
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-182d0d1" target="lib/linux-x64/libgit2-182d0d1.so" />
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-182d0d1" target="lib/linux-arm/libgit2-182d0d1.so" />
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-182d0d1" target="lib/linux-arm64/libgit2-182d0d1.so" />
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-182d0d1" target="lib/osx-x64/libgit2-182d0d1.dylib" />
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-182d0d1" target="lib/osx-arm64/libgit2-182d0d1.dylib" />
</configuration>
2 changes: 1 addition & 1 deletion nuget.package/libgit2/libgit2_hash.txt
@@ -1 +1 @@
b7bad55e4bb0a285b073ba5e02b01d3f522fc95d
182d0d1ee933de46bf0b5a6ec269bafa77aba9a2

0 comments on commit 9469eab

Please sign in to comment.