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: Tue Oct 28 08:00:19 UTC 2025
Modified Files:
pkgsrc/devel/git: Makefile.version
pkgsrc/devel/git-base: Makefile distinfo
Log Message:
git: updated to 2.51.2
Git 2.51.2 Release Notes
========================
In addition to fixes for an unfortunate regression introduced in Git
2.51.1 that caused "git diff --quiet -w" to be not so quiet when there
are additions, deletions and conflicts, this maintenance release merges
more fixes/improvements that have landed on the master front, primarily
to make the CI part of the system a bit more robust.
Fixes since Git 2.51.1
----------------------
* Recently we attempted to improve "git diff -w --quiet" and friends
to handle cases where patch output would be suppressed, but it
introduced a bug that emits unnecessary output, which has been
corrected.
* The code to squelch output from "git diff -w --name-status"
etc. for paths that "git diff -w -p" would have stayed silent
leaked output from dry-run patch generation, which has been
corrected.
* Windows "real-time monitoring" interferes with the execution of
tests and affects negatively in both correctness and performance,
which has been disabled in Gitlab CI.
* An earlier addition to "git diff --no-index A B" to limit the
output with pathspec after the two directories misbehaved when
these directories were given with a trailing slash, which has been
corrected.
* The "--short" option of "git status" that meant output for humans
and "-z" option to show NUL delimited output format did not mix
well, and colored some but not all things. The command has been
updated to color all elements consistently in such a case.
* Unicode width table update.
* Recent OpenSSH creates the Unix domain socket to communicate with
ssh-agent under $HOME instead of /tmp, which causes our test to
fail doe to overly long pathname in our test environment, which has
been worked around by using "ssh-agent -T".
Also contains various documentation updates, code cleanups and minor fixups.
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 pkgsrc/devel/git/Makefile.version
cvs rdiff -u -r1.129 -r1.130 pkgsrc/devel/git-base/Makefile
cvs rdiff -u -r1.159 -r1.160 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.139 pkgsrc/devel/git/Makefile.version:1.140
--- pkgsrc/devel/git/Makefile.version:1.139 Thu Oct 16 08:45:32 2025
+++ pkgsrc/devel/git/Makefile.version Tue Oct 28 08:00:19 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.139 2025/10/16 08:45:32 adam Exp $
+# $NetBSD: Makefile.version,v 1.140 2025/10/28 08:00:19 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-cvs/Makefile
# used by devel/git-svn/Makefile
-GIT_VERSION= 2.51.1
+GIT_VERSION= 2.51.2
Index: pkgsrc/devel/git-base/Makefile
diff -u pkgsrc/devel/git-base/Makefile:1.129 pkgsrc/devel/git-base/Makefile:1.130
--- pkgsrc/devel/git-base/Makefile:1.129 Thu Oct 23 20:36:19 2025
+++ pkgsrc/devel/git-base/Makefile Tue Oct 28 08:00:19 2025
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.129 2025/10/23 20:36:19 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2025/10/28 08:00:19 adam Exp $
-PKGREVISION= 1
.include "../../devel/git/Makefile.common"
PKGNAME= git-base-${GIT_VERSION}
Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.159 pkgsrc/devel/git-base/distinfo:1.160
--- pkgsrc/devel/git-base/distinfo:1.159 Thu Oct 16 08:45:32 2025
+++ pkgsrc/devel/git-base/distinfo Tue Oct 28 08:00:19 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.159 2025/10/16 08:45:32 adam Exp $
+$NetBSD: distinfo,v 1.160 2025/10/28 08:00:19 adam Exp $
-BLAKE2s (git-2.51.1.tar.xz) = 8da1a3811296b824c46894daaaa8624eeacb763b29b46c2cc3ccb2d72a4c7c7f
-SHA512 (git-2.51.1.tar.xz) = bc22d26bbfad4a549d2fb6bed11eb019c2dee607c86bf8faaa986774e526e5b367d80c9a79ab50358624634d840e8e0d27e0b46411d1aabbf76728b7a7f138dd
-Size (git-2.51.1.tar.xz) = 7865216 bytes
+BLAKE2s (git-2.51.2.tar.xz) = b76519863df35aaace3f4fac31ac0dcf7c596d19238f5389b90fb1377a17365e
+SHA512 (git-2.51.2.tar.xz) = 547c3e522d9e6a2c2ccab24ee0c7f4f2d29878759563356e3a2ae9675884b7044ce5a236803170a203b79443760eb18a7089eec02bd105316e3ab045ab7603a7
+Size (git-2.51.2.tar.xz) = 7865980 bytes
SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
SHA1 (patch-Makefile) = 24b9ed15f5ef59973d17d5217dd4e415a3b4c3e5
SHA1 (patch-config.mak.uname) = 97af198645ca57cf5119ca0ca6003b03004988c0
Home |
Main Index |
Thread Index |
Old Index