summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-02-11 04:54:55 +0000
committerminskim <minskim@pkgsrc.org>2010-02-11 04:54:55 +0000
commit19b92d895f2adffce2aa0b6a7da0b3526627f634 (patch)
treedcf34a11c376085a0e724599907d2e4e7aa605b8 /devel
parentc9981d99588ba724b458bb256583e9e42e16f819 (diff)
downloadpkgsrc-19b92d895f2adffce2aa0b6a7da0b3526627f634.tar.gz
Update scmgit packages to 1.6.6.2.
Changes: * recursive merge didn't correctly diagnose its own programming errors, and instead caused the caller to segfault. * The new "smart http" aware clients probed the web servers to see if they support smart http, but did not fall back to dumb http transport correctly with some servers. * Time based reflog syntax e.g. "@{yesterday}" didn't diagnose a misspelled time specification and instead assumed "@{now}". * "git archive HEAD -- no-such-directory" produced an empty archive without complaining. * "git blame -L start,end -- file" misbehaved when given a start that is larger than the number of lines in the file. * "git checkout -m" didn't correctly call custom merge backend supplied by the end user. * "git config -f <file>" misbehaved when run from a subdirectory. * "git cvsserver" didn't like having regex metacharacters (e.g. '+') in CVSROOT environment. * "git fast-import" did not correctly handle large blobs that may bust the pack size limit. * "git gui" is supposed to work even when launched from inside a .git directory. * "git gui" misbehaved when applying a hunk that ends with deletion. * "git imap-send" did not honor imap.preformattedHTML as documented. * "git log" family incorrectly showed the commit notes unconditionally by mistake, which was especially irritating when running "git log --oneline". * "git status" shouldn't require an write access to the repository. * Other minor documentation updates are included.
Diffstat (limited to 'devel')
-rw-r--r--devel/scmgit-base/distinfo8
-rw-r--r--devel/scmgit/Makefile.version4
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/scmgit-base/distinfo b/devel/scmgit-base/distinfo
index 69f4f1e0d24..c9bcc1c5f77 100644
--- a/devel/scmgit-base/distinfo
+++ b/devel/scmgit-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2010/02/03 23:26:17 minskim Exp $
+$NetBSD: distinfo,v 1.23 2010/02/11 04:54:55 minskim Exp $
-SHA1 (git-1.6.6.1.tar.gz) = 347bb62a55bb150935ee1fe8952a631141a64617
-RMD160 (git-1.6.6.1.tar.gz) = 3f5de954e7e5e883d339ca41be684b6a1e151c9e
-Size (git-1.6.6.1.tar.gz) = 2838577 bytes
+SHA1 (git-1.6.6.2.tar.gz) = 13b339a55982162753d414731ff1b28791800209
+RMD160 (git-1.6.6.2.tar.gz) = f0b465000a5b5deee156dda6c87ef3e2c744b226
+Size (git-1.6.6.2.tar.gz) = 2841821 bytes
SHA1 (patch-aa) = be3164a456d548bb722456ce97e8ba8bbb5620e2
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
SHA1 (patch-ae) = 06ea26658a986dc702c1c2c04c1a27f0a01e4dce
diff --git a/devel/scmgit/Makefile.version b/devel/scmgit/Makefile.version
index 7a83066728f..9df0db7d6b7 100644
--- a/devel/scmgit/Makefile.version
+++ b/devel/scmgit/Makefile.version
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.12 2010/02/03 23:26:16 minskim Exp $
+# $NetBSD: Makefile.version,v 1.13 2010/02/11 04:54:55 minskim Exp $
#
-GIT_VERSION= 1.6.6.1
+GIT_VERSION= 1.6.6.2