pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel git: updated to 2.37.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/43d1fa1c272b
branches: trunk
changeset: 384482:43d1fa1c272b
user: adam <adam%pkgsrc.org@localhost>
date: Thu Sep 01 07:47:28 2022 +0000
description:
git: updated to 2.37.3
Git 2.37.3 Release Notes
========================
This primarily is to backport various fixes accumulated on the 'master'
front since 2.37.2.
Fixes since v2.37.2
-------------------
* The build procedure for Windows that uses CMake has been updated to
pick up the shell interpreter from local installation location.
* Conditionally allow building Python interpreter on Windows
* Fix to lstat() emulation on Windows.
* Older gcc with -Wall complains about the universal zero initializer
"struct s = { 0 };" idiom, which makes developers' lives
inconvenient (as -Werror is enabled by DEVELOPER=YesPlease). The
build procedure has been tweaked to help these compilers.
* Plug memory leaks in the failure code path in the "merge-ort" merge
strategy backend.
* Avoid repeatedly running getconf to ask libc version in the test
suite, and instead just as it once per script.
* Platform-specific code that determines if a directory is OK to use
as a repository has been taught to report more details, especially
on Windows.
* "vimdiff3" regression has been corrected.
* "git fsck" reads mode from tree objects but canonicalizes the mode
before passing it to the logic to check object sanity, which has
hid broken tree objects from the checking logic. This has been
corrected, but to help exiting projects with broken tree objects
that they cannot fix retroactively, the severity of anomalies this
code detects has been demoted to "info" for now.
* Fixes to sparse index compatibility work for "reset" and "checkout"
commands.
* Documentation for "git add --renormalize" has been improved.
Also contains other minor documentation updates and code clean-ups.
diffstat:
devel/git-base/distinfo | 8 ++++----
devel/git/Makefile.version | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 661cc1a87b71 -r 43d1fa1c272b devel/git-base/distinfo
--- a/devel/git-base/distinfo Thu Sep 01 07:33:19 2022 +0000
+++ b/devel/git-base/distinfo Thu Sep 01 07:47:28 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.122 2022/08/12 08:06:22 adam Exp $
+$NetBSD: distinfo,v 1.123 2022/09/01 07:47:28 adam Exp $
-BLAKE2s (git-2.37.2.tar.xz) = e6cb6d411a89685c737f5e2ebcb0fcc4a7173d6d808400b9bb207b3c141026ae
-SHA512 (git-2.37.2.tar.xz) = a26d83f4eeb71d49c427ced9509861f7677e13e806da729f369ca39b795f8417b789a0adec859f44716f7fbc1190f7d1e6e518e774ad95c89e88442ac125b9c2
-Size (git-2.37.2.tar.xz) = 6985408 bytes
+BLAKE2s (git-2.37.3.tar.xz) = 68d547d013d8575b9993c9af53d9d842d056c4b3ad66f36d903bacd0f236c72d
+SHA512 (git-2.37.3.tar.xz) = 9120050b01d8ac8d9f9e85f19cb84dc90c28f3beadc3ea94da94845f2eb5e35aa83eee8447a7ecef5190b8eb5d01be621be2e82bb3020e51e05037cd1fa9b58f
+Size (git-2.37.3.tar.xz) = 6987464 bytes
SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
SHA1 (patch-Makefile) = e3e07365a22c8612e0f5ff3b7befb2bdd788dfb8
SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886
diff -r 661cc1a87b71 -r 43d1fa1c272b devel/git/Makefile.version
--- a/devel/git/Makefile.version Thu Sep 01 07:33:19 2022 +0000
+++ b/devel/git/Makefile.version Thu Sep 01 07:47:28 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.108 2022/08/12 08:06:22 adam Exp $
+# $NetBSD: Makefile.version,v 1.109 2022/09/01 07:47:28 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-cvs/Makefile
# used by devel/git-svn/Makefile
-GIT_VERSION= 2.37.2
+GIT_VERSION= 2.37.3
Home |
Main Index |
Thread Index |
Old Index