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: Mon Nov 25 10:29:57 UTC 2024
Modified Files:
pkgsrc/devel/git: Makefile.version
pkgsrc/devel/git-base: Makefile distinfo
pkgsrc/devel/git-perlscripts: Makefile
Log Message:
git: updated to 2.47.1
Git 2.47.1 Release Notes
========================
This is to flush accumulated fixes since 2.47.0 on the 'master'
front down to the maintenance track.
Fixes since Git 2.47
--------------------
* Use after free and double freeing at the end in "git log -L... -p"
had been identified and fixed.
* On macOS, fsmonitor can fall into a race condition that results in
a client waiting forever to be notified for an event that have
already happened. This problem has been corrected.
* "git maintenance start" crashed due to an uninitialized variable
reference, which has been corrected.
* Fail gracefully instead of crashing when attempting to write the
contents of a corrupt in-core index as a tree object.
* A "git fetch" from the superproject going down to a submodule used
a wrong remote when the default remote names are set differently
between them.
* The "gitk" project tree has been synchronized again with its new
maintainer, Johannes Sixt.
Also contains minor documentation updates and code clean-ups.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/devel/git/Makefile.version
cvs rdiff -u -r1.120 -r1.121 pkgsrc/devel/git-base/Makefile
cvs rdiff -u -r1.150 -r1.151 pkgsrc/devel/git-base/distinfo
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/git-perlscripts/Makefile
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.131 pkgsrc/devel/git/Makefile.version:1.132
--- pkgsrc/devel/git/Makefile.version:1.131 Mon Oct 14 11:16:56 2024
+++ pkgsrc/devel/git/Makefile.version Mon Nov 25 10:29:57 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.131 2024/10/14 11:16:56 adam Exp $
+# $NetBSD: Makefile.version,v 1.132 2024/11/25 10:29:57 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-cvs/Makefile
# used by devel/git-svn/Makefile
-GIT_VERSION= 2.47.0
+GIT_VERSION= 2.47.1
Index: pkgsrc/devel/git-base/Makefile
diff -u pkgsrc/devel/git-base/Makefile:1.120 pkgsrc/devel/git-base/Makefile:1.121
--- pkgsrc/devel/git-base/Makefile:1.120 Thu Nov 14 22:19:20 2024
+++ pkgsrc/devel/git-base/Makefile Mon Nov 25 10:29:57 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.120 2024/11/14 22:19:20 wiz Exp $
+# $NetBSD: Makefile,v 1.121 2024/11/25 10:29:57 adam Exp $
-PKGREVISION= 3
.include "../../devel/git/Makefile.common"
PKGNAME= git-base-${GIT_VERSION}
Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.150 pkgsrc/devel/git-base/distinfo:1.151
--- pkgsrc/devel/git-base/distinfo:1.150 Tue Oct 15 06:22:17 2024
+++ pkgsrc/devel/git-base/distinfo Mon Nov 25 10:29:57 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.150 2024/10/15 06:22:17 nia Exp $
+$NetBSD: distinfo,v 1.151 2024/11/25 10:29:57 adam Exp $
-BLAKE2s (git-2.47.0.tar.xz) = 0b416845f40e1889016fdb7a80e0526d43b7f6ec25920f1063ca77b6dbae7e6f
-SHA512 (git-2.47.0.tar.xz) = 58683aa59dba25ffec9fe2c185267c77b34d573e9738c133a15d25071e37095e99486c231c35b8f71aabe3c1e305238b56d2c10039318bfc08f137919bad66ec
-Size (git-2.47.0.tar.xz) = 7652728 bytes
+BLAKE2s (git-2.47.1.tar.xz) = 402beb618ec19e666f7e3468eb759b4ad11d21951e0d651e08150b0c524195f5
+SHA512 (git-2.47.1.tar.xz) = 6abe551c464b307bc3f6f474257e0be3e1a9eba1406af6463216b796c55a35356009c2f7bd9b4fa2d1798da5f885a3843f6ad8750ab69595f748f9ea8ed76fea
+Size (git-2.47.1.tar.xz) = 7654244 bytes
SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
SHA1 (patch-Makefile) = bf8cf3ed8168241265b258a29d62210dc59a5f72
SHA1 (patch-builtin_credential-cache.c) = dfe63a6bc3ac32069d96760a2d3e3b4a48c6942d
Index: pkgsrc/devel/git-perlscripts/Makefile
diff -u pkgsrc/devel/git-perlscripts/Makefile:1.9 pkgsrc/devel/git-perlscripts/Makefile:1.10
--- pkgsrc/devel/git-perlscripts/Makefile:1.9 Sat Nov 16 12:03:35 2024
+++ pkgsrc/devel/git-perlscripts/Makefile Mon Nov 25 10:29:57 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.9 2024/11/16 12:03:35 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/11/25 10:29:57 adam Exp $
-PKGREVISION= 1
.include "../../devel/git/Makefile.common"
PKGNAME= git-perlscripts-${GIT_VERSION}
Home |
Main Index |
Thread Index |
Old Index