pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  1 07:47:28 UTC 2022

Modified Files:
        pkgsrc/devel/git: Makefile.version
        pkgsrc/devel/git-base: distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/git/Makefile.version
cvs rdiff -u -r1.122 -r1.123 pkgsrc/devel/git-base/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/git/Makefile.version
diff -u pkgsrc/devel/git/Makefile.version:1.108 pkgsrc/devel/git/Makefile.version:1.109
--- pkgsrc/devel/git/Makefile.version:1.108     Fri Aug 12 08:06:22 2022
+++ pkgsrc/devel/git/Makefile.version   Thu Sep  1 07:47:28 2022
@@ -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

Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.122 pkgsrc/devel/git-base/distinfo:1.123
--- pkgsrc/devel/git-base/distinfo:1.122        Fri Aug 12 08:06:22 2022
+++ pkgsrc/devel/git-base/distinfo      Thu Sep  1 07:47:28 2022
@@ -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



Home | Main Index | Thread Index | Old Index