Skip to content

Commit e8c214f

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 5f02d33 + 2b95030 commit e8c214f

9 files changed

Lines changed: 92 additions & 22 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
name: linux-musl-arm
4242
- os: ubuntu-24.04
4343
name: linux-musl-arm64
44-
- os: ubuntu-24.04
45-
name: linux-musl-riscv64
4644
- os: macos-14
4745
name: osx-x64
4846
- os: macos-14

Dockerfile.linux renamed to docker/linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bording/crossbuild
1+
FROM kmturley/crossbuild
22
ARG ARCH='amd64'
33
ENV CROSS_TRIPLE=${ARCH}
44
RUN apt update && apt -y install pkg-config
File renamed without changes.

dockerbuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ else
1919
fi
2020

2121
if [[ $RID == linux-musl* ]]; then
22-
dockerfile="Dockerfile.linux-musl"
22+
dockerfile="docker/musl"
2323
else
24-
dockerfile="Dockerfile.linux"
24+
dockerfile="docker/linux"
2525
fi
2626

2727
docker buildx build -t $RID -f $dockerfile --build-arg ARCH=$arch --build-arg ALPINE_VERSION=$alpineVersion .

libgit2

Submodule libgit2 updated 120 files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
4-
<libgit2_hash>3f4182d15eab74a302718f2de454ffadb1995626</libgit2_hash>
5-
<libgit2_filename>git2-3f4182d</libgit2_filename>
4+
<libgit2_hash>5853918c4c6a7b12f8becf4bd11ff4362ebb9020</libgit2_hash>
5+
<libgit2_filename>git2-5853918</libgit2_filename>
66
</PropertyGroup>
77
</Project>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<libgit2_propsfile>$(MSBuildThisFileFullPath)</libgit2_propsfile>
4-
<libgit2_hash>3f4182d15eab74a302718f2de454ffadb1995626</libgit2_hash>
5-
<libgit2_filename>git2-3f4182d</libgit2_filename>
4+
<libgit2_hash>5853918c4c6a7b12f8becf4bd11ff4362ebb9020</libgit2_hash>
5+
<libgit2_filename>git2-5853918</libgit2_filename>
66
</PropertyGroup>
77
<ItemGroup>
88
<ContentWithTargetPath Include="$(MSBuildThisFileDirectory)\..\..\runtimes\win-x86\native\*" TargetPath="lib\win32\x86\%(Filename)%(Extension)" CopyToOutputDirectory="PreserveNewest" />

nuget.package/libgit2/libgit2.license.txt

Lines changed: 83 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -406,23 +406,85 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
406406

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

409-
The bundled PCRE implementation (deps/pcre/) is licensed under the BSD
410-
license.
409+
The bundled PCRE implementation (deps/pcre2/) is licensed under the
410+
PCRE2 Licence.
411+
412+
PCRE2 is a library of functions to support regular expressions whose syntax
413+
and semantics are as close as possible to those of the Perl 5 language.
414+
415+
Releases 10.00 and above of PCRE2 are distributed under the terms of the "BSD"
416+
licence, as specified below, with one exemption for certain binary
417+
redistributions. The documentation for PCRE2, supplied in the "doc" directory,
418+
is distributed under the same terms as the software itself. The data in the
419+
testdata directory is not copyrighted and is in the public domain.
420+
421+
The basic library functions are written in C and are freestanding. Also
422+
included in the distribution is a just-in-time compiler that can be used to
423+
optimize pattern matching. This is an optional feature that can be omitted when
424+
the library is built. The just-in-time compiler is separately licensed under the
425+
"2-clause BSD" licence.
426+
427+
428+
COPYRIGHT
429+
---------
430+
431+
### The basic library functions
432+
433+
Written by: Philip Hazel
434+
Email local part: Philip.Hazel
435+
Email domain: gmail.com
436+
437+
Retired from University of Cambridge Computing Service,
438+
Cambridge, England.
439+
440+
Copyright (c) 1997-2007 University of Cambridge
441+
Copyright (c) 2007-2024 Philip Hazel
442+
All rights reserved.
443+
444+
### PCRE2 Just-In-Time compilation support
445+
446+
Written by: Zoltan Herczeg
447+
Email local part: hzmester
448+
Email domain: freemail.hu
449+
450+
Copyright (c) 2010-2024 Zoltan Herczeg
451+
All rights reserved.
452+
453+
### Stack-less Just-In-Time compiler
454+
455+
Written by: Zoltan Herczeg
456+
Email local part: hzmester
457+
Email domain: freemail.hu
458+
459+
Copyright (c) 2009-2024 Zoltan Herczeg
460+
All rights reserved.
461+
462+
The code in the `deps/sljit` directory has its own LICENSE file.
463+
464+
### All other contributions
465+
466+
Many other contributors have participated in the authorship of PCRE2. As PCRE2
467+
has never required a Contributor Licensing Agreement, or other copyright
468+
assignment agreement, all contributions have copyright retained by each
469+
original contributor or their employer.
470+
471+
472+
THE "BSD" LICENCE
473+
-----------------
411474

412475
Redistribution and use in source and binary forms, with or without
413476
modification, are permitted provided that the following conditions are met:
414477

415-
* Redistributions of source code must retain the above copyright notice,
416-
this list of conditions and the following disclaimer.
478+
* Redistributions of source code must retain the above copyright notices,
479+
this list of conditions and the following disclaimer.
417480

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.
481+
* Redistributions in binary form must reproduce the above copyright
482+
notices, this list of conditions and the following disclaimer in the
483+
documentation and/or other materials provided with the distribution.
421484

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.
485+
* Neither the name of the University of Cambridge nor the names of any
486+
contributors may be used to endorse or promote products derived from this
487+
software without specific prior written permission.
426488

427489
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
428490
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -436,6 +498,16 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
436498
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
437499
POSSIBILITY OF SUCH DAMAGE.
438500

501+
502+
EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
503+
------------------------------------------
504+
505+
The second condition in the BSD licence (covering binary redistributions) does
506+
not apply all the way down a chain of software. If binary package A includes
507+
PCRE2, it must respect the condition, but if package B is software that
508+
includes package A, the condition is not imposed on package B unless it uses
509+
PCRE2 independently.
510+
439511
----------------------------------------------------------------------
440512

441513
The bundled winhttp definition files (deps/winhttp/) are licensed under
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3f4182d15eab74a302718f2de454ffadb1995626
1+
5853918c4c6a7b12f8becf4bd11ff4362ebb9020

0 commit comments

Comments
 (0)