summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-01-17 09:50:38 +0000
committeradam <adam@pkgsrc.org>2014-01-17 09:50:38 +0000
commit50156d86dd70b9778dbfbcee52e7f1de54bd70e9 (patch)
tree1c90db9d31125f01ab08549874abfa69317ed24d /devel
parent39adbcc806f233da8d054cff060f09282e821924 (diff)
downloadpkgsrc-50156d86dd70b9778dbfbcee52e7f1de54bd70e9.tar.gz
Changes 1.8.5.3:
* The "--[no-]informative-errors" options to "git daemon" were parsed a bit too loosely, allowing any other string after these option names. * A "gc" process running as a different user should be able to stop a new "gc" process from starting. * An earlier "clean-up" introduced an unnecessary memory leak to the credential subsystem. * "git mv A B/", when B does not exist as a directory, should error out, but it didn't. * "git rev-parse <revs> -- <paths>" did not implement the usual disambiguation rules the commands in the "git log" family used in the same way. * "git cat-file --batch=", an admittedly useless command, did not behave very well. Also contains typofixes, documentation updates and trivial code clean-ups.
Diffstat (limited to 'devel')
-rw-r--r--devel/git-base/distinfo8
-rw-r--r--devel/git/Makefile.version4
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/git-base/distinfo b/devel/git-base/distinfo
index f2ed8051681..17969e133ab 100644
--- a/devel/git-base/distinfo
+++ b/devel/git-base/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2014/01/14 18:49:55 wiz Exp $
+$NetBSD: distinfo,v 1.10 2014/01/17 09:50:38 adam Exp $
-SHA1 (git-1.8.5.2.tar.gz) = 3a09d6d5d4e31c702f17e664a527b4c2f6e84faf
-RMD160 (git-1.8.5.2.tar.gz) = 0bbfd241bdb60c3b5e2ca74c06257187f9427b91
-Size (git-1.8.5.2.tar.gz) = 4755723 bytes
+SHA1 (git-1.8.5.3.tar.gz) = 767aa30c0f569f9b6e04cb215dfeec0c013c355a
+RMD160 (git-1.8.5.3.tar.gz) = 4f0ca2e7ccdd534812651bbdaef3eb6978a6ef7f
+Size (git-1.8.5.3.tar.gz) = 4757215 bytes
SHA1 (patch-aa) = 31f3759c6cf3bfd28d154b3abaa95d396b72502b
SHA1 (patch-ac) = ae75c6ca3abb5edf688e4877f3df8b6c6297f091
SHA1 (patch-ae) = 9bc2e6c7f0a8fbc385b6ffda638d3245a62dc5ca
diff --git a/devel/git/Makefile.version b/devel/git/Makefile.version
index 8bf45e5ab85..b532d5c09ff 100644
--- a/devel/git/Makefile.version
+++ b/devel/git/Makefile.version
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.version,v 1.6 2014/01/01 11:14:38 adam Exp $
+# $NetBSD: Makefile.version,v 1.7 2014/01/17 09:50:38 adam Exp $
#
# used by devel/git/Makefile.common
# used by www/gitweb/Makefile
-GIT_VERSION= 1.8.5.2
+GIT_VERSION= 1.8.5.3