Skip to content

Commit

Permalink
Update 3 packages
Browse files Browse the repository at this point in the history
findutils (4.10.0-1 -> 4.10.0-2)
mingw-w64-x86_64-git (2.45.1.1.965b16798d-1 -> 2.45.2.1.91d03cb2e4-1)
mingw-w64-x86_64-git-doc-html (2.45.1.1.965b16798d-1 -> 2.45.2.1.91d03cb2e4-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Jun 4, 2024
1 parent e62b9c9 commit b216a3c
Show file tree
Hide file tree
Showing 327 changed files with 506 additions and 339 deletions.
Binary file modified cmd/git-gui.exe
Binary file not shown.
Binary file modified cmd/git-receive-pack.exe
Binary file not shown.
Binary file modified cmd/git-upload-pack.exe
Binary file not shown.
Binary file modified cmd/git.exe
Binary file not shown.
Binary file modified cmd/gitk.exe
Binary file not shown.
Binary file modified cmd/scalar.exe
Binary file not shown.
Binary file modified cmd/tig.exe
Binary file not shown.
Binary file modified git-bash.exe
Binary file not shown.
Binary file modified git-cmd.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/bin/git-cvsserver
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
use File::Basename;
use Getopt::Long qw(:config require_order no_ignore_case);

my $VERSION = '2.45.1.windows.1';
my $VERSION = '2.45.2.windows.1';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified mingw64/bin/git-receive-pack.exe
Binary file not shown.
Binary file modified mingw64/bin/git-shell.exe
Binary file not shown.
Binary file modified mingw64/bin/git-upload-archive.exe
Binary file not shown.
Binary file modified mingw64/bin/git-upload-pack.exe
Binary file not shown.
Binary file modified mingw64/bin/git.exe
Binary file not shown.
Binary file modified mingw64/bin/scalar.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-credential-wincred.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/libexec/git-core/git-cvsserver
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
use File::Basename;
use Getopt::Long qw(:config require_order no_ignore_case);

my $VERSION = '2.45.1.windows.1';
my $VERSION = '2.45.2.windows.1';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified mingw64/libexec/git-core/git-daemon.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-backend.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-fetch.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-push.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-imap-send.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-ftp.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-ftps.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-http.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-https.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/libexec/git-core/git-send-email
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ sub gen_header {
@recipients = unique_email_list(@recipients,@cc,@initial_bcc);
@recipients = (map { extract_valid_address_or_die($_) } @recipients);
my $date = format_2822_time($time++);
my $gitversion = '2.45.1.windows.1';
my $gitversion = '2.45.2.windows.1';
if ($gitversion =~ m/..GIT_VERSION../) {
$gitversion = Git::version();
}
Expand Down
Binary file modified mingw64/libexec/git-core/git-sh-i18n--envsubst.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-shell.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/libexec/git-core/git-svn
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use vars qw/ $AUTHOR $VERSION
$_revision $_repository
$_q $_authors $_authors_prog %users/;
$AUTHOR = 'Eric Wong <[email protected]>';
$VERSION = '2.45.1.windows.1';
$VERSION = '2.45.2.windows.1';

use Carp qw/croak/;
use File::Basename qw/dirname basename/;
Expand Down
Binary file modified mingw64/libexec/git-core/git.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/headless-git.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/scalar.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions mingw64/share/doc/git-doc/MyFirstContribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<div id="header">
<h1>My First Contribution to the Git Project</h1>
<div class="details">
<span id="revdate">2024-04-09</span>
<span id="revdate">2024-05-22</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -2218,7 +2218,7 @@ <h3 id="after-approval"><a class="anchor" href="#after-approval"></a>After Revie
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw64/share/doc/git-doc/MyFirstObjectWalk.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<div id="header">
<h1>My First Object Walk</h1>
<div class="details">
<span id="revdate">2024-04-09</span>
<span id="revdate">2024-05-22</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -1675,7 +1675,7 @@ <h2 id="_wrapping_up">Wrapping Up</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
26 changes: 26 additions & 0 deletions mingw64/share/doc/git-doc/RelNotes/2.39.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Git v2.39.5 Release Notes
=========================

In preparing security fixes for four CVEs, we made overly aggressive
"defense in depth" changes that broke legitimate use cases like 'git
lfs' and 'git annex.' This release is to revert these misguided, if
well-intentioned, changes that were shipped in 2.39.4 and were not
direct security fixes.

Jeff King (5):
send-email: drop FakeTerm hack
send-email: avoid creating more than one Term::ReadLine object
ci: drop mention of BREW_INSTALL_PACKAGES variable
ci: avoid bare "gcc" for osx-gcc job
ci: stop installing "gcc-13" for osx-gcc

Johannes Schindelin (6):
hook: plug a new memory leak
init: use the correct path of the templates directory again
Revert "core.hooksPath: add some protection while cloning"
tests: verify that `clone -c core.hooksPath=/dev/null` works again
clone: drop the protections where hooks aren't run
Revert "Add a helper function to compare file contents"

Junio C Hamano (1):
Revert "fsck: warn about symlink pointing inside a gitdir"
26 changes: 26 additions & 0 deletions mingw64/share/doc/git-doc/RelNotes/2.40.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Git v2.40.3 Release Notes
=========================

In preparing security fixes for four CVEs, we made overly aggressive
"defense in depth" changes that broke legitimate use cases like 'git
lfs' and 'git annex.' This release is to revert these misguided, if
well-intentioned, changes that were shipped in 2.40.2 and were not
direct security fixes.

Jeff King (5):
send-email: drop FakeTerm hack
send-email: avoid creating more than one Term::ReadLine object
ci: drop mention of BREW_INSTALL_PACKAGES variable
ci: avoid bare "gcc" for osx-gcc job
ci: stop installing "gcc-13" for osx-gcc

Johannes Schindelin (6):
hook: plug a new memory leak
init: use the correct path of the templates directory again
Revert "core.hooksPath: add some protection while cloning"
tests: verify that `clone -c core.hooksPath=/dev/null` works again
clone: drop the protections where hooks aren't run
Revert "Add a helper function to compare file contents"

Junio C Hamano (1):
Revert "fsck: warn about symlink pointing inside a gitdir"
26 changes: 26 additions & 0 deletions mingw64/share/doc/git-doc/RelNotes/2.41.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Git v2.41.2 Release Notes
=========================

In preparing security fixes for four CVEs, we made overly aggressive
"defense in depth" changes that broke legitimate use cases like 'git
lfs' and 'git annex.' This release is to revert these misguided, if
well-intentioned, changes that were shipped in 2.41.1 and were not
direct security fixes.

Jeff King (5):
send-email: drop FakeTerm hack
send-email: avoid creating more than one Term::ReadLine object
ci: drop mention of BREW_INSTALL_PACKAGES variable
ci: avoid bare "gcc" for osx-gcc job
ci: stop installing "gcc-13" for osx-gcc

Johannes Schindelin (6):
hook: plug a new memory leak
init: use the correct path of the templates directory again
Revert "core.hooksPath: add some protection while cloning"
tests: verify that `clone -c core.hooksPath=/dev/null` works again
clone: drop the protections where hooks aren't run
Revert "Add a helper function to compare file contents"

Junio C Hamano (1):
Revert "fsck: warn about symlink pointing inside a gitdir"
26 changes: 26 additions & 0 deletions mingw64/share/doc/git-doc/RelNotes/2.42.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Git v2.42.3 Release Notes
=========================

In preparing security fixes for four CVEs, we made overly aggressive
"defense in depth" changes that broke legitimate use cases like 'git
lfs' and 'git annex.' This release is to revert these misguided, if
well-intentioned, changes that were shipped in 2.42.2 and were not
direct security fixes.

Jeff King (5):
send-email: drop FakeTerm hack
send-email: avoid creating more than one Term::ReadLine object
ci: drop mention of BREW_INSTALL_PACKAGES variable
ci: avoid bare "gcc" for osx-gcc job
ci: stop installing "gcc-13" for osx-gcc

Johannes Schindelin (6):
hook: plug a new memory leak
init: use the correct path of the templates directory again
Revert "core.hooksPath: add some protection while cloning"
tests: verify that `clone -c core.hooksPath=/dev/null` works again
clone: drop the protections where hooks aren't run
Revert "Add a helper function to compare file contents"

Junio C Hamano (1):
Revert "fsck: warn about symlink pointing inside a gitdir"
26 changes: 26 additions & 0 deletions mingw64/share/doc/git-doc/RelNotes/2.43.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Git v2.43.5 Release Notes
=========================

In preparing security fixes for four CVEs, we made overly aggressive
"defense in depth" changes that broke legitimate use cases like 'git
lfs' and 'git annex.' This release is to revert these misguided, if
well-intentioned, changes that were shipped in 2.43.4 and were not
direct security fixes.

Jeff King (5):
send-email: drop FakeTerm hack
send-email: avoid creating more than one Term::ReadLine object
ci: drop mention of BREW_INSTALL_PACKAGES variable
ci: avoid bare "gcc" for osx-gcc job
ci: stop installing "gcc-13" for osx-gcc

Johannes Schindelin (6):
hook: plug a new memory leak
init: use the correct path of the templates directory again
Revert "core.hooksPath: add some protection while cloning"
tests: verify that `clone -c core.hooksPath=/dev/null` works again
clone: drop the protections where hooks aren't run
Revert "Add a helper function to compare file contents"

Junio C Hamano (1):
Revert "fsck: warn about symlink pointing inside a gitdir"
26 changes: 26 additions & 0 deletions mingw64/share/doc/git-doc/RelNotes/2.44.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Git v2.44.2 Release Notes
=========================

In preparing security fixes for four CVEs, we made overly aggressive
"defense in depth" changes that broke legitimate use cases like 'git
lfs' and 'git annex.' This release is to revert these misguided, if
well-intentioned, changes that were shipped in 2.44.1 and were not
direct security fixes.

Jeff King (5):
send-email: drop FakeTerm hack
send-email: avoid creating more than one Term::ReadLine object
ci: drop mention of BREW_INSTALL_PACKAGES variable
ci: avoid bare "gcc" for osx-gcc job
ci: stop installing "gcc-13" for osx-gcc

Johannes Schindelin (6):
hook: plug a new memory leak
init: use the correct path of the templates directory again
Revert "core.hooksPath: add some protection while cloning"
tests: verify that `clone -c core.hooksPath=/dev/null` works again
clone: drop the protections where hooks aren't run
Revert "Add a helper function to compare file contents"

Junio C Hamano (1):
Revert "fsck: warn about symlink pointing inside a gitdir"
26 changes: 26 additions & 0 deletions mingw64/share/doc/git-doc/RelNotes/2.45.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Git v2.45.2 Release Notes
=========================

In preparing security fixes for four CVEs, we made overly aggressive
"defense in depth" changes that broke legitimate use cases like 'git
lfs' and 'git annex.' This release is to revert these misguided, if
well-intentioned, changes that were shipped in 2.45.1 and were not
direct security fixes.

Jeff King (5):
send-email: drop FakeTerm hack
send-email: avoid creating more than one Term::ReadLine object
ci: drop mention of BREW_INSTALL_PACKAGES variable
ci: avoid bare "gcc" for osx-gcc job
ci: stop installing "gcc-13" for osx-gcc

Johannes Schindelin (6):
hook: plug a new memory leak
init: use the correct path of the templates directory again
Revert "core.hooksPath: add some protection while cloning"
tests: verify that `clone -c core.hooksPath=/dev/null` works again
clone: drop the protections where hooks aren't run
Revert "Add a helper function to compare file contents"

Junio C Hamano (1):
Revert "fsck: warn about symlink pointing inside a gitdir"
4 changes: 2 additions & 2 deletions mingw64/share/doc/git-doc/ReviewingGuidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<div id="header">
<h1>Reviewing Patches in the Git Project</h1>
<div class="details">
<span id="revdate">2024-04-09</span>
<span id="revdate">2024-05-22</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -663,7 +663,7 @@ <h2 id="_see_also">See Also</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw64/share/doc/git-doc/SubmittingPatches.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<div id="header">
<h1>Submitting Patches</h1>
<div class="details">
<span id="revdate">2024-04-09</span>
<span id="revdate">2024-05-22</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -1399,7 +1399,7 @@ <h3 id="_gnus">Gnus</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw64/share/doc/git-doc/ToolsForGit.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<div id="header">
<h1>Tools for developing Git</h1>
<div class="details">
<span id="revdate">2024-04-09</span>
<span id="revdate">2024-05-22</span>
</div>
</div>
<div id="content">
Expand Down Expand Up @@ -520,7 +520,7 @@ <h4 id="_httpswww_kernel_orgdochtmlv4_10processcoding_style_htmlyou_ve_made_a_me
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions mingw64/share/doc/git-doc/everyday.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
<div id="header">
<h1>Everyday Git With 20 Commands Or So</h1>
<div class="details">
<span id="revdate">2024-04-09</span>
<span id="revdate">2024-05-22</span>
</div>
</div>
<div id="content">
Expand All @@ -457,7 +457,7 @@ <h1>Everyday Git With 20 Commands Or So</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
12 changes: 0 additions & 12 deletions mingw64/share/doc/git-doc/fsck-msgids.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,18 +164,6 @@
`nullSha1`::
(WARN) Tree contains entries pointing to a null sha1.

`symlinkPointsToGitDir`::
(WARN) Symbolic link points inside a gitdir.

`symlinkTargetBlob`::
(ERROR) A non-blob found instead of a symbolic link's target.

`symlinkTargetLength`::
(WARN) Symbolic link target longer than maximum path length.

`symlinkTargetMissing`::
(ERROR) Unable to read symbolic link target's blob.

`treeNotSorted`::
(ERROR) A tree is not properly sorted.

Expand Down
2 changes: 1 addition & 1 deletion mingw64/share/doc/git-doc/git-add.html
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw64/share/doc/git-doc/git-am.html
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw64/share/doc/git-doc/git-annotate.html
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw64/share/doc/git-doc/git-apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion mingw64/share/doc/git-doc/git-archimport.html
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ <h2 id="_git">GIT</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-05-02 18:44:52 UTC
Last updated 2024-06-03 08:04:30 UTC
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit b216a3c

Please sign in to comment.