pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel git: updated to 2.34.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa04a28a1e26
branches:  trunk
changeset: 770286:aa04a28a1e26
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 28 16:25:24 2021 +0000

description:
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.

diffstat:

 devel/git-base/distinfo    |  8 ++++----
 devel/git/Makefile.version |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 2773a9e04bac -r aa04a28a1e26 devel/git-base/distinfo
--- a/devel/git-base/distinfo   Sun Nov 28 15:45:13 2021 +0000
+++ b/devel/git-base/distinfo   Sun Nov 28 16:25:24 2021 +0000
@@ -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
diff -r 2773a9e04bac -r aa04a28a1e26 devel/git/Makefile.version
--- a/devel/git/Makefile.version        Sun Nov 28 15:45:13 2021 +0000
+++ b/devel/git/Makefile.version        Sun Nov 28 16:25:24 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index