summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-10-01 12:08:24 +0000
committeradam <adam@pkgsrc.org>2014-10-01 12:08:24 +0000
commit1e03dd778503b47503f637774a848ec1776e5173 (patch)
tree0ff0acb5ab46e2832cc9869d1a69a4c36b6ef70c /devel
parent9dfc1d39bb9359742825e89a28cde4e52d405208 (diff)
downloadpkgsrc-1e03dd778503b47503f637774a848ec1776e5173.tar.gz
Changes 2.1.2:
* "git push" over HTTP transport had an artificial limit on number of refs that can be pushed imposed by the command line length. * When receiving an invalid pack stream that records the same object twice, multiple threads got confused due to a race. * An attempt to remove the entire tree in the "git fast-import" input stream caused it to misbehave. * Reachability check (used in "git prune" and friends) did not add a detached HEAD as a starting point to traverse objects still in use. * "git config --add section.var val" used to lose existing section.var whose value was an empty string. * "git fsck" failed to report that it found corrupt objects via its exit status in some cases.
Diffstat (limited to 'devel')
-rw-r--r--devel/git-base/PLIST3
-rw-r--r--devel/git-base/distinfo8
-rw-r--r--devel/git/Makefile.version4
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/git-base/PLIST b/devel/git-base/PLIST
index 16bb7ecab0b..2b2867fe3b5 100644
--- a/devel/git-base/PLIST
+++ b/devel/git-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2014/08/25 07:49:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2014/10/01 12:08:24 adam Exp $
bin/git
bin/git-cvsserver
bin/git-receive-pack
@@ -201,6 +201,7 @@ share/examples/git/templates/hooks/prepare-commit-msg.sample
share/examples/git/templates/hooks/update.sample
share/examples/git/templates/info/exclude
share/locale/bg/LC_MESSAGES/git.mo
+share/locale/ca/LC_MESSAGES/git.mo
share/locale/de/LC_MESSAGES/git.mo
share/locale/fr/LC_MESSAGES/git.mo
share/locale/is/LC_MESSAGES/git.mo
diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo
index 90351b04d9b..8799c8ed15c 100644
--- a/devel/git-base/distinfo
+++ b/devel/git-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2014/08/25 07:49:08 adam Exp $
+$NetBSD: distinfo,v 1.17 2014/10/01 12:08:24 adam Exp $
-SHA1 (git-2.1.0.tar.xz) = d647e6a7a1989f6a8152a96e96e089735552d34c
-RMD160 (git-2.1.0.tar.xz) = ab1d1d873ded6162f45a3c15a291b31a4b77e5e9
-Size (git-2.1.0.tar.xz) = 3485524 bytes
+SHA1 (git-2.1.2.tar.xz) = b0d38bf2161286f2039a9a2adb4c8f7e5308e824
+RMD160 (git-2.1.2.tar.xz) = d0bbcda6fc24d8ea6aee2f1069921d8bba5d63c7
+Size (git-2.1.2.tar.xz) = 3541584 bytes
SHA1 (patch-aa) = 62170081fcf3831ba7316b5914657063c668a80b
SHA1 (patch-ac) = 376cdd1c58b143c820ff6395987a8a77cf9b52ba
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version
index 2b295cef354..c079ff7ae7f 100644
--- a/devel/git/Makefile.version
+++ b/devel/git/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.13 2014/08/25 07:49:08 adam Exp $
+# $NetBSD: Makefile.version,v 1.14 2014/10/01 12:08:24 adam Exp $
#
# used by devel/git/Makefile.common
# used by devel/git-svn/Makefile
-GIT_VERSION= 2.1.0
+GIT_VERSION= 2.1.2