From 423fc9c011144371c9c8a37298c6ee5fa31f3571 Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 14 Jun 2012 12:52:48 +0000 Subject: Git v1.7.10.4 Release Notes =========================== Fixes since v1.7.10.3 --------------------- * The message file for Swedish translation has been updated a bit. * A name taken from mailmap was copied into an internal buffer incorrectly and could overun the buffer if it is too long. * A malformed commit object that has a header line chomped in the middle could kill git with a NULL pointer dereference. * An author/committer name that is a single character was mishandled as an invalid name by mistake. * The progress indicator for a large "git checkout" was sent to stderr even if it is not a terminal. * "git grep -e '$pattern'", unlike the case where the patterns are read from a file, did not treat individual lines in the given pattern argument as separate regular expressions as it should. * When "git rebase" was given a bad commit to replay the history on, its error message did not correctly give the command line argument it had trouble parsing. Also contains minor fixes and documentation updates. --- devel/scmgit-base/distinfo | 8 ++++---- devel/scmgit/Makefile.version | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo index 9e157fec6f9..c43b52615e0 100644 --- a/devel/scmgit-base/distinfo +++ b/devel/scmgit-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.54 2012/05/28 13:33:20 adam Exp $ +$NetBSD: distinfo,v 1.55 2012/06/14 12:52:48 gdt Exp $ -SHA1 (git-1.7.10.3.tar.gz) = 172c6ad5a55276213c5e40b83a4c270f6f931b3e -RMD160 (git-1.7.10.3.tar.gz) = 535e454729531848403bf82b2b34a5e0cdbd6535 -Size (git-1.7.10.3.tar.gz) = 3811707 bytes +SHA1 (git-1.7.10.4.tar.gz) = ddc305ab520246790faa72bbaab4b9bf5bcf23fa +RMD160 (git-1.7.10.4.tar.gz) = bd888267e8df8beb3f8b73ce49913a437c1bca55 +Size (git-1.7.10.4.tar.gz) = 3813469 bytes SHA1 (patch-aa) = ce4ba3241b44e81f9a39986008fbb361062f8470 SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091 SHA1 (patch-ae) = d420c0a1db0de77bd9713d066434981b20bd4299 diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version index 75f855ee9ca..a9706cc33fb 100644 --- a/devel/scmgit/Makefile.version +++ b/devel/scmgit/Makefile.version @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.version,v 1.41 2012/05/28 13:33:20 adam Exp $ +# $NetBSD: Makefile.version,v 1.42 2012/06/14 12:52:48 gdt Exp $ # # used by devel/scmgit/Makefile.common # used by www/gitweb/Makefile -GIT_VERSION= 1.7.10.3 +GIT_VERSION= 1.7.10.4 -- cgit v1.2.3