Skip to content

Commit 49fa12a

Browse files
committed
Update libgit2 to 1.4.0
1 parent 2215fc4 commit 49fa12a

6 files changed

+50
-33
lines changed

libgit2

Submodule libgit2 updated 616 files
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
4-
<libgit2_hash>b7bad55e4bb0a285b073ba5e02b01d3f522fc95d</libgit2_hash>
5-
<libgit2_filename>git2-b7bad55</libgit2_filename>
4+
<libgit2_hash>1d5b9bd86dccc7347aaadf5e3ab122eed9413404</libgit2_hash>
5+
<libgit2_filename>git2-1d5b9bd</libgit2_filename>
66
</PropertyGroup>
77
</Project>

nuget.package/build/net46/LibGit2Sharp.NativeBinaries.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project>
1+
<Project>
22
<PropertyGroup>
33
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
4-
<libgit2_hash>b7bad55e4bb0a285b073ba5e02b01d3f522fc95d</libgit2_hash>
5-
<libgit2_filename>git2-b7bad55</libgit2_filename>
4+
<libgit2_hash>1d5b9bd86dccc7347aaadf5e3ab122eed9413404</libgit2_hash>
5+
<libgit2_filename>git2-1d5b9bd</libgit2_filename>
66
</PropertyGroup>
77
<ItemGroup>
88
<ContentWithTargetPath Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*" TargetPath="lib\win32\x86\%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" />
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<configuration>
2-
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-b7bad55" target="lib/linux-x64/libgit2-b7bad55.so" />
3-
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-b7bad55" target="lib/linux-arm/libgit2-b7bad55.so" />
4-
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-b7bad55" target="lib/linux-arm64/libgit2-b7bad55.so" />
5-
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-b7bad55" target="lib/osx-x64/libgit2-b7bad55.dylib" />
6-
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-b7bad55" target="lib/osx-arm64/libgit2-b7bad55.dylib" />
1+
<configuration>
2+
<dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-1d5b9bd" target="lib/linux-x64/libgit2-1d5b9bd.so" />
3+
<dllmap os="linux" cpu="arm" wordsize="32" dll="git2-1d5b9bd" target="lib/linux-arm/libgit2-1d5b9bd.so" />
4+
<dllmap os="linux" cpu="armv8" wordsize="64" dll="git2-1d5b9bd" target="lib/linux-arm64/libgit2-1d5b9bd.so" />
5+
<dllmap os="osx" cpu="x86-64" wordsize="64" dll="git2-1d5b9bd" target="lib/osx-x64/libgit2-1d5b9bd.dylib" />
6+
<dllmap os="osx" cpu="armv8" wordsize="64" dll="git2-1d5b9bd" target="lib/osx-arm64/libgit2-1d5b9bd.dylib" />
77
</configuration>

nuget.package/libgit2/libgit2.license.txt

+36-19
Original file line numberDiff line numberDiff line change
@@ -406,30 +406,35 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
406406

407407
----------------------------------------------------------------------
408408

409-
The regex library (deps/regex/) is licensed under the GNU LGPL
410-
(available at the end of this file).
409+
The bundled PCRE implementation (deps/pcre/) is licensed under the BSD
410+
license.
411411

412-
Definitions for data structures and routines for the regular
413-
expression library.
412+
Redistribution and use in source and binary forms, with or without
413+
modification, are permitted provided that the following conditions are met:
414414

415-
Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006,2008
416-
Free Software Foundation, Inc.
417-
This file is part of the GNU C Library.
415+
* Redistributions of source code must retain the above copyright notice,
416+
this list of conditions and the following disclaimer.
418417

419-
The GNU C Library is free software; you can redistribute it and/or
420-
modify it under the terms of the GNU Lesser General Public
421-
License as published by the Free Software Foundation; either
422-
version 2.1 of the License, or (at your option) any later version.
418+
* Redistributions in binary form must reproduce the above copyright
419+
notice, this list of conditions and the following disclaimer in the
420+
documentation and/or other materials provided with the distribution.
423421

424-
The GNU C Library is distributed in the hope that it will be useful,
425-
but WITHOUT ANY WARRANTY; without even the implied warranty of
426-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
427-
Lesser General Public License for more details.
422+
* Neither the name of the University of Cambridge nor the name of Google
423+
Inc. nor the names of their contributors may be used to endorse or
424+
promote products derived from this software without specific prior
425+
written permission.
428426

429-
You should have received a copy of the GNU Lesser General Public
430-
License along with the GNU C Library; if not, write to the Free
431-
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
432-
02110-1301 USA.
427+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
428+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
429+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
430+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
431+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
432+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
433+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
434+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
435+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
436+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
437+
POSSIBILITY OF SUCH DAMAGE.
433438

434439
----------------------------------------------------------------------
435440

@@ -1127,3 +1132,15 @@ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
11271132
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
11281133
OF THE POSSIBILITY OF SUCH DAMAGE.
11291134

1135+
----------------------------------------------------------------------
1136+
1137+
The xoroshiro256** implementation is licensed in the public domain:
1138+
1139+
Written in 2018 by David Blackman and Sebastiano Vigna ([email protected])
1140+
1141+
To the extent possible under law, the author has dedicated all copyright
1142+
and related and neighboring rights to this software to the public domain
1143+
worldwide. This software is distributed without any warranty.
1144+
1145+
See <http://creativecommons.org/publicdomain/zero/1.0/>.
1146+
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b7bad55e4bb0a285b073ba5e02b01d3f522fc95d
1+
1d5b9bd86dccc7347aaadf5e3ab122eed9413404

0 commit comments

Comments
 (0)