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 Feb 20 19:43:20 UTC 2024

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

Log Message:
git: updated to 2.43.2

Git 2.43.2 Release Notes
========================

Relative to Git 2.43.1, this release has two important fixes to allow
"git imap-send" to be built with NO_CURL defined, and to restore the
forced flushing behaviour when GIT_FLUSH=1 is set.  It also contains
other, unexciting, fixes that have already been merged to the 'master'
branch of the development towards the next major release.

Fixes since Git 2.43.1
----------------------

 * Update to a new feature recently added, "git show-ref --exists".

 * Rename detection logic ignored the final line of a file if it is an
   incomplete line.

 * "git diff --no-rename A B" did not disable rename detection but did
   not trigger an error from the command line parser.

 * "git diff --no-index file1 file2" segfaulted while invoking the
   external diff driver, which has been corrected.

 * Rewrite //-comments to /* comments */ in files whose comments
   prevalently use the latter.

 * A failed "git tag -s" did not necessarily result in an error
   depending on the crypto backend, which has been corrected.

 * "git stash" sometimes was silent even when it failed due to
   unwritable index file, which has been corrected.

 * Recent conversion to allow more than 0/1 in GIT_FLUSH broke the
   mechanism by flipping what yes/no means by mistake, which has been
   corrected.

Also contains documentation updates, code clean-ups and minor fixups.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/devel/git/Makefile.version
cvs rdiff -u -r1.140 -r1.141 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.122 pkgsrc/devel/git/Makefile.version:1.123
--- pkgsrc/devel/git/Makefile.version:1.122     Sat Feb 10 07:25:57 2024
+++ pkgsrc/devel/git/Makefile.version   Tue Feb 20 19:43:20 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.122 2024/02/10 07:25:57 adam Exp $
+# $NetBSD: Makefile.version,v 1.123 2024/02/20 19:43:20 adam Exp $
 #
 # used by devel/git/Makefile.common
 # used by devel/git-cvs/Makefile
 # used by devel/git-svn/Makefile
 
-GIT_VERSION=   2.43.1
+GIT_VERSION=   2.43.2

Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.140 pkgsrc/devel/git-base/distinfo:1.141
--- pkgsrc/devel/git-base/distinfo:1.140        Sat Feb 10 07:25:57 2024
+++ pkgsrc/devel/git-base/distinfo      Tue Feb 20 19:43:20 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.140 2024/02/10 07:25:57 adam Exp $
+$NetBSD: distinfo,v 1.141 2024/02/20 19:43:20 adam Exp $
 
-BLAKE2s (git-2.43.1.tar.xz) = 98203f1a8b15c5cdb7ee33f47980c36f999e14b65609cebc00e0a4eb0e1af498
-SHA512 (git-2.43.1.tar.xz) = c8cb27645f09b831a6206bafa91c955d735b4257a98b1adaaaa5692a0a3aaa0417878095f88eca59d4fe0ffa058865508b5099db097e7b4b06253a16f57c3b3e
-Size (git-2.43.1.tar.xz) = 7388400 bytes
+BLAKE2s (git-2.43.2.tar.xz) = 514192dc00ca8d023c3e4574866ce94380a6e5bd0359e131f4cee4c08f5715a6
+SHA512 (git-2.43.2.tar.xz) = 0d95b8ac65bd76acb60c3b4d80242aeda8b2ab3dda7c8586ce46cc1ddedc000494b45fd269295033b82f38662cde08d366c63aa3ff39030500952342c9d3b280
+Size (git-2.43.2.tar.xz) = 7388636 bytes
 SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
 SHA1 (patch-Makefile) = bf8cf3ed8168241265b258a29d62210dc59a5f72
 SHA1 (patch-config.mak.uname) = c5985af246310023f63c7b8a9cebef84f53769f7



Home | Main Index | Thread Index | Old Index