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:           Sun Nov 28 16:25:24 UTC 2021

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

Log Message:
git: updated to 2.34.1

Git v2.34.1 Release Notes
=========================

This release is primarily to fix a handful of regressions in Git 2.34.

Fixes since v2.34
-----------------

 * "git grep" looking in a blob that has non-UTF8 payload was
   completely broken when linked with certain versions of PCREv2
   library in the latest release.

 * "git pull" with any strategy when the other side is behind us
   should succeed as it is a no-op, but doesn't.

 * An earlier change in 2.34.0 caused JGit application (that abused
   GIT_EDITOR mechanism when invoking "git config") to get stuck with
   a SIGTTOU signal; it has been reverted.

 * An earlier change that broke .gitignore matching has been reverted.

 * SubmittingPatches document gained a syntactically incorrect mark-up,
   which has been corrected.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/git/Makefile.version
cvs rdiff -u -r1.113 -r1.114 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.99 pkgsrc/devel/git/Makefile.version:1.100
--- pkgsrc/devel/git/Makefile.version:1.99      Wed Nov 17 09:01:39 2021
+++ pkgsrc/devel/git/Makefile.version   Sun Nov 28 16:25:24 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.99 2021/11/17 09:01:39 adam Exp $
+# $NetBSD: Makefile.version,v 1.100 2021/11/28 16:25:24 adam Exp $
 #
 # used by devel/git/Makefile.common
 # used by devel/git-cvs/Makefile
 # used by devel/git-svn/Makefile
 
-GIT_VERSION=   2.34.0
+GIT_VERSION=   2.34.1

Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.113 pkgsrc/devel/git-base/distinfo:1.114
--- pkgsrc/devel/git-base/distinfo:1.113        Wed Nov 17 09:01:40 2021
+++ pkgsrc/devel/git-base/distinfo      Sun Nov 28 16:25:24 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.113 2021/11/17 09:01:40 adam Exp $
+$NetBSD: distinfo,v 1.114 2021/11/28 16:25:24 adam Exp $
 
-BLAKE2s (git-2.34.0.tar.xz) = 240001151620563e17cbb1a91f76933a91b9f12ba7f39c4f5d4e446aa8c2f395
-SHA512 (git-2.34.0.tar.xz) = 3102c1ebe408eb549ebd0f9b1420663ed04a2720e4dc676c1854a9e7b8306bb49dc931b734aa7eb612eb7adc2ad92730c0d2dd704dbd859ba61e5ceba909fcc3
-Size (git-2.34.0.tar.xz) = 6623924 bytes
+BLAKE2s (git-2.34.1.tar.xz) = b7f5c8af4ebb5f610a1ec618081eb42fd482bfc11be51dd83bfb53f858ce77b3
+SHA512 (git-2.34.1.tar.xz) = a1a8e9e6f64b1da25508fbd2f783564dcdbe181fb5ff1ebab3bdac6db6094e18acc334479a1abf22ac17ce4f733cc3e10a664db9ab234cd523735a3f027b42db
+Size (git-2.34.1.tar.xz) = 6623760 bytes
 SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
 SHA1 (patch-Makefile) = 73741b9d9a1b32bb47db48a7c546c4ff10fb41d6
 SHA1 (patch-config.mak.uname) = 5316873147acf5b6ef29e426946280bb6441c886



Home | Main Index | Thread Index | Old Index